*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.navbar-collapse{
    display: flex;
    justify-content:end;
}
a{
    text-decoration: none !important;
}
.main-page-btn{
    border: none;
    background-color: #f7b538;
    color: white;
    padding: 10px;
    border-radius: 5px;
}
.main-page-btn a{
    color: white;
    text-decoration: none;
}
.navbar-box{
    width: 80%;
}
.nav-container{
    width: 100%;
    display: flex;
    justify-content: center;
    /* box-shadow: rgba(239, 0, 0, 0.888) 0px 7px 29px 0px; */
    box-shadow: rgba(193, 193, 193, 0.2) 0px 7px 29px 0px;
}
.navbar-img{
    width: 13%;
}
.navbar-img img{
    width: 100%;
}
.nav-item a{
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0px 0px 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}
.navbar-item{
    color: black !important;
    margin: 0px 20px 0px 0px !important;
    padding: 8px !important;
}
.navbar-menu-active a{
    text-decoration: underline !important;
    color: #20AD96 !important;
    width: fit-content!important;
}
.nav-item a:hover{
    text-decoration: underline !important;
    color: #20AD96 !important;
}
.dropdown-menu{
    border: solid #20AD96 !important;
    border-width: 0px 0px 4px 0px !important;
    border-radius: 0px !important;
}
.dropdown:hover .dropdown-menu { 
    display: block; 
    background-color: none;
} 
.dropdown{
    outline: none;
    /* padding: 4px 0px !important; */
}
.dropdown-menu{
    width: 290px !important;
}
.dropdown-item:hover{
    background-color: transparent!important;
}
.banner{
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 30px 0px 30px 0px;
}
.banner-container{
    width: 80%;
    display: flex;
    justify-content: space-between;
}
.banner-text{
    width: 30%;
    padding: 10px;
    font-family: 'DM Sans', sans-serif;
}
.banner-title{
    letter-spacing: 1.5px;
    font-size: 15px;
    font-weight: bold;
}
.banner-text h1{
    color: #f7b538;
    letter-spacing: 1px;
    font-weight: 200;
    margin: 10px 0px 10px 0px;
    font-size: 40px;
}
.banner-content{
    margin: 10px 0px 10px 0px;
    line-height: 25px;
}
.banner-image{
    width: 30%;
    height: 320px;
}
.banner-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.banner-image-sm{
    display: none;
}
.download-btn{
    background-color: #f7b538;
    border: none;
    padding: 10px;
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 5px;
    margin: 20px 0px 20px 0px;
    display: flex;
    align-items: center;
}
.counter{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.counter-container{
    width: 80%;
    font-family: 'DM Sans', sans-serif;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin: 0px 0px 30px 0px;
}
.counter-text{
    width: 30%;
}
.counter-title{
    letter-spacing: 1.5px;
    font-size: 15px;
    margin: 10px 0px 10px 0px;
}
.counter-title span{
    font-weight: bold;
}
.counter-text h1{
    letter-spacing: 1px;
    font-weight: 200;
    margin: 10px 0px 10px 0px;
    font-size: 40px;
}
.counter-text h1 span{
    color: #f7b538;
}
.counters{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.counters div{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.counters div h1{
    color: #f7b538;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 1px;
}
.counters div p{
    font-weight: bold;
}
.counter-content{
    margin: 10px 0px 10px 0px;
    line-height: 25px;
}
.counters-sm{
    display: none;
}
.svg{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px;
    margin-bottom: 30px;
}
.svgimg{
    width: 30px;
    margin-right: 10px;
}
.svg-container{
    width: 80%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}
.svg-text{
    width: 40%;
}
.svg-heading{
    font-family: 'DM Sans', sans-serif;
    font-size: 55px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.svg-heading span{
    color: #f7b538;
}
.svg-text h3{
    font-family: 'DM Sans', sans-serif;
    font-size: 25px;
    font-weight: lighter;
    line-height: 40px;
    margin-bottom: 30px;
}
.svg-options{
    list-style-type: none;
}
.svg-options-container{
    display: flex;
    align-items:  center;
    margin: 20px 0px 30px 0px;
}
.svg-options-container p{
    font-size: 23px;
    font-family: 'DM Sans', sans-serif;
}
.svg-img{
    width: 40%;
}
.svg-img-sm{
    display: none;
}
.footer-container{
    font-family: "Montserrat", Sans-serif;
    background-color: #171621;
    margin-top: 100px;
    color: #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:  center;
}
.footer-content{
    width: 80%;
    display: flex;
    justify-content: space-between;
    padding: 100px 0px 100px 0px;
} 
.address ul{
    padding: 0px;
}
 .explore ul li, .info ul li{
    list-style-type: none;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 25px;
}
.app-icons{
    cursor: pointer;
}
.app-icons a{
    color: white;
}
.address ul li{
    list-style-type: none;
    font-size: 14px;
    line-height: 25px;
}
.explore ul li a, .info ul li a{
    text-decoration: none;
    color: white;
}
.address{
    width: 40%;
}
.explore, .info{
    width: 25%;
}
.address-section{
    display: flex;
    align-items: center;
}
.address-section p{
    margin-top: 13px;
}
.address-icon{
    padding: 0px 10px 0px 0px;
}
.apps-icon{
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0px 0px 0px;
}
.app-icons{
    font-size: 20px;
}

.copy-rights p{
    padding: 30px 0px 100px 0px;
}


@media screen and (min-width: 320px) and (max-width:769px){
    .navbar-img{
        width: 40%;
    }
    .navbar-collapse{
        justify-content: start;
    }
    .navbar-box{
        width: 100%;
    }
    .download-btn{
        font-size: 13px;
    }
    .banner-container{
        width: 100%;
        flex-direction: column;
    }
    .banner-image{
        display: none;
    }
    .banner-image-sm{
        display: block !important;
    }
    .banner-text{
        width: 100%;
    }
    .banner-image{
        width: 100%;
    }
    .counters{
        display: none;
    }
    .counters-sm{
        display: flex;
    }
    .counter{
        padding: 15px;
    }
    .counter-container{
        width: 100%;
        padding: 0px;
        flex-direction: column;
    }
    .counter-text{
        width: 100%;
    }
    .counters{
        width: 100%;
    }
    .counters div{
        padding: 10px;
    }
    .counters div h1{
        font-size:30px;
    }
    .counters div p{
        font-size: 10px;
    }
    .svg{
        padding: 0px;
    }
    .svg-container{
        width: 100%;
        flex-direction: column;
    }
    .svg-text{
        width: 100%;
    }
    .svg-heading{
        font-size: 40px;
    }
    .svg-text h3{
        font-size: 23px;
    }
    .svg-options-container p{
        font-size: 20px;
    }
    .svgimg{
        width: 25px;
    }
    .svg-img-sm{
        display: block !important;
        width: 100%;
    }
    .svg-img{
        display: none;
    }
    .footer-container{
        padding: 80px 15px 0px 15px;
        top: 200px;
    }
    .footer-content{
        flex-direction: column;
        width: 100%;
        padding: 0px;
    }
    .footer-content div{
        width: 100%;
    }
    .address ul, .explore ul, .info ul{
        padding: 0px !important;
    }
    .address ul li div p{
        margin: 10px;
    }
    .apps-icon{
        width: 60% !important;
    }
    .address, .explore, .info{
        margin-bottom: 50px;
    }
}

@media screen and (min-width:481px) and (max-width:768px){
    .footer-container{
        padding: 80px 15px 0px 15px;
    }
    .footer-content{
        flex-direction: column;
        width: 100%;
        padding: 0px;
    }
    .footer-content div{
        width: 100%;
    }
    .address ul, .explore ul, .info ul{
        padding: 0px !important;
    }
    .address ul li div p{
        margin: 10px;
    }
    .apps-icon{
        width: 60% !important;
    }
    .address, .explore, .info{
        margin-bottom: 50px;
    }
}

@media screen and (min-width:769px) and (max-width:1440px){
    .counter-container{
        width: 100%;
    }
    .banner-container{
        width: 100%;
    }
    .banner-image{
        height: 350px;
    }
    .banner-text{
        width: 40%;
    }
    .svg-container{
        width: 100%;
        padding: 0px;
    }
}