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

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-size: var(--bg-font);
    color: var(--body-color);
    line-height: var(--body-line-height);
    font-weight: var(--font-weight-regular);
    background:#121511;
}

a {
    -webkit-transition: .5s ease-out;
    -moz-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

figure,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

footer,
header,
section {
    display: block
}

footer:after,
footer:before,
header:after,
header:before,
section:after,
section:before {
    display: table;
    clear: both;
    content: ""
}



a:focus {
    border: 0;
    outline: 0
}

button:focus {
    border: 0;
    outline: 0
}

select {
    appearance: none
}

p,
span {
    margin: 0;
    padding: 0
}

a:hover {
    text-decoration: none
}

a {
    text-decoration: none;
    color: var(--color-black)
}

.common-btn {
    text-transform: capitalize;
    border: 0;
    border-radius: var(--border-radius-4);
    height: 42px;
    align-items: var(--flex-align);
    justify-content: var(--flex-justify);
    text-align: var(--text-center);
    font-size: var(--text-font16);
    color: var(--color-white) !important;
    background: var(--purple-bg);
    vertical-align: top;
    width: 126px;
    display: var(--flex-disply);
    font-family: Proxima-SemiBold
}

.full-btn {
    width: 100%
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #e4e4e5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

input.form-control::-webkit-input-placeholder {
    color: #bfbaba
}

input.form-control:-ms-input-placeholder {
    color: #bfbaba
}

input.form-control::placeholder {
    color: #bfbaba
}

header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    border-bottom: var(--border)
}

.topHeader.sticky {
    -webkit-box-shadow: 0 .9375rem 1.25rem -.625rem rgb(0 0 0 / 20%);
    box-shadow: 0 .9375rem 1.25rem -.625rem rgb(0 0 0 / 20%);
    -webkit-animation: slideInDown .8s cubic-bezier(.5, 1.5, .5, 1.5) 0s 1 both running;
    animation: slideInDown .8s cubic-bezier(.5, 1.5, .5, 1.5) 0s 1 both running
}

.topHeader.sticky {
    box-shadow: 0 3px 3px #00000029;
    background: #000;
    border-bottom: 0;
    -webkit-box-shadow: 0 .9375rem 1.25rem -.625rem rgb(0 0 0 / 20%);
    box-shadow: 0 .9375rem 1.25rem -.625rem rgb(0 0 0 / 20%);
    -webkit-animation: slideInDown .8s cubic-bezier(.5, 1.5, .5, 1.5) 0s 1 both running;
    animation: slideInDown .8s cubic-bezier(.5, 1.5, .5, 1.5) 0s 1 both running;
    z-index: 999;
    top: 0
}

.sticky a.navbar-brand img {
    width: 80%
}

.sticky .black-btn.header-btn {
    background: #0da22c
}

.navbar-inner-box {
    display: var(--flex-disply);
    align-items: var(--flex-align);
    justify-content: var(--flex-justify-sb);
    width: 100%
}

.nav-L {
    display: var(--flex-disply);
    align-items: var(--flex-align)
}

.nav-L .nav-link {
    font-size: 15px;
    color: var(--color-black);
    text-transform: var(--text-uppercase);
    padding: 0 15px !important;
    font-weight: var(--font-weight-mdm)
}

.nav-L .navbar-brand {
    margin-right: 50px
}

.nav-L .navbar-brand img{height: 62px; width: auto;} 

.header-btn {
    min-width: 110px;
    height: 45px;
    font-size: var(--text-font16);
    border-radius: var(--border-radius-6);
    border: 1px solid var(--color-black);
    display: var(--flex-disply);
    align-items: var(--flex-align);
    justify-content: var(--flex-justify);
    margin-left: var(--ml-15);
    text-transform:capitalize;
    font-weight: 400;
    border-radius: 50px;
}

a.nav-link {
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: var(--font-weight-bold);
    font-size: var(--text-font16)
}

.nav-R {
    display: var(--flex-disply);
    align-items: var(--flex-align);
    flex:1;
}
.nav-R .navbar-collapse{justify-content: center;}
.nav-R .navbar-collapse li a{font-size: 15px; font-weight: 400; text-transform: capitalize;}  




.black-btn {
    background: var(--bg-black);
    color: var(--color-white)
}

.white-btn {
    background: var(--bg-white)
}

.navbar {
    padding: 20px 0
}

.sticky .navbar {
    padding: 10px 0
}

.sticky .nav-L .navbar-brand {
    width: 185px
}

.sticky .nav-L .navbar-brand img {
    width: auto
}

.sticky a.nav-link {
    font-size: var(--font-14)
}

.sticky .header-btn {
    font-size: var(--font-14)
}

.banner-main-box>figure img {
    width: 100%
}

.banner-top {
    display: var(--flex-disply);
    align-items: var(--flex-align)
}

.banner-top-inner {
    display: var(--flex-disply);
    padding-top: 145px;
    padding-bottom: 60px;
}

.banner-top .container {
    z-index: 1
}

.banner-main-box {
    position: var(--position-rel)
}

.banner-top {
 background: url("../images/banner01.png") no-repeat left top;
 background-size:100% 100%;    
}

.banner-top-L {
    flex: 0 0 45%;
    display: var(--flex-disply);
    flex-direction: column;
    justify-content: var(--flex-justify)
}

.banner-top-L h1 {
    font-size: 55px;
    color: var(--color-white);
    line-height: 65px
}

.text-green {
    color: var(--green-color)
}

.banner-top-L h1 span {
    text-transform: var(--text-uppercase)
}

.banner-top-L p {
    font-size:22px;
    color: var(--color-white);
    line-height: 36px;
    padding-top: var(--pt-10);
    padding-right: 67px
}

a.banner-btn {
    cursor: pointer;
    color: #fff;
    position: relative;
    background: #0da22c;
    background: -moz-linear-gradient(top, #0da22c 0, #4de808 100%);
    background: -webkit-linear-gradient(top, #0da22c 0, #4de808 100%);
    background: linear-gradient(to bottom, #0da22c 0, #4de808 100%);
    display: var(--flex-disply);
    width: 175px;
    height: 45px;
    align-items: var(--flex-align);
    justify-content: var(--flex-justify);
    border-radius: var(--border-radius-6);
    margin-top:35px;
    border-radius: 50px;
    font-size: 14px;
    font-weight:500;
    color: #292929;

}

.banner-top-R {
    flex:1;
    padding-left: 50px;
    text-align: var(--text-right)
}

.common-heading h2 {
    font-size: 42px;
    padding-bottom: var(--pb-10)
}

.comm-box-shadow {
    z-index: 1;
    position: var(--position-rel);
    border-radius: var(--border-radius-20);
    box-shadow: 0 12px 40px rgb(181 179 191 / 16%);
    background: var(--bg-white)
}

.comm-space {
    padding-top: 80px;
    padding-bottom: 90px
}

.download-app.comm-space {
    padding-top: 100px
}

.grid-img img {
    width: 100%;
    border-radius: var(--border-radius-20);
    height: 213px;
    object-fit: cover
}

.download-app .row {
    align-items: var(--text-center)
}

.download-app-R p {
    font-size:18px;
    color: #fff;
    line-height: 27px
}



.download-app {
    background: linear-gradient(103.64deg, #232C20 14.59%, #4C5449 99.09%);
    border-radius: 30px;
    position: var(--position-rel);
    padding-top: 40px;
    margin: 0px 50px;
    overflow: hidden
}
.rating-log-R{flex:1;}









.common-btn.subscribe-btn {
    position: var(--position-abso);
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    text-transform: capitalize
}

.subscribe-from {
    position: var(--position-rel);
    width: 596px;
    margin: auto;
    margin-top: var(--mt-30)
}

.subscribe-from input.form-control {
    height: 52px;
    border: var(--border-line);
    font-size: var(--text-font16)
}

footer {
    background:#222B1F;
}

.footer-content .footer-logo {
    margin-bottom:30px;
    display: inline-block;
}

.footer-menu {
    padding: 50px 0 45px 0
}

.footer-content h3 {
    font-size:20px;
    padding-bottom:15px;
    color: var(--color-white);
    position: var(--position-rel);
    font-weight: var(--font-weight-mdm)
}

.footer-bottom {
    padding: 15px 0;
    background: #131313
}

.copyright-text p {
    font-size: var(--font-14);
    color: #dbdbdb;
    text-align: var(--text-center);
    margin-bottom: 0
}

.footer-social {
    display: var(--flex-disply);
    align-items: var(--flex-align)
}

.footer-social li {
    padding-right: 5px
}

.footer-social li a {
    width: 42px;
    height: 42px;
    display: var(--flex-disply);
    align-items: var(--flex-align);
    justify-content: var(--flex-justify);
    font-size: var(--text-font18);
    text-align: var(--text-center);
    border-radius: var(--border-radius);
    color: var(--color-white);
    border: 1px solid #4ee907
}

.footer-social li a:hover {
    background: #0da22c;
    background: -moz-linear-gradient(top, #0da22c 0, #4ee907 100%);
    background: -webkit-linear-gradient(top, #0da22c 0, #4ee907 100%);
    background: linear-gradient(to bottom, #0da22c 0, #4ee907 100%)
}

.content-info-mail ul li a {
    font-size: var(--font-14);
    color: #00c9dd;
    margin-bottom: var(--mb-10);
    text-decoration: underline
}

.social-title {
    font-size: var(--text-font18);
    color: var(--color-white);
    margin-bottom: var(--mb-15);
    text-transform: var(--text-uppercase)
}

.content-info-mail {
    padding-bottom: var(--pb-30)
}

.footer-content li {
    padding: 5px 0;
    margin-right: var(--mr-10)
}

.footer-content li a {
    font-size: 15px;
    color: #fff !important;
    text-decoration: none;
    transition: color .1s ease-in
}

.footer-content li a:hover {
    color: #4ee907 !important;
    cursor: pointer
}

.footer-left-content h4 {
    font-size: var(--text-font24);
    padding-bottom: var(--mb-10);
    color: var(--color-white);
    position: var(--position-rel);
    font-weight: var(--font-weight-mdm)
}

ul.payment-methods-list li {
    margin-right: 20px
}

.bottom-content p {
    font-size: 16px;
    color: #a5a5a5;
    line-height: 24px
}

.footer-social li i {
    font-size: var(--text-font18)
}

.footer-social li a:hover i {
    color: var(--color-white)
}

.comm-bg-circle:hover {
    background: #0da22c;
    cursor: pointer
}

.contact-info li a {
    display: var(--flex-disply);
    align-items: var(--flex-align)
}

.contact-info li i {
    padding-right: 16px;
    color: #0da22c;
    font-size: 22px
}

.link-list li a:hover,
ul.code-drop-link li a:hover {
    cursor: pointer;
    text-decoration: underline !important
}

.header-btn:hover {
    opacity: .7;
    cursor: pointer;
    color: var(--color-black)
}

.black-btn:hover {
    color: var(--color-white);
    opacity: .7;
    cursor: pointer
}

.btn-app:hover {
    opacity: .8;
    cursor: pointer
}

.accordion-button {
    font-size: var(--inner-font);
    color: var(--color-white);
    font-weight: var(--font-weight-bold);
    background: #f7f8f9
}

.accordion-button {
    background: 0 0;
    font-size: 22px;
    padding: 22px 20px
}

.accordion-body {
    padding: 1rem 1.25rem;
    font-size: var(--bg-font);
    color: #a5a5a5
}

.accordion-button::after {
    background-image: url("../images/shape-arrow-down.png")
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url("../images/shape-arrow-down.png")
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    border-radius: var(--border-radius-20) !important;
    padding-bottom: 0
}

.accordion-item {
    margin-bottom: 18px;
    border-radius: var(--border-radius-10) !important;
    overflow: hidden;
    border: 1px solid var(--body-color);
    background: 0 0
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--body-color)
}

.header-btn-group {
    display: var(--flex-disply)
}

.leader-bored.comm-space {
    background: url("../images/banner02.png") no-repeat left top;
    background-size:100% 100%;    
    position: var(--position-rel);
    overflow: hidden
}

.up-heaading {
    font-size: 46px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
}

.leader-chart-box {
    margin-top: 30px;
    z-index: 1;
    position: relative
}

.common-heading h3{font-size: 28px; font-weight: 500; line-height: 38px;}  



.leader-B-content-inner:nth-child(2),
.leader-B-content-inner:nth-child(3),
.leader-list-title:nth-child(2),
.leader-list-title:nth-child(3) {
    width: 175px;
    text-align: center
}



.leader-B-content {
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
    display: flex;
    justify-content: space-between;
    width: 100%
}

.leader-list-title h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}

.leader-B-content-inner,
.leader-list-title {
    padding: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}


.leader-B-content-inner:last-child {
    border-right: 0
}

.leader-B-content:last-child {
    border-bottom: 0
}

.leader-B-list li {
    font-size: 22px;
    color: #000;
    font-weight: 400
}

.leader-B-check li i {
    color: #0da22c;
    text-align: center;
    display: block;
    font-size: 26px
}

.leader-B-close i {
    color: #ff3c3c;
    font-size: 26px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E1E1E1 100%);
    border: solid 2px #fff;
    border-radius: 50px;
}

.leader-B-content-inner:last-child,
.leader-list-title:last-child {
    width: 210px;
    text-align: center;
    margin-right: -82px;
}

.leader-B-content-inner:first-child,
.leader-list-title:first-child {
    flex: 1
}

.leader-B-content li {
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3
}

.leader-B-list span {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.leader-B-check i {
    color: #0da22c;
    font-size: 22px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E1E1E1 100%);
    border: solid 2px #fff;
    border-radius: 50px;

}


.leader-box-head {
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    border-color: rgba(255, 255, 255, 0.3);
}

.leader-list-title {
    padding: 0;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.leader-list-title:last-child {
    border-right: 0
}

.how-to-play {
    background: #222B1F;
    border-radius: 30px;
    position: relative;
    margin: 0px 50px;
    overflow: hidden;
}

.wrapper-video {
    position: relative;
    width: 563px;
    border-radius: 10px;
    overflow: hidden;
    height: 506px
}

.wrapper-video:after {
    background: -moz-linear-gradient(top, rgba(22, 47, 48, .78) 0, rgba(26, 77, 38, .78) 100%);
    background: -webkit-linear-gradient(top, rgba(22, 47, 48, .78) 0, rgba(26, 77, 38, .78) 100%);
    background: linear-gradient(to bottom, rgba(22, 47, 48, .78) 0, rgba(26, 77, 38, .78) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: ""
}

.wrapper-video img {
    max-width: 100%;
    height: 100%
}

.wrapper-video iframe {
    display: none;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%
}

.wrapper-video .play-btn {
    position: absolute;
    z-index: 666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0
}

.wrapper-video .play-btn:hover {
    cursor: pointer
}

.wrapper-video .play-btn:focus {
    outline: 0
}

.how-to-play-content {
    align-items: center
}

.how-to-play-R h2{font-size: 46px; color: #fff; font-weight: 600; margin-bottom: 15px;} 
.how-to-play-R h3{font-size: 28px; padding-bottom: 15px; font-weight: 400;}

.how-to-play-R {
    padding-left: 35px
}

.how-to-play-R p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px
}

.ow-play-steps-content {
    background: #313D2E;
    text-align: center;
    padding: 40px;
    border-radius: 30px;
    height: 100%
}

.ow-play-steps-content h4 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px
}

.ow-play-steps-content figcaption {
    padding-top: 25px
}

.ow-play-steps-content figcaption p {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
}

.number-point {
    width: 88px;
    height: 88px;
    background: #0da22c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 700;
    margin: auto;
    margin-top: -66px;
    margin-bottom: 22px
}

.row.how-play-steps {
    margin-top: 125px
}

.streeks-exp {
    padding: 100px 0 0 0px;  
    position: relative;
    overflow: hidden
}

.streeks-exp-box-head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -105px;
    padding-bottom: 15px
}

.streeks-exp-box-head h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    padding-left: 12px
}

.streeks-exp-box p {
    font-size: 15px;
    color: #a5a5a5
}



.out-players {
    background:url(../../images/app-download-bg.png) no-repeat;
    background-size:100% 100%;
    border-radius: 30px;
    margin: 0px 50px 50px 50px;
}

.rating-logo-box {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 20px;
}

.rating-list {
    display: flex
}

.rating-logo-box .Streekey-small-logo {
    margin-bottom: 0;
    width: 140px;
    height: 144px;
    margin-right: 25px
}

.rating-log-R h5 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px
}

.rating-list li i {
    font-size: 24px;
    color: #fff;
}

.rating-list li {
    padding-right: 10px
}

.rating-log-R small {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    display: block
}

.row.rating-mob-img-box {
    align-items: center
}



.owl-carousel .owl-item img {
    width: auto
}

.item {
    background: linear-gradient(to top, #1a4d26, #2c2641);
    border-radius: 10px;
    display: inline-block;
    padding: 5px;
    text-decoration: none
}

.item .slider-box-content {
    min-height: 275px;
    background: #121212;
    display: block;
    border-radius: 6px;
    padding: 35px 25px 40px
}

.item-head {
    display: flex;
    align-items: center
}

.item-head figure img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-right: 20px
}

.item-head h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500
}

.slider-box-content p {
    font-size: 14px;
    color: A5A5A5;
    padding-top: 15px
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px
}

.owl-dots button span {
    background: rgb(255 255 255 / 48%);
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.owl-dots button {
    margin: 0 5px
}

.owl-dots button.owl-dot.active span {
    background: #fff
}

.out-players.comm-space {
    padding-bottom: 35px;
    position: relative;
    overflow: hidden
}

a.nav-link:hover {
    color: #0da22c
}

.play-btn-app a:hover img {
    opacity: .7
}

.inner-top-space {
    padding-top: 210px;
    padding-bottom: 50px
}

.artboard-main-head {
    display: flex;
    align-items: center
}

.artboard-main-head-R figure {
    width: 340px;
    height: 315px;
    position: relative
}

.artboard-main-head-R figure img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative
}

.artboard-main-head-L {
    flex: 1
}

.artboard-main-content h4,
.artboard-main-head-L h4 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 10px
}

.artboard-main-content p,
.artboard-main-head-L p {
    font-size: 16px;
    color: #a5a5a5;
    line-height: 24px
}

.artboard-main-head-L {
    flex: 1;
    padding-right: 200px
}

.artboard-main-head-L p {
    margin-bottom: 15px
}

.artboard-main-content {
    margin-top: 30px
}

.artboard-main {
    position: relative;
    overflow: hidden;
    padding-top: 40px
}

.banner-main-box>figure img {
    height: 100vh
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none
}



.streeks-exp .common-heading p {
    font-size: 22px;
    color: #a5a5a5
}

.download-app-R .common-heading h2 {
    font-size: 46px;
    font-weight: 600;
    padding-bottom: 30px;
}

ul.payment-methods-list {
    display: flex;
}

.win-streeks .common-heading p {
    margin-bottom: 10px;
    padding-right: 70px
}

.contact-us {
    margin-top: 100px
}

.contact-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 25px
}

.contact-info-list li span {
    margin-right: 15px
}

.contact-info-list li span i {
    font-size: 24px;
    color: #fff
}

.contact-info h6 {
    font-size: 16px;
    color: #0e1f3d;
    font-weight: 700;
    padding-bottom: 5px
}

.contact-info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.contact-info-list li a {
    font-size: 16px;
    color: #fff !important
}

.form-group.textare-box textarea.form-control {
    height: 129px !important;
    resize: none
}

.contact-form .common-btn {
    width: 188px
}

.map-box {
    padding-top: 65px;
    border-radius: 35px;
    overflow: hidden;
    padding-bottom: 50px
}

.contact-us {
    display: flex;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
    overflow: hidden
}

.contact-us-left {
    width: 400px;
    padding: 35px 40px 20px;
    background: rgb(37 37 37);
    position: relative;
    border-right: 1px solid #dddddd2e
}

.contact-info a:hover {
    color: #3fd90f !important
}

.contact-us-right {
    flex: 1;
    padding: 35px 40px 50px;
    background: rgb(255 255 255 / 8%)
}

.contact-us-left h3.contact-title {
    color: #fff;
    padding-bottom: 10px !important
}

.contact-us-left p {
    color: rgb(255 255 255 / 60%)
}

.contact-info-list {
    padding-top: 50px
}

form.contact-form .form-control {
    height: 45px !important;
    border: 1px solid rgb(219 219 230 / 29%);
    border-radius: 8px;
    font-size: 14px;
    background: rgb(255 255 255 / 2%);
    color: #fff
}

form.contact-form select.form-control {
    color: rgb(172 172 172 / 49%);
    background: rgb(255 255 255 / 2%) url(../images/arrow-select.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    -webkit-filter: brightness(0) invert(1)
}

form.contact-form .form-control::-webkit-input-placeholder {
    color: rgb(172 172 172 / 73%)
}

form.contact-form .form-control:-ms-input-placeholder {
    color: rgb(172 172 172 / 73%)
}

form.contact-form .form-control::placeholder {
    color: rgb(172 172 172 / 73%)
}

.combine-group {
    display: flex;
    justify-content: space-between
}

.combine-group .mb-3 {
    width: 49%
}

.submit-btn {
    min-width: 160px;
    height: 45px;
    color: #fff;
    font-weight: var(--font-weight-bold)
}

.inner-page-img {
    position: relative
}

figure.inner-page-img .banner-top-img {
    z-index: 9;
    position: relative;
    border-radius: 10px;
    height: 371px
}

.title-img-log {
    position: absolute;
    left: 0;
    bottom: 45px;
    background: #121212;
    padding: 14px 15px;
    width: 192px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-top-right-radius: 22px
}

.our-team-content figure{border-radius: 20px; overflow: hidden; position: relative}
.slider-owl .item{width: 100%;}
.our-team-content figure img{width: 100%;}
.scroll-leader-chart-box{background: #0FA42B; border-radius: 27.5814px;}
.leader-box-head .leader-list-title:nth-child(1){background: #0FA42B; box-shadow: 0px 3.67752px 11.0326px rgba(0, 0, 0, 0.16); border-radius: 27.5814px 27.5814px 0 0; position: relative; z-index: 3; justify-content: flex-start; padding-left: 15px;}
.leader-box-head .leader-list-title:nth-child(2){background: #078820; box-shadow: 0px 3.67752px 11.0326px rgba(0, 0, 0, 0.16); border-radius: 0 27.5814px 0 0; position: relative; z-index: 2; left: -25px;}
.leader-box-head .leader-list-title:nth-child(3){background: #035C14; box-shadow: 0px 3.67752px 11.0326px rgba(0, 0, 0, 0.16); border-radius: 0 27.5814px 0 0; position: relative; left: -50px; z-index: 1;}
.leader-box-head .leader-list-title:nth-child(4){background: #084714; box-shadow: 0px 3.67752px 11.0326px rgba(0, 0, 0, 0.16); border-radius: 0 27.5814px 0 0; position: relative; left: -80px;}
.leader-B-content .leader-B-content-inner:nth-child(1){background: #0FA42B; position: relative; z-index: 3;}
.leader-B-content:last-child .leader-B-content-inner:nth-child(1){border-radius:0 0 27.5814px 27.5814px;}
.leader-B-content:last-child .leader-B-content-inner:nth-child(2){border-radius:0 0 27.5814px 0;}
.leader-B-content:last-child .leader-B-content-inner:nth-child(3){border-radius:0 0 27.5814px 0;}
.leader-B-content:last-child .leader-B-content-inner:nth-child(4){border-radius:0 0 27.5814px 0;}
.leader-B-content .leader-B-content-inner:nth-child(2){background: #078820; box-shadow: 0px 3.67752px 11.0326px rgba(0, 0, 0, 0.16); position: relative; left: -25px; z-index: 2;}
.leader-B-content .leader-B-content-inner:nth-child(3){background: #035C14; box-shadow: 0px 3.67752px 11.0326px rgba(0, 0, 0, 0.16); position: relative; left: -50px; z-index: 1;}
.leader-B-content .leader-B-content-inner:nth-child(4){background: #084714; box-shadow: 0px 3.67752px 11.0326px rgba(0, 0, 0, 0.16); position: relative; left: -80px;}
.video-box{background: #121212; border-radius: 30px;}
.streeks-exp .common-heading{margin-bottom: 135px;}
.streeks-exp-box{background: linear-gradient(180deg, #313D2E 0%, #121511 82.08%); border-radius: 30px; padding: 30px; text-align: center;}
.streeks-exp-list .col-4{margin-bottom: 80px;}
.streeks-exp-box figcaption h4{color: #fff; font-size: 26px; font-weight: 500; margin-bottom: 10px;}
.streeks-exp-box figcaption p{color: #fff; font-size: 15px; line-height: 28px;}  
.rating-text-box{display: flex; align-items: center;}
.download-app-R{padding: 70px 0px;}
.download-app-L img{position: relative; top: 10px;}
.bottom-content-footer{display: flex; align-items: center; justify-content: space-between; padding-top: 30px; border-top: solid 1px; border-color: rgba(255, 255, 255, 0.3);}
.foot-logo-des p{font-size: 14px; color: #fff; line-height: 25px;}

.footer-top-content{padding: 70px 0px;}
.footer-content.ps-4{padding-left: 60px !important;}



















