@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600&display=swap');



html {
    font-family: 'Quicksand', sans-serif;
    width: fit-content;
    scroll-behavior: smooth;
}
body,header,section,footer {
    font-family: 'Quicksand', sans-serif;
}
header {
    z-index: 1000;
}
body,section,footer {
    z-index: 1;
}
.background {
    background: #fff;
}
/* nav {
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
} */
/* #toggler {
    color: red;
} */
.navbar-brand {
    font-weight: bolder;
}
.navbar-nav .nav-link.active {
    color: #000000;
    font-weight: bold;
}
.navbar-nav .nav-link {
    color: #5D5D5D;
}
section {
    width: 100%;
    padding: 50px 0;
}
header {
    margin-bottom: 60px;
    background: #FFFFFF;
    z-index: 10000000000000;
}
.hero {
    min-height: 50vh;
    min-width: 100%;
    overflow: hidden;
    background: url(../images/background1.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.text {
    margin-top: 30px;
    margin-left: 50px;
    color: #FFFFFF;
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    padding-left: 50px;
    
}
.hero a {
   background: #000000;
   color: #FFFFFF;
   border: 3px solid #FFFFFF;
   padding: 5px 20px;
   padding-right: 20px;
   border-radius: 70px;
   text-decoration: none;
}
button {
   background: #000000;
   color: #FFFFFF;
   border: 3px solid #FFFFFF;
   padding: 5px 20px;
   padding-right: 20px;
   border-radius: 70px;
}

.icon-right  {
    margin-left: 20px;
    color: #FFFFFF;
    font-weight: bolder;
}
.hero-img {
    /* margin-top: 0; */
    /* margin-right: 70px; */
    height: 450px;
}
.hero-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.shadow-img {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 50px;
    margin-top: -20px;
}
.shadow-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    margin-left: 1000px;
}


.section-one .content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-one .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-one .btn a {
    background: #000000;
   color: #FFFFFF;
   border: 3px solid #FFFFFF;
   padding: 5px 20px;
   padding-right: 20px;
   border-radius: 70px;
   text-decoration: none;
}
.section-one .btn a {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.feature-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
}
.feature-height {
    height: 200px;
    /* border: 1px #000000 solid; */
}
.section-three {
    background: #FAFAFA;
    padding: 0;
    padding-top: 100px;
    overflow: hidden;
}

.section-three .box {
    background: #FFFFFF;
    padding: 20px 20px;
    padding-right: 50px;
    border-radius: 10px;
    /* border-top-right-radius: 100px; */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.section-three .box-container {
    margin-left: 100px;
}

.section-three .img {
    height: 600px;

}
.section-three .img img{
    height: 100%;
    width: 100%;
    /* margin-left: 225px; */
    object-fit: contain;
    overflow: hidden;
}
.section-three .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
}
.section-three .btn a {
    background: #000000;
   color: #FFFFFF;
   border: 3px solid #FFFFFF;
   padding: 5px 20px;
   padding-right: 20px;
   border-radius: 70px;
   text-decoration: none;
}
.section-three .btn a {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}


.section-four {
    position: relative;
   overflow: hidden;
}
.light {
    padding: 50px 20px;
}
.light .container {
    color: #676767;
}
.dark {
    padding: 50px 20px;
    background: #000000;
    color: #BBBBBB;
}
.section-four .image {
    position: absolute;
    top: 0;
    height: 600px;
    margin-top: 120px;
    margin-left: 30px;
}
.section-four .image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.section-four .btn a {
    border: none;
    background: #FFFFFF;
    color: #000000;
    padding: 5px 20px;
    border-radius: 70px;
   text-decoration: none;
   margin-bottom: 20px;
}
.section-four .btn .icon-right {
    color: #000000;
    font-weight: bolder;
}
.icon-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-circle img {
    margin-top: 10px;
}
.power {
    position: relative;
    display: flex;
}
.power .imgone {
    position: absolute;
    top: 0px;
    right: 12px;
}
.power .imgtwo {
    position: absolute;
    top: 5px;
    right: 16px;
}
.tv {
    position: relative;
}
.tv .tvone {
    position: absolute;
    top: 3px;
}
.airtime {
    position: relative;
}
.airtime .airtimeone {
    position: absolute;
    top: 6px;
    right: 12px;
}


.whatsapp {
    padding: 50px 0;
    position: relative;
}
.whatsapp .icon {
    position: absolute;
    top: -75px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 100;
    background: #000000;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.back {
    display: flex;
    justify-content: center;
    align-items: center;
}
.back a {
    text-decoration: none;
    background: #FFFFFF;
    z-index: 10;
    padding: 5px 30px;
    border-radius: 70px;
    color: #000000;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
}

.contact .form-container {
    width: fit-content;
}
.contact form {
    margin-top: 50px;
}
.info {
    background: #F4F4F4;
    padding: 20px 70px;
    padding-bottom: 70px;
    border-radius: 10px;
}

.contact a {
    text-decoration: none;
    color: #5F5F5F;
}
.contact input[type=text] {
    width: 100%;
    padding: 2px 20px;
    margin: 8px 0;
    border: none;
    border-bottom: 2px solid #E0E0E0;
    box-sizing: border-box;
  }

 .contact textarea {
    width: 100%;
    height: 100px;
    margin: 8px 0;
    padding: 12px 0px;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #E0E0E0;
    resize: none;
  } 

  .contact  .btn {
    margin-top: 10px;
    left: 0;
}
.contact .btn button {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.contact .underline {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    margin-right: 200px;
  }
  .contact .underline span {
    width: 50px;
    height: 2px;
    background: #D4D4D4;
    border-radius: 3px;
  }


 .underline {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0;
  }
   .underline span {
    width: 60px;
    height: 2px;
    background: #D4D4D4;
    border-radius: 3px;
  }



.footer {
    background: #000000;
    padding: 50px 50px;
    color: #FFFFFF;
    font-size: 14px;
}
.footer a {
    text-decoration: none;
    color: #FAFAFA;
}
.footer a:hover {
    text-decoration: underline;
}
.icons a {
    margin-right: 15px;
}
.seconddiv {
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
}
.lastdiv {
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
}




@media only screen and (max-width: 900px) {
    .section-four .image {
        margin-left: 20px;
    }
  }

@media only screen and (max-width: 600px) {
    .hero-img {
        margin-top: 50px;
        /* margin-right: 70px; */
        height: 250px;
    }
    .text {
        margin-top: 30px;
        margin-left: 0px;
        color: #FFFFFF;
    }
    /* .container .button {
        margin-top: 20px;
        
    } */
    .section-three .box-container {
        margin-left: 0px;
    }
    .section-three .img {
        padding-right: 60px;
        height: 100%;
        width: 100%;
    }
    .section-three .img img {
        height: 100%;
        width: 100%;
    }
    .section-four .image {
        position: relative;
        height: 100%;
        width: 100%;
        height: 400px;
        margin-left: 0;
        margin-top: -30px;
        margin-bottom: 50px;
    }
    .footer {
        padding: 50px 10px;
    }
    .seconddiv {
        display: flex;
        justify-content: start;
        /* align-items: flex-end; */
    }
    .lastdiv {
        display: flex;
        justify-content: start;
        /* align-items: flex-end; */
    }

  }
 