* {
    font-family: Gotham Rounded,sans-serif;
}
body {
color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* font-size: .7rem!important; */
  }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span{
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #4a4a4a; }

h1 {
  font-size: 48px;}

h2 {
  font-size: 36px; }

h3 {
  font-size: 18px;
  }

h4 {
  font-size: 22px;}

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none; }
*:focus {
    outline: none;
}
p {
  font-size: .75rem!important;
  font-weight: 400;
  color: #676e7c;
  margin: 0px;
  }


.headersect{
    display: flex;
    flex-direction: row;
}

.container{
    margin-top:30px;
    width: calc(100% - 24px);
    max-width: 1296px;
}

.hleft{
    margin : 7px 24px 0 0;
}

.hleft .app-icon{
    box-shadow: 0.2px 0em 0.2em rgb(108 108 108 / 10%), 0 0 0 0.4px rgb(245,245,245), 0em 0.2em 0.2em rgb(148 148 148 / 40%);
    border-radius: 20px;
    margin : 4px 0px 0 0;
    width: 72px;
    min-width:72px;
    max-width : 100%;


}

.app-info-box{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
}

.hright .app-info-box .app-title{
    font-family: 'Open Sans';
    color: #242424;
    line-height: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 700;
}

.hright .app-info-box .app-slogan{
    font-family: 'Open Sans';
    color: #01875f;
    line-height: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.006;
    font-weight: 600;
}

.hright .app-info-box .app-tags{
    display: flex;
    flex-wrap: wrap;
    margin-top:5px;
}

.hright .app-info-box .app-tag{
    margin-top:5px;
    margin-right: 10px;
    border: 0.8px solid #d0d0d0;
    padding: 2px 7px;
    border-radius: 40px;
    font-size: 0.7rem;
    font-weight:500;
}

.slider-parent{
    height: 64px;
    margin: 16px 0 24px -24px;
    padding: 12px 0;
    /* width: 100vw; */
}





.slidersect{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-x: scroll;
    justify-content: normal;
    

}

.slidersect::before{
    width: 24px;
    content: "";
    display: block;
    flex-shrink: 0;
}

@media ((min-width : 520px)){

    .slidersect{
        justify-content: space-around;
    }
    .slidersect::before{
        display:none;
    } 
}



.slidersect::-webkit-scrollbar{
    display:none;
}

.slidersect .slideelement{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 96px;
    height: 48px;
    padding: 0 55px;
    position: relative;
}

.slidersect .slideelement:first-child{
    padding-left: 37px;
}
/* .slidersect .slideelement:last-child{
    padding-right: 0px;
} */

.slideelement:not(:first-child)::before {
    background-color: rgb(232,234,237);
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: calc(50% - 12px);
    width: 1px;
}

@media (max-width: 520px){
    .slidersect .slideelement:first-child {
        /* padding-left: 0px; */
    }
}

@media (min-width: 520px){
    .slidersect .slideelement {
        padding: 0px;
    }
}



.slidetext{
    color: rgb(95,99,104);
    fill: rgb(95,99,104);
    stop-color: rgb(95,99,104);
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    white-space: nowrap;
}

.downloadsect{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0 20px 0;

}


.download-app-btn{
    border: 1px solid transparent;
    border-radius: 30px;
    background: #01875f;
    font-size: 1rem;
    letter-spacing: 0.006;
    font-weight: 400;
    color: #fff;
    width: 86vw;
    text-align: center;
    padding: 6.5px 10px;
    height: 40px;
    cursor:pointer;
}

.download-app-btn-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 55px;
    background-color: #39875f;
    color: #fff;
    display: none;
    text-align: center;
    padding-top:14px;
    cursor:pointer;
}

.sticky {
    display: block;
}


.image-gallery-parent{
    height: 204px;
    min-width: 92px;
}

.image-gallery{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
}



.image-gallery::-webkit-scrollbar{
    display:none;
}



.image-gallery img{
    margin-right: 12px;
    border-width: 0;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 8px;
    cursor: pointer;
    height: 204px;
}

.image-gallery img:last-child{
    margin-right: 0;
}


@media (min-width:548px){
    .image-gallery-parent{
        height: auto;
    }

    .image-gallery img{
        height: auto;
        width: 220px;
    }
}

@media (min-width:768px){
    .image-gallery-parent{
        height: auto;
    }

    .image-gallery img{
        height: auto;
        width: 220px;
    }
}

@media (min-width:991px){
    .image-gallery-parent{
        height: auto;
    }

    .image-gallery img{
        height: auto;
        width: 300px;
    }
}



.blackout{
    position: fixed;
    top:0;
    height: 100vh;
    background: rgba(0,0,0,0.75);
    width: 100%;
    display: none;

}

.carousel-image {
    width: inherit;
    height: inherit;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.img_box {
    width: 720px;
    height: 1280px;
    max-width: 80%;
    max-height: 80%;
    object-fit: cover; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

@media(min-width : 360px) {
    .img_box{
        max-width: 80%;
        max-height: 80%;
    }
}

@media(min-width : 548px) {
    .img_box{
        max-width: 420px;
    }
}

@media(min-width : 768px) {
    .img_box{
        max-width: 520px;
    }
}

@media(min-width : 991px) {
    .img_box{
        max-width: 300px;
    }
}




#prev-btn, #next-btn, #close-img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    cursor: pointer;
    width: 10%;
    min-width: 30px;
    max-width: 48px;
}

#prev-btn{
    left: -20px;
}

