@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
body{
    font-family: "Roboto", sans-serif;
    background: #101010;
}
.top-header-main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1277px;
    width: 100%;
    margin: 0 auto;
    padding: 42px 0;
    padding-bottom: 15px;
}
.top-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 6px;
}
.top-right form{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 3fr 3fr 2fr 2fr;
    gap: 8px;

}
.top-right form input{
    border-radius: 0;
    max-width: 157px;
    height: 33px;
    width: 100%;
}
.navbar-brand{
    padding: 0;
    margin: 0;
    display: inline-flex;
}
.navbar-brand img{
    height: 78px;
}
.main-btn{
    font-size: 16px;
    padding: 0px 8px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px;
    max-width: 108px;
    height: 33px;
    width: 100%;
    border: 0px;
}
.main-btn.grey-btn{
    background-color: rgb(93, 93, 93);
    border: 1px solid rgb(93, 93, 93);
}
.main-btn.grey-btn:hover{
    background: transparent;
    color: #fff;
}
.main-btn.yellow-btn{
    background-image: url('../images/btnbg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px;
    border-radius: 5px;
    border: 0px;
    border: 1px solid transparent;
}
.main-btn.yellow-btn:hover{
    background: transparent;
    color: #fff;
    border: 1px solid #ad972e;
}
.forget-login{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
}
.btn-inner{
    width: 100%;
    text-align: end;
}
.top-inner{
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    width: 100%;
    justify-content: flex-end;
}
.top-inner-left,
.top-inner-right{
    display: flex;
    align-items: center;
    gap: 4px;
}
.small-title{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
}
.top-inner-left{
border-right: 2px solid rgba(148, 45, 134, 0.65);
margin-right: 8px;
padding-right: 8px;
}
.home-icon{
    height: 48px;
    border-radius: 50%;
}
.fire{
    height: 25px;
}
.home-info {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 60px;
    justify-content: space-around;
    max-width: 380px;
}
.home-info::after{
    content: "";
    width: 393px;
    height: 125px;
    background: url(../images/shape1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    z-index: 12;
}
.nav-link{
    font-size: 18px;
    font-weight: 800;
    line-height: 21px;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    color: #101010ff;
    position: relative;
    z-index: 13;
    padding: 0 !important;
}
.home-icon-main{
    background-image: url(../images/btnbg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: relative;
    z-index: 13;
}
.annoucment-icon{
    position: absolute;
    bottom: -25px;
    left: 100px;
    z-index: 13;
}
.nav-main{
    background: url('../images/btnbg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.navbar-nav .nav-link{
    color: #333333;
}
.navbar-nav .nav-link:hover{
    color: #fff;
}
.togel-main{
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav-item{
    min-width: 145px;
    text-align: center;
}
.navbar-nav{
    padding: 0;
    margin: 0;
    padding-left: 14px;
    width: 100%;
}
.nav-item:last-child{
    margin-right: 0;
}
.hero-top{
    background-color: rgba(51, 51, 51, 0.9);
    box-shadow: rgba(3, 3, 3, 0.1) 0px 2px 10px;
    padding: 8px 0px;
    padding-right: 9px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 11;
}
.hero-top p{
    font-size: 13px;
    text-align: right;
    line-height: 17px;
    color: #fff;
}
.padding-0,
.navbar {
    padding: 0;
}
.hero .image-holder .banner-img{
    width: 100%;
}
.hero{
    position: relative;
}
.download-btn,
.call-btn{
    position: fixed;
    display: flex;
    align-items: center;
    top: 50%;
    left: 0;
    z-index: 99;
    transform: translateY(-50%);
}
.call-btn{
    right: 0;
}
.hero .image-holder{
    position: relative;
}
.download-btn img,
.call-btn img {
    height: 272px;
}
.call-btn{
    right: 0;
    left: auto;
}
.arw-main{
    height: 25px;
}
.main-heading{
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 34px;
    font-family: "Outfit", sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.main-heading span {
    color: #d3bd2cff;
    display: flex;
    align-items: center;
}
.lottery-sec{
    padding-top: 34px;
    background-color: rgb(61, 55, 30, 0.25);
    padding-bottom: 20px;
}
.lottery-top{
    max-width: 1346px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    border-bottom: 2px solid rgb(173, 151, 46);
    padding-bottom: 3px;
    margin-bottom: 14px;
}
.lottery-main{
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
}
.nav-tabs .nav-link{
    background: #3e381d;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px;
    border-radius: 5px;
    color: #fff;
    width: 260px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.nav-tabs .nav-item{
    margin-right: 2px;
}
.nav-tabs{
    border: 0;
}
.nav-tabs .nav-link.active {
    background: rgb(113 95 26);
    background-position: -414.05px 0px;
    background-size: 1088.1px 39px;
    color: #fff;
}
.icon-main{
    background-image: url(../images/icon-bg.png);
    background-position: 0px -1px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px;
    border-radius: 8px;
    border: 0px;
    height: 100%;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.icon-img{
    height: 37px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.box-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    font-family: "Outfit", sans-serif;
    color: #fffeccff;
    width: 100%;
    flex: 1;
    background: #3e381d;
    padding: 6px 26px;
    padding-left: 26px;
    margin-left: -2px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.box-top{
    display: flex;
    align-items: center;
    padding-left: 6px;
}
.box{
    background-color: rgba(51, 51, 51, 0.2);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px;
    border: 1.5px solid rgb(173, 151, 46);
    padding: 6px 0;
}
.box-inner ul{
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1;
}
.box-inner ul li{
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    font-family: "Outfit", sans-serif;
    color: #fff;
    border-radius: 50%;
    background-color: rgb(51, 51, 51);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px;
    border: 2px solid rgb(173, 151, 46);
    max-width: 34px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-inner{
    padding-inline: 11px;
}
.box-inner-top{
    display: flex;
    align-items: flex-end;
    gap: 26px;
    padding-bottom: 20px;
}
.box-inner-top span,
.box-inner-bottom span,
.box-inner-bottom span:first-child small{
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 17px;
    color: #ad972e;
    display: flex;
    align-items: center;
}
.box-inner-top span{
margin-bottom: 1px;
}
.box-inner-bottom span:first-child{
    color: #ad972e;
}
.box-inner-bottom span:first-child small{
    color: #fff;
}
.box-inner-bottom span{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
}
.box-inner-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(182, 177, 134);
    border-radius: 2px;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
.link-main{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 16px;
}
.box-bottom{
    background: #3e381d;
    padding: 3px 0;
    border-radius: 6px;
}
.box-bottom p{
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    max-width: 160px;
    text-align: center;
    margin: 0 auto;
}
.box-bottom p span{
    color: #ad972e;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-main{
    position: relative;
}
.swiper-button-next{
    right: -28px;
}
.swiper-button-prev {
    left: -28px;
}
.download-main{
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
}
.download-main-inner{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 3fr 8fr;
    gap: 48px
}
.download-main-inner .left-content .image-holder{
background-image: linear-gradient(to right top, #fede9f, #fedb94, #fed889, #fed57d, #fed272, #fed16d, #fdcf67, #fdce62, #fdce62, #fdce62, #fdce62, #fdce62);
padding: 6px;
border-radius: 12px;
position: relative;
height: 100%;
}
.download-main-inner .left-content .image-holder .app-img{
    border-radius: 11.36px;
    height: 100%;
    object-fit: cover;
}
.download-sec .left-content .main-heading{
    padding-bottom: 6px;
}
.download-sec{
    padding-top: 12px;
    padding-bottom: 40px;
}
.app-btn{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 14px;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}
.app-btn img{
    height: 36px;
}
.download-sec .left-content .contact-info .main-heading{
    justify-content: center;
    padding-bottom: 12px;
}
.app-info{
    padding-bottom: 40px;
}
.contact-info ol li{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
    margin-bottom: 10px;
    display: flex;
    gap: 27px;
    align-items: center;
}
.contact-info ol li:last-child{
    margin-bottom: 0;
}
.contact-info ol li a{
    color: #101010;
    display: flex;
    align-items: center;
}
.contact-info ol li span img{
    height: 40px;
}
.contact-info ol{
    max-width: 226px;
    width: 100%;
    margin: auto;
}
.contact-main{
    position: relative;
}
.shape2{
    position: absolute;
    top: 52%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    height: 298px;
    max-width: 394px;
}
.shape3{
    position: absolute;
    bottom: 50px;
    left: -38px;
    transform: rotate(90deg);
    max-width: 111px;
    opacity: 0.25;
}
.shape-arw{
    position: absolute;
    top: -27px;
    right: 28px;
    height: 30px;
    opacity: 0.6;
}
.popular-arw{
    transform: rotate(180deg);
}
.download-sec .right-content .main-heading{
    justify-content: flex-end;
    padding-bottom: 6px;
}
.download-sec .right-content .right-content-inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 12px;
    row-gap: 28px;
    border-radius: 10px;
    border: 1px solid rgb(204, 168, 10);
    padding: 20px;
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 38px;
}

.download-sec .right-content .right-content-inner a {
    text-align: center;
    position: relative;
}

.download-sec .right-content .right-content-inner img {
    width: 100%;
    height: 193px;
    object-fit: cover;
    object-position: top;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.download-sec .right-content-inner h4{
    font-size: 13px;
    font-weight: 800;
    font-family: "Outfit", sans-serif;
    line-height: 17px;
    background: url(../images/text-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    width: 100%;
    padding: 9px 0;
    position: relative;
    z-index: 10;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.download-sec .right-content .right-content-inner .text-bg{
    position: absolute;
    bottom: -8px;
    background: url(../images/text-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    left: 50%;
    opacity: 0.55;
    height: 37px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    transform: translateX(-50%);
}
.download-sec .right-content .right-content-inner  .line-main,
.metode-inner .line-main{
    position: absolute;
    right: 32px;
    bottom: -5px;
    max-width: 181px;
    height: 5px;
    border-radius: 0;
    width: 100%;
}
.download-sec .right-content .right-content-inner .text-bg-circle{
    position: absolute;
    bottom: -8px;
    left: -14px;
    border-radius: 50%;
    width: 34px;
    height: 32px;
}
.withdraw-deposit-inner{
    background-color: rgb(23, 23, 23);
    border-radius: 10px;
    box-shadow: rgba(139, 139, 139, 0.16) 2px 2px 1px;
    padding: 16px 24px;
}
.withdraw-deposit-inner .inner-main{
    display: flex;
    align-items: center;
    gap: 28px;
}
.withdraw-icon {
    height: 67px;
}
.withdraw-deposit-top{
    display: flex;
    align-items: flex-end;
    gap: 40px;
    padding-bottom: 6px;
}
.withdraw-deposit-main h5{
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #fff;
}
.withdraw-deposit-main span{
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    color: #fff;
}
.withdraw-deposit-main p{
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: end;
    gap: 8px;
}
.withdraw-deposit-main small{
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    color: #fff;
    margin-bottom: 2px;
}
.withdraw-deposit{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 16px;
    background-color: rgb(60, 55, 30);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px;
    border: 2px solid rgb(204, 168, 10);
    padding: 20px 24px;
}
.withdraw-icon-span{
    border: 2px solid rgb(211, 189, 44);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 67px;
    height: 67px;
    object-fit: cover;
    object-position: center;
}
/* range slider css  */
.range {
    height: 4px;
    background-color: #ad972e;
    border-radius: 2px;
    max-width: 100%;
    width: 100%;
    position: relative;
    border: none;
    border-radius: 20px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .range [type=range] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 30px;
  }
  .range [type=range]:focus {
    outline: none;
  }
  .range [type=range]::-webkit-slider-runnable-track {
    background: transparent;
  }
  .range [type=range]::-moz-range-track {
    background: transparent;
  }
  .range [type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ad972e;
    cursor: pointer;
    border: none;
  }
  .range [type=range]::-moz-range-thumb {
    -moz-appearance: none;
         appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
  }
  .range [type=range]::-ms-thumb {
    appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    border: none;
  }
  .range [type=range]::-ms-fill-lower {
    background: #423089;
  }
  .range [type=range]::-ms-fill-upper {
    background: #000;
  }
  .range [type=range]::-ms-track {
    color: transparent;
    border: 0 solid transparent;
    background: transparent;
  }
  .range [type=range]::-ms-tooltip {
    display: none;
  }
  .withdraw-deposit{
    position: relative;
  }
  .withdraw-deposit::after,
  .metode-inner::before{
    content: "";
    background: url(../images/shape4.png);
    background-size: cover;
    position: absolute;
    top: -12px;
    left: -15px;
    height: 143px;
    width: 350px;
    z-index: -1;
    background-repeat: no-repeat;
  }
  .download-sec .main-heading{
    font-size: 24px
  }
  .download-sec .performa-main .main-heading{
    font-size: 22px;
  }
.metode-sec {
     background: #201c14;
     padding-top: 40px;
     padding-bottom: 20px;
}

  .metode-main{
    max-width: 1363px;
    width: 100%;
    margin: 0 auto;
  }
  .metode-main .main-heading{
    font-size: 24px;
    padding-bottom: 10px;
  }
  .metode-inner ol li a img {
    height: 24px;
    width: 26px;
    object-fit: cover;
    border-radius: 50%;
    object-position: center;
  }
  .metode-inner ol li a{
    height: 40px;
    background-color: rgb(211, 189, 44);
    border-radius: 10px;
    border: 1px solid rgb(173, 151, 46);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    color: #000000ff;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    font-family: "Cabin", sans-serif;
    width: 100%;
    gap: 15px;
    padding-inline: 26px;
  }
  .metode-inner ol li{
    margin-right: 6px;
  }
  .metode-inner ol li:last-child{
    margin-right: 0;
  }
  .metode-inner ol li a span{
    border: 1px solid #000;
    border-radius: 50%;
  }
  .metode-inner ol li a span.oris{
    border: 0;
  }
  .metode-inner ol{
    display: flex;
    align-items: center;
    padding-bottom: 18px;
  }
  .metode-inner ol li a span.oris img {
    height: 45px;
    width: 100%;
}
.metode-inner ol li a:hover{
    background: transparent;
    color: #fff;
}
.metode-inner ol li a:hover span.oris img {
    filter: invert(1);
}
.metode-inner{
    background-color: rgb(60, 55, 30);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px;
    border: 2px solid rgb(204, 168, 10);
    padding: 44px 34px 20px 77px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.metode-inner .double-arw{
    height: 22px;
}
.metode-inner .para{
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #cececeff;
    gap: 6px;
    display: flex;
    align-items: center;
}
.metode-inner .right-content ul{
    display: flex;
    align-items: center;
}
.metode-options {
  margin-left: 30px;
}
.game-icon{
    height: 36px;
}
.metode-inner .main-heading{
    font-size: 28px;
    justify-content: flex-end;
    padding-bottom: 14px;
}
.metode-inner .right-content ul li{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    line-height: 18px;
    font-family: "Cabin", sans-serif;
    color: #fff;
    margin-right: 15px;
}
.browser-main{
    display: flex;
    align-items: center;
}
.metode-inner .right-content ul li:first-child{
    max-width: 87px;
}
.metode-inner .right-content ul li:last-child{
    margin-right: 0;
}
.metode-inner .right-content ul:last-child{
    border-left: 1px solid #fff;
    padding-left: 17px;
    margin-left: 26px;
}
.metode-main .main-heading.top{
    padding-left: 96px;
    padding-bottom: 6px;
}
.metode-icon-main{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: rgb(16, 16, 16);
    border-radius: 32px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px;
    position: absolute;
    top: -20px;
    left: 12px;
    border: 4px solid rgb(204, 168, 10);
}
.metode-inner .line-main{
    bottom: 0;
}
.arw2{
    position: absolute;
    bottom: 24px;
    right: -16px;
    height: 31px;
}
.metode-inner::before{
    left: auto;
    right: 0;
}
.metode-link ol li a{
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #cdcdcdff;
}
.metode-link ol li a:hover{
    color: #ad972e;
}
.metode-link ol li{
    padding-right: 14px;
    border-right: 1px solid rgba(211, 189, 44, 0.64);
    margin-right: 14px;
}
.metode-link ol li:last-child{
    margin-right: 0;
    border: 0;
    padding-right: 0;
}
.metode-link ol{
    display: flex;
    align-items: center;
    justify-content: center;
}
.metode-link{
    padding-top: 32px;
    padding-bottom: 24px;
}
.footer-main h5{
    font-size: 19px;
    line-height: 25px;
    color: #d3bd2cff;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 8px;
}
footer{
    background-color: #302c14;
    padding: 40px 0;
}
.footer-main{
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}
.footer-main p{
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    color: #ecececff;
}
.seo-main{
    padding-bottom: 30px;
}
.app-info .image-holder{
position: relative;
}
.app-info .image-holder::after{
    content: "";
    position: absolute;
    width: 228px;
    height: 10px;
    background-color: rgb(211, 189, 44);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.toggler-main{
    display: flex;
    align-items: center;
    gap: 12px;
}
.navbar-toggler{
    padding: 0;
    padding-right: 10px;
}
