*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    max-width: 375px;
    background-color: #fff;
}

h1,h2,h3,h4,b,strong{
    font-family: 'ClashDisplay-Semibold';
    color: #2E2E2E;
    font-weight: 800;
}
.blogcard div{
    font-family: 'ClashDisplay-Regular';
    color: #808080;
    font-weight: 400;
    font-size: .9rem;
    line-height: 1.5rem;
}

p,li,a,label,button,input,select,textarea,ul,ol,small{
    font-family: 'ClashDisplay-Regular';
    list-style: none;
    text-decoration: none !important;
    line-height: 1.5rem;
    font-size: .9rem;
    color: #808080;
    font-weight: 400;
}

h1 b{
    font-weight: 800;
    color: #2D6A4F;
}

section{
    padding-block: 1rem;
    padding-inline: 2rem;
    margin-bottom: 5rem;
}

.generichero{
    height: 50vh;
}

.hero{
    height: 80vh;
}

.generichero .heading{
    font-size: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.generichero > img{
    width: 100%;
    display: none;
}

.about{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about .image{
    width: 100%;
    height: 270px;
    /*background-color: #2D6A4F;*/
    background-image: url('../assets/flags2.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: .3rem;
}

.about-content .text{
    margin-bottom: 1rem;
}

.about-content .text .title{
    font-size: .8rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.about-content .text .heading{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .5rem;
}

.about-content .smallparagraph{
    font-size: .8rem;
    font-weight: 300;
}

.stats,.blogcards{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 1rem;
}

.stats-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
}

.stats-box b{
    font-weight: 800;
    font-size: 2rem;
    text-transform: uppercase;
    color: #2D6A4F;
}

.stats-box h4{
    font-weight: 400;
    color: #2E2E2E;
}

.achievment{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
}

.achievment .achievebox{
    border: 1px solid #ccc;
    padding: 1rem;
    border-radius: .3rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.achievebox b{
    color: #2D6A4F;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: .5rem;
}

.achievebox .subheading{
    color: #2E2E2E;
    font-size: .9rem;
    font-weight: 600;
}

.achievebox .image{
    background-color: #EBEBEB;
    height: 4rem;
    width: 4rem;
    border-radius: .3rem;
}

.testimonial .text{
    margin-bottom: 1rem;
}

.testimonial .text .subheading{
    font-size: 1.5rem;
}

.testifyBox img{
    width: 42px; /*70*/
    height: 42px;
    border-radius: 50px;
}

.testifyBox{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    padding: 4px 0 0 10px;
    border-radius: 10px;
    max-height: 3.5rem;
    box-shadow: 0px 2px 8px 0px rgba(91, 102, 112, 0.16);
}

.testifyBox:hover{
    box-shadow: 0px 2px 8px 0px rgba(91, 102, 112, 0.1);
    transform: scale(1.02);
}

.testifyBox .text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 80%;
    padding: 8px 0 0 0;
}

.testifyBox .text .paragraph,.testifyBox .text small{
    font-size: .8rem;
    line-height: normal;
    margin-bottom: .5rem;
}

.testifyBox .text b{
    margin-bottom: 1rem;
    color: #2D6A4F;

}

.testimonial .right img{
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: .5rem;
}

.contact{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
}

.contact form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.5rem;
    background-color: #2D6A4F;
    border-radius: .3rem;
    width: 100%;
}

label{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 1rem;
    color: #fff;
}

textarea{
    resize: none;
    padding: .3rem;
    width: 100%;
    color: #2E2E2E;
    font-size: .7rem;
}

input{
    margin-top: .3rem;
    width: 100%;
    color: #2E2E2E;
    font-size: .7rem;
    padding: .3rem;
    height: 2.4rem;
    border-radius: .2rem;
    border: none;
    outline: none;
}
.ke-btn{
    width: 100%;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #a0989c !important;
}
form .active{
    color: #fff !important;
    background-color: #A1446D !important;
}
.ke-btn:hover{
    color: #A1446D !important;
}
label .active:hover{
    color: #fff !important;
}

button, .ke-btn{
    width: 100%;
    height: 2.4rem;
    border: none;
    border-radius: .2rem;
    background-color: #A1446D;
    color: #fff;
    cursor: pointer;
}

button:hover{
    background-color: #dea8c0;
}

.wrap-from-currencies,.wrap-to-currencies{
    display: none;
    height: 165px;
    border-radius: 15px;
    border: 1px solid #eee;
    width: 30%;
    position: absolute;
    float: right;
    z-index: 1;
    margin-top: -19px;
    background-color: white;
    overflow-y: auto;
}
.wrap-from-currencies a,.wrap-to-currencies a {
  color: black;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.wrap-from-currencies a:hover,.wrap-to-currencies a:hover,.wrap-to-currencies .active,.wrap-from-currencies .active {
  background-color: #dbf9ec;
}


.contact-heading{
    margin-bottom: 1rem;
}

.contact-heading .subtitle{
    font-weight: 600;
    color: #2E2E2E;
}

.contact-heading .paragraph{
    font-size: .85rem;
}

.contact-info .row{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: .5rem;
    margin-bottom: 1rem;
}

.contact-info .row .subtitle{
    font-weight: 500;
    font-size: .9rem;
}

.contact-info .row .paragraph,.contact-info .row a{
    font-size: .8rem;
}


.blogcard img{
    width: 100%;
    border-radius: .3rem;
}

.blogcard .subheading{
    font-weight: 600;
    font-size: 1rem;
    margin-block: .5rem;
}

.blogcard span{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    margin-bottom: 1rem;
}

.blogcard span b{
    font-weight: 500;
    font-size: .8rem;
}

.blogcard span .dot{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #2E2E2E;
}

.blogcard .paragraph{
    font-weight: 400;
    font-size: .8rem;
    line-height: 1rem;
    margin-bottom: 1rem;
}

.blogcard a{
    font-weight: 600;
    color: #2D6A4F;
    font-size: .8rem;
}

.pagination{
    width: 100%;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.pagination .active{
    background-color: #2D6A4F;
    width: 20px;
    height: 20px;
    border-radius: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .active a{
    color: #fff;
}

.search input{
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding-inline: 2rem;
}

.search form{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
}

.search label{
    margin: 0;
    width: 100%;
    position: relative;
}

.search label:nth-of-type(2){
    width: auto;
}

.search button{
    width: 7rem;
}

.search label img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .5rem;
}

.arrow{
    height: 18px;
    filter: brightness(0.5);
}

.help .bubble{
    width: 40px;
    height: 40px;
    background-color: #2D6A4F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.help .bubble img{
    width: 1rem;
    height: 1rem;
}

.help .column{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5rem;
}

.help .column .paragraph{
    color: #2E2E2E;
}

.help .column a{
    color: #2E2E2E;
    font-weight: 700;
}

.help .right{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.help{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.help .left .subheading{
    font-weight: 600;
}

.tabs .titles{
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #808080;
    cursor: pointer;
}

.tabs .active{
    color: #2D6A4F;
    font-weight: 700;
}

.tabs .subheading{
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #2E2E2E;
}

.accordion{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    width: 100%;
}

.accordion-box{
    background-color: #F9F9FE;
    padding: 1rem;
    width: 100%;
}

.accordion-top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.accordion-top img{
    cursor: pointer;
}

.accordion-top .rotate {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.accordion-top .accordiontitle{
    font-weight: 500;
    font-size: .9rem;
    color: #2E2E2E;
}

.accordion-body .paragraph{
    font-weight: 400;
    font-size: .8rem;
}

.accordion-body{
    display: none;
}

.accordion-active{
    display: flex;
}

.testimonial > .text{
    margin-bottom: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.testimonial .text .subheading{
    margin-bottom: 1rem;
    text-align: center;
}

.testimonial > .text .paragraph{
    max-width: 600px;
    text-align: center;
    line-height: 1.5rem;
}

footer{
    background-color: #2D6A4F;
    padding: 2rem;
}

footer img{
    width: 100px;
    margin-bottom: 1rem;
}

footer .paragraph,footer a,footer small{
    color: #fff;
    font-size: .8rem;
    font-weight: 400;
}

footer a:hover{
    color: #A1446D;
}

footer li{
    margin-bottom: .5rem;
}

footer h3{
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    margin-bottom: .5rem;
}

footer .right{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    gap: 1rem;
    margin-top: 1rem;
}

footer .top{
    margin-bottom: 1.5rem;
}

header{
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.desktop{
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 5rem;
}

.desktop img{
    width: 100px;
}

.desktop .list{
    width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.desktop button{
    width: 8rem;
    cursor: pointer;
}

.desktop a{
    color: #2E2E2E;
    font-weight: 600;
    font-size: .85rem !important;
}

main{
    padding-top: 4.5rem;
}

.mobile{
    width: 100%;
    padding: 1rem 2rem;
    height:4rem;
    overflow-y: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: height .4s ease-in-out;
}

.open{
    height: 25rem;
}

.mobile .top{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.mobile .bottom{
    width: 100%;
}

.mobile .top a:nth-of-type(1) img{
    width: 100px;
}

.mobile .top img{
    cursor: pointer;
}

.mobile a{
    font-weight: 600;
    font-size: .8rem;
    color: #2E2E2E;
}

.mobile .list li{
    margin-bottom: 1rem;
}

.mobile button{
    width: 7rem;
    cursor: pointer;
}

.mobile a:hover,.desktop a:hover{
    color: #A1446D;
}

.why{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.why .whywrapper{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(200px,1fr));
    gap: 1rem;
}

.green-box{
    width: 60px;
    height: 60px;
    background-color: #52B788;
    border-radius: .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.why .description .title,.advantages .description .title{
    color: #2E2E2E;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: .3rem;
}

.why .description .paragraph,.advantages .description .paragraph{
    font-weight: 400;
    font-size: .8rem;
    line-height: 1.1rem;
}

.why .text{
    margin-bottom: 4rem;
}

.why .text .subheading,.advantages .text .subheading{
    font-size: 2rem;
}

.indexabout button{
    width: 7rem;
}

.whycenter .service-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 30px;
}

.whycenter .description{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.whycenter .description .paragraph{
    text-align: center;
    line-height: 1.5rem;
}

.advantages .services{
    margin-top: 1.5rem;
}

.advantages .left img{
    width: 100%;
}

.advantages .service-box{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.advantages .description{
    width: 400px;
}

.advantages .description .title{
    font-weight: 600;
}

.whycenter .description .title{
    text-align: center;
}

.advantages .green-box{
    margin: 0;
}

.stores{
    background-image: url(../assets/bg.png);
    background-position: center;
    background-size: cover;
    margin: 0;
    height: 350px;
}

.stores .heading{
    color: #fff;
    font-size: 2rem;
}

.stores .paragraph{
    color: #EBEBEB;
    font-size: .999rem;
}

.stores .text{
    margin-bottom: 1rem;
}

.stores .group{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
}

.stores .white{
    width: 10rem;
    height: 3.5rem;
    background-color: #fff;
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.stores .white small{
    color: #2E2E2E;
    font-weight: 400;
}

.stores .white b{
    font-weight: 600;
    color: #2E2E2E;
}

.stores .black{
    width: 10rem;
    height: 3.5rem;
    background-color: #111;
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.stores .black small{
    color: #fff;
    font-weight: 400;
}

.stores .black b{
    font-weight: 600;
    color: #EBEBEB;
}

.bubble-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.bubble-row b{
    color: #2D6A4F;
    font-weight: 700;
    font-size: .9rem;
}

.bubble-row .bubble{
    width: 11rem;
    height: 3rem;
    border-radius: 2.5rem;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
   padding-inline: 1rem;
}

.bounce {
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-15%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-7%); }
    97% { transform:translateY(0%); }
    99% { transform:translateY(-3%); }
    100% { transform:translateY(0); }
}
.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}
@keyframes pulse {
  from { transform: scale(1.0); }
  to { transform: scale(1.1); }
}

.gelatine {
  animation: gelatine 0.5s infinite;
}
@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}


.bubble-row .bubblelong{
    width: 20rem;
}

.bubble-row .bubble img{
    width: 1.5rem;
    height: 1.5rem;
}

.generichero .cta-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-block: 1rem;
    margin-bottom: 3rem;
}

.generichero .cta-row button{
    width: 7rem;
    cursor: pointer;
    border-radius: 1.5rem;
}

.generichero .cta-row button:nth-of-type(2){
    background-color: transparent;
    border: 1.5px solid #A1446D;
    color: #A1446D;
}

.generichero .cta-row button:nth-of-type(2):hover{
    background-color: #dea8c0;
    border: 1.5px solid #fff;
    color: #fff;
}

.hero{
    height: auto;
}

.hero form{
    background-color: #fff;
    padding: 2rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: .2rem;
    z-index: 1;
}

.hero input,.hero select{
    border: 1px solid #2D6A4F;
    border-radius: .2rem;
    height: 2.4rem;
    background-color: #fff;
}

.hero select, .select{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .1rem .5rem .5rem .5rem;
    border-radius: .1rem;
    cursor: pointer;
}
.select:hover{
    background-color: #dbf9ec;
}

.select span img{
    height: 22px;
    padding: 9px 0 0 0px;
}
/*custom*/
.t-dropdown-block {
  width: 100%;
  height: 2.4rem;

  position:relative;
}

.t-dropdown-list {
  display: none;
  background-color: #FFF;
  border: 1px solid #DDD;
  z-index: 10;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, .3);
  list-style: none;
  margin: 0;
  padding: 0;
  height: 150px;
  overflow: auto;
  position: absolute;
  margin-top: 10px;
}

.t-dropdown-item {
  padding: 5px 20px;
  margin: 0;
  cursor: pointer;
}

.t-dropdown-item:hover {
  background-color: #F1F1F1;
}

.t-dropdown-select {
  width: 100%;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
  box-sizing: content-box;
}

.t-dropdown-input {
  /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  border: 0;
  height: 100%;
  width: 100%;
  padding: 0 3px 0 10px;
  box-sizing: border-box;*/
}
.t-select-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .1rem .5rem .5rem .5rem;
    border-radius: .1rem;
    cursor: pointer;
}

.t-select-btn:active {
  background-color: #F1F1F1;
}
.t-select-btn img{
    height: 22px;
    padding: 9px 0 0 0px;
}
/*end custon*/

.hero label{
    position: relative;
    color: #2E2E2E;
}

.hero label button{
    background-color: #2D6A4F;
    margin: 0;
    cursor: pointer;
}

.hero label button:hover{
    background-color: #3f8f6c;
}


.exchange{
    border: 2px solid #2D6A4F;
    padding: 1rem;
    border-radius: .4rem;
}

.exchange span{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.exchange span small{
    font-weight: 500;
    font-size: .8rem;
    color: #2E2E2E;
}

#logolight{
    filter: invert(0.5);
}

.exchange span:nth-of-type(2) small:nth-of-type(2){
    color: #A1446D;
}

@media screen and (min-width:350px){
    body{
        max-width: 100%;
    }
}
@media screen and (max-width: 580px){
    .wrap-from-currencies, .wrap-to-currencies {
        width: 65%;
    }
    .stores{
        height: 416px;
    }
    .hero form{
        padding: 2rem 0.6rem;
    }
}

@media screen and (min-width:800px){
    section{
        padding-inline: 5rem;
        margin-bottom: 10rem;
    }

    .stores{
        margin-bottom: 0;
    }

    .about{
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .about > div{
        width: 48%;
    }

    .about .image{

        width: 48%;
        height: 440px;
        background-image: url('../assets/flags2.webp');
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .testimonial .left{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 1rem;
    }

    .testimonial .left > div{
        width: 50%;
    }

    .generichero .heading{
        font-size: 3rem;
    }

    .generichero{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0;
        height: 100vh;
        position: relative;
        overflow-y: hidden;
        overflow: hidden;
    }

    .generichero > div{
        width: 60%;
    }

    .generichero > img{
        display: flex;
        height: 100%;
        position: absolute;
        min-width: 800px;
        right: 0;
        pointer-events: none;
    }

    .generichero .text{
        padding: 2rem;
        padding-inline: 5rem;
    }

    .contact{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .contact form{
        width: 35%;
    }

    .contact > div{
        width: 63%;
    }

    .help{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .help > div{
        width: 48%;
    }

    .faq{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .faq > div{
        width: 48%;
    }

    footer{
        padding-inline: 5rem;
    }

    footer .top{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    footer .top > div{
        width: 48%;
    }

    .desktop{
        display: flex;
    }

    .mobile{
        display: none;
    }

    .indexabout .text .heading{
        max-width: 350px;
        font-weight: 700;
        font-size: 2rem;
    }

    .advantages{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .advantages > div{
        width: 48%;
    }

    .stores{
        background-color: #9ab0a7;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .stores > div{
        width: 48%;
    }

    .stores > div:nth-of-type(2){
        justify-content: flex-end;
    }

    .generichero  .bubble-row .bubble img{
        width: 1.5rem;
        height: 1.5rem;
        position: relative;
        min-width: auto;
    }

    .hero form{
        margin-right: 4rem;
        width: 400px;
    }
}


/* new blog style */
/* .blog{
    position: relative;
    z-index: 1;
    overflow: hidden;
} */

.blog .blog-item{
    background: #fff;
    padding: 0 15px 25px;
    border: 1px solid rgba(9, 17, 74, 0.1);
    display: block;
    color: #09114A;
    position: relative;
    border-radius: 10px;
    box-shadow: none;
    text-decoration: none;
}

.blog .blog-image{
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blog .blog-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all ease-in-out 0.45s;
    position: relative;
    z-index: 0;
}

.blog .blog-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
    margin: 10px 0;
}

.blog-item:hover .blog-image span {
    clip-path: inset(0 0 0 0);
}

.blog .blog-image span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(8, 204, 148, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: inset(100% 0 0 0);
    transition: all ease-in-out 0.35s;
}

.blog-item:hover .blog-image img {
    transform: scale(1.1);
}

.blog .blog-image .link img{
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 6px;
}

.blog .date{
    margin-top: 10px;
}
.main-blog-wrapper{
    margin-bottom: 40px;
}
.blogcards{
    padding-top: 60px;
}
.single-blog-title{
    font-size: 40px;
}