#next-btn{
    right: -20px;
}

#close-img{
    top:-30px;
    left: -20px;
    min-width: 16px;
    max-width: 24px;
}

.about-section-parent{
    padding-top: 20px;
    /* width: 100%; */
    padding-bottom: 10px;
}

.about-title{
    font-family: "Open Sans";
    font-size: 1.2rem;
    font-weight:600;
}

.about-text{
    padding-top: 5px;
    font-family: "Open Sans";
    font-size: 0.8rem;
    font-weight:400;
    padding-bottom: 5px;
}

hr {
    opacity: 18%;
}

.feature-title{
    font-family: "Open Sans";
    font-size: 1rem;
    font-weight:700;
}


.app-feature{
    padding-top: 20px;

}


.app-feature:first-child{
    padding-top: 0px;
}


.feature-text{
    padding-top: 5px;
    font-family: "Open Sans";
    font-size: 0.8rem;
    font-weight:400;
    padding-bottom: 5px;
}

.rating-header{
    padding-top: 5px;
    font-family: "Open Sans";
    font-size: 1.1rem;
    font-weight:600;
    padding-bottom: 10px;
}

.upperrate{
    padding-top: 5px;
    font-family: "Open Sans";
    color: #000;
    line-height: 3.5rem;
    font-size: 3.5rem;
    letter-spacing: 0;
    font-weight: 500;
}

.starback{
    width:80px;
    display: flex;
}

.Wi7KIe {
    fill: rgb(241,243,244);
    stop-color: rgb(241,243,244);
}

.Z1Dz7b {
    display: inline;
    /* text-align: left; */
    height: 16px;
    width: 16px;
    color: #01875f;
    fill: #01875f;
    stop-color: #01875f;
}

.num-reviews{
    color: rgb(95,99,104);
    fill: rgb(95,99,104);
    stop-color: rgb(95,99,104);
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    margin-top: 0.8rem;
}

.ratelabels{
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
}

.rating-main{
    column-gap: 24px;
    display: grid;
    flex-grow: 1;
    grid-template-columns: max-content auto;
}

.rate_number{
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1rem;
    font-size: .75rem;
    letter-spacing: .025em;
    font-weight: 400;
    padding-right: 16px;
}

.rate_bar{
    border-radius: 9999px;
    background-color: rgb(232,234,237);
    height: 10px;
}


element.style {
    width: 71.29777200779327%;
}
.wcB8se:not(:disabled) {
    background-color: #01875f;
}
.RutFAf {
    height: 100%;
    border-radius: inherit;
}

.wcB8se {
    background-color: #01875f;
}

.reviews{
    display: flex;
    flex-direction: column;
    margin-top: 2.6em;
    padding-bottom: 60px;
}

.review{
    margin-bottom: 2.5em;
}

.rev-head{
    display: grid;
    align-items: center;
    grid-column-gap: 16px;
    grid-template-columns: repeat(2,-webkit-max-content);
    grid-template-columns: repeat(2,max-content);
}

.rev-icon img{
    border: 1px solid transparent;
    border-radius: 9999px;
    max-width: 32px;
    overflow: hidden;
    background-size: cover;
}

.rev-name{
    font-family: 'Roboto',Arial,sans-serif;
    color: rgb(32,33,36);
    fill: rgb(32,33,36);
    stop-color: rgb(32,33,36);
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
}

.rev-rate{
    width: 60px;
    display: flex;
}

.rev-details{
    margin-top: 1em;
    display: flex;
    align-items: baseline;
}

.rev-date{
    color: rgb(95,99,104);
    fill: rgb(95,99,104);
    stop-color: rgb(95,99,104);
    font-family: 'Roboto',Arial,sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .025em;
    line-height: 1rem;
    margin-left: 1ch;
}

.rev-text{
    margin-top: 8px;
    font-size: .875rem;
    letter-spacing: .0142857143em;
    line-height: 1.25rem;
    overflow-wrap: anywhere;
}


.Z1Dz7b--ss{
    display: inline;
    /* text-align: left; */
    height: 12px;
    width: 12px;
    color: #000000;
    fill: #000000;
    stop-color: #000000;
}

.slideicon{
    display: flex;
    flex-direction: row;
    color: rgb(32,33,36);
    fill: rgb(32,33,36);
    stop-color: rgb(32,33,36);
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.25rem;
    font-size: .875rem;
    letter-spacing: .0178571429em;
    font-weight: 500;
    /* align-items: center; */

    height: 24px;
    justify-content: center;
    white-space: nowrap;
}

.down-btn-slider{
    height: 18px;
    min-width: 18px;
    border : 1.7px solid black;
    border-radius: 1.2px;
}

.slider-rating{
    font-family: 'Poppins',Arial,sans-serif;
    border : 1.7px solid black;
    font-size: .65rem;
    padding: 1px 3px 0px 3px;
    height: 1.2rem;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
}

