*{
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
::-moz-selection { /* Code for Firefox */
    color: rgb(250, 250, 250);
    background: #6abf4b;
  }
  
  ::selection {
    color: rgb(255, 255, 255);
    background: #6abf4b;
  }
header{
 height: 80px;
}
header .container{
    height: 100%;
}
a{
    color: #000000;
    text-decoration: none;
}
img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.hero{
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
.header-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.banner-title{
    display: flex;
    justify-content: center;
    margin:0 20px;
}
.banner-title h1{
    max-width: 855px;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin-top: 50px;
}
nav a{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
.logo_wrapper{
    width: 145px;
    height: 35px;
}
.app-link-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 45px;
}
.app-mobile-image{
    width:260px;
}
.app-section-wrapper{
    position: absolute;
    bottom: 35%;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.right-apps{
    padding-right: 13%;
    padding-left: 0;
}
.left-apps{
    padding-left: 13%;
}
.app-section > li{
    list-style: none;
}


 .app-section > li a{
    height: 55px;
    width: 200px;
    color: #ffffff;
    /* background-color: #000000; */
    padding: 1px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    border: double 2px transparent;
    border-radius: 40px;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), radial-gradient(circle at top left, #24ab53, #076f59);
  background-origin: border-box;
  background-clip: content-box, border-box;
  
 }

 .app-section > li a:hover{
    background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), radial-gradient(circle at top left, #076f59, #24ab53);
    box-shadow: 0px 0px 18px 0px rgba(37, 254, 139, 0.604);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(37, 254, 139, 0.604);
    -moz-box-shadow: 0px 0px 18px 0px rgba(37, 254, 139, 0.604);
 }
    .app-section > li a img{
        width: 60%;
    }
    .app-qr{
        min-width: 92px;
        max-width: 92px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-left:20px ;
    }
    .app-qr h5{
        margin-top: 10px;
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        line-height: 1;
        white-space: nowrap;
    }
    .app-section {
        width: 35.33%;
    }
    .app-details{
        display: flex;
        background: rgb(1,102,94);
        background: linear-gradient(0deg, rgba(1,102,94,0.35) 0%, rgba(53,181,88,0.35) 100%);
        padding: 20px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        
    }
.app-details-left h4{
    font-size: 16px;
    text-transform:capitalize;
    line-height: 1;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}
.app-details-left p{
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #ffffff;
   
}

.switch-btn-wrapper{
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

/* switch button */
.switch-button {
    width: 340px;
    height: 60px;
    text-align: center;
    will-change: transform;
    z-index: 197 !important;
    cursor: pointer;
    transition: 0.3s ease all;
    border: double 2px transparent;
    border-radius: 40px;
    background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), radial-gradient(circle at top left, #24ab53, #076f59);
  background-origin: border-box;
  background-clip: content-box, border-box;
    overflow: hidden;
  }
  .switch-button-case {
    display: inline-block;
    background: none;
    width: 49%;
    height: 100%;
    color: white;
    position: relative;
    border: none;
    transition: 0.3s ease all;
    padding-bottom: 1px;
    border-radius: 40px;
    font-size: 16px;
  }
  .switch-button-case:hover {
    color: grey;
    cursor: pointer;
  }
  .switch-button-case:focus {
    outline: none;
  }
  .switch-button .active {
    color: #ffffff;
    background: rgb(1,102,94);
    background: linear-gradient(0deg, rgba(1,102,94,1) 0%, rgba(53,181,88,1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    transition: 0.3s ease-out all;
    border-radius: 40px;
  }
  .switch-button .active-case {
    color: #ffffff;
  }
  .app-details-left{
    flex-grow: 1;
  }
  .first-switch{
    display: none;
  }