@font-face {
    font-family: 'Europa GroteskSH';
    src: url('FONTS/EuropaGroteskSH-Med.otf');
}
@font-face {
    font-family: 'Sharp Grotesk';
    src: url('FONTS/Sharp.ttf');
}
html, body {
    overflow-x: hidden;
  }
.copy-text {
	position: relative;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	display: flex;
}
.copy-text input.text {
	padding: 10px;
	font-size: 18px;
	color: #555;
	border: none;
	outline: none;
}
.copy-text button {
	padding: 10px;
	background: #5784f5;
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
}

.copy-text button:active {
	background: #809ce2;
}
.copy-text button:before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: 0px;
	background: #5c81dc;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text button:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: #5c81dc;
	transform: rotate(45deg);
	display: none;
}
.copy-text.active button:before,
.copy-text.active button:after {
	display: block;
}
  @media (min-width:996px) and (max-width:1200px){
    .section-two .section-two-card .section-count span {
        font-size: 18px;
        width: 140px;
        margin-left: -36px;
        color: #fff;
        height: 73px;
    }
    .marleft {
        margin-bottom: 10px;
        margin-left: -33px;
    }
  }
.darker-grotesque-font{
  font-family: "Darker Grotesque", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}
.section-one .content .text {
    margin-bottom: 12px;
    color: white !important;
    opacity: 1 !important;
}
.links svg{
    color: white;
}
.nav-link{
    color: white !important;
}
.nav-link:hover{
    opacity:0.6 !important;
}
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
b{
    font-weight:800 !important;
}
body {
    background-color: #101214;
    color: #fff;
    font-size: 15px;
    line-height: normal;

    font-family: "Darker Grotesque", sans-serif;
}

@media (min-width:768px) and (max-width:992px){
    .star-list .bottom-card-section1 .flex .w-150 {
        width: 225px !important;
        height: 176px!important;
        text-align: center!important;
    }
    body{
    background-image: url(../images/Background.png);
        background-repeat: no-repeat;
        background-size: 189% !important;
        background-position: top!important; }
    .heighty {
        margin-top: 0px !important;
        height: 450px !important;
    }
    .star-list .bottom-card-section .lists {
        max-width: 420px;
        margin-left: 3rem !important;
    }
    .mtop{
        margin-top:25px;
    }
    .section-two .section-two-card {
        background-color: rgba(38, 38, 38, 0.4) !important;
        border-radius: 50px;
        margin-top: 50px;
        padding: 15px;
        padding-left: 161px !important;
        padding-top: 20px!important;
        padding-bottom: 6px!important;
        border: 2px solid #ffffff24;
        font-size: 22px;
        font-weight: 500;
        margin: auto !important;
        color: #0A65FE;
        position: relative;
        margin-top: 0px;
        display: flex;
        align-items: center;
    }
}
.section-stats {
    padding: 50px 0;
    background-color: #0a0c10;
    color: #fff;
}

.stats-container {
    margin-top: 30px;
}

.stats-card {
    height: 100%;
    margin-bottom: 20px;
}

.stats-card h3 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
}

.stats-card p {
    margin-bottom: 10px;
    font-size: 24px;
    color: white;
    width: 48%;
    float: left;
    display: grid;
}
#one-to-one-stats p {
    margin-bottom: 10px;
    font-size: 23px;
    color: white;
    width: 100%;
    float: left;
    display: grid;
}
.stats-card strong {
    color: white;
    font-weight: bold;
    font-size: 17px;
}
.group-bot-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.group-bot-stats p {
    margin: 0;
}

.total-groups {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 20px;
}

.total-groups .label {
    color: #ffffff;
    font-size: 14px;
}

.total-groups .value {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}
@media (min-width:767px){
    body{
        background-image: url(../images/Background.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
}
    .onlymob{
        display:none !important;
    }
    .content .bottom-image{
        margin-left:-8px;
    }
    .content-bribe .center-image{
        margin-left:3px !important;
    }
    .heighty {
        margin-top: 55px;
        height: 387px;
    }
    
    .flexdesktop{
        display: flex !important;
        justify-content: space-between;
    }


}

@media (min-width:768px) and (max-width:1024px){
    .section-two .section-two-flex{
        display: flex;
        flex-direction: column;
        text-align: left;
        align-items: baseline;
    }
    .section-two .section-two-flex .section-count span {
        width: 156px;
        height: 120px;
        margin-top: -20px;
        color: #fff;
        font-size: 18px;
        font-weight: 100 !important;
    }
}

@media (min-width:1400px){
    .mintop{
        margin-left:140px;
    }
    .rightpersonal .flex{
        justify-content: center;
    }
}
.wrapper {
    
    position: relative;
}
.header .navbar {
    background: url('../images/navbar-bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.header .navbar .navbar-nav1 {
    justify-content: space-around;
    width: 100%;
    max-width: 700px;
}
.btn-swap {
    border: 1px solid #0A65FE;
    padding: 12px 32px 16px !important;
    border-radius: 12px;
    font-weight: 700;
    color: #fff;
}

.hero-section {
    min-height: calc(100vh - 139px);
    display: flex;
    padding-top: 120px;
    justify-content: center;
}
.hero-section .content {
    max-width: 378px;
    text-align: center;
}
.hero-section .content .heading {
    font-family: 'Sharp Grotesk';
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 20px;
}
.hero-section .content .btn-download {
    font-size: 18px;
    line-height: normal;
    padding: 13px 21px 17px 22px;
    background-color: #0A65FE;
    border-radius: 10px;
    color: #fff;
}

.section-one {
    text-align: center;
}
.section-one .content {
    max-width: 520px;
    margin: auto;
    padding-top: 20px;
    /* background-color: #000; */
}
.section-count  {
    text-align: center;
    margin-top: -54px;
}
.section-count span {
    background-image: url(../images/count-shadow.png);
    background-size: cover;
    background-position: center;
    width: 155px;
    height: 155px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-family: 'Sharp Grotesk';
    font-size: 23px;
    margin-bottom: 18px;
}
/* .section-count img {
    object-fit: cover;
    object-position: center;
    width: 55px;
    height: 55px;
} */
/* .section-count span {
    color: #F9FDFF;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border: 1px solid #0A65FE;
    border-radius: 20px;
    box-shadow: 0 0 10px 5px rgba(10, 101, 254, 0.5);
} */
.section-one .heading {
    font-family: 'Sharp Grotesk';
    font-size: 23px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    margin-top: -6px;
}
.section-one .text {
    opacity: 0.6;
    font-size:18px;
    margin-bottom: 25px;
}
.section-one .text b {
    font-weight: 700 !important;
}
.section-one .highlight-text {
    color: #0A65FE;
    font-size:18px;
    max-width: 390px;
    font-weight:bold;
    margin: auto;
}

.section-one .heading1, .sections .heading1 {
    font-family: 'Sharp Grotesk';
    font-size: 23px;
    line-height: 32px;
    margin: 18px 0px;
}

.sections .heading1 {
    text-align: center;
}
.star-list {
    padding: 65px 0px;
}
.star-list .top-card-section {
    background: #2626261a;
    margin-bottom: 36px;
    border-radius: 12px;
    padding-bottom: 0px !important;
}
.star-list .top-card-section img {
    object-fit: cover;
    object-position: center;
    height: 120px;
}
.star-list .top-card-section .title {
    font-family: 'Sharp Grotesk';
    color: #0A65FE;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}
.list-text{
    color:white;
}
@media (max-width:768px){
    .star-list .bottom-card-section .lists {
        max-width: 420px;
        margin-left:9.5px !important;
        font-size: 15px;
        color: #3D4A5F;
        text-align: left;
    }
    .section-three .carousels-section .item-content .carousel-card {
        background-color: rgba(38, 38, 38, 0.4);
        padding: 0px 48px 48px 18px;
        border-radius: 35px;
        margin-top: 50px;
        height: 450px !important;
        border: 2px solid #ffffff24;
    }
}
.list-text{
    font-size:18px;
}
.star-list .bottom-card-section .lists {
    max-width: 420px;
    margin-left:7.3rem;
    font-size: 15px;
    color: #3D4A5F;
    text-align: left;
}
.star-list .bottom-card-section1 {
    background: transparent;
}
.star-list .bottom-card-section1 .title1 {
    margin-top: 63px;
}

@media (min-width:768px){
    .star-list .bottom-card-section1 .flex {
        padding-left: 0px !important;
        margin-left: -15px!important;
    }
}

.star-list .bottom-card-section1 .title1 .text {
    font-family: 'Darker Grotesque';
    color: white;
    font-size: 16px;
    margin-top: 17px;
    max-width: 300px;
}
.star-list .bottom-card-section1 .flex  {
    padding-left: 40px;
}
.star-list .bottom-card-section1 .flex .w-150 {
    width: 147px;
    text-align: center;
}
.star-list .bottom-card-section1 .flex a {
    color: #0A65FE;
    text-decoration: none;
    display: inline-block;
    font-family: 'Darker Grotesque';
    margin: 20px 0px;
    font-size: 20px;
    font-weight:800;
}

.star-list .bottom-card-section1 .flex a:hover {
    text-decoration:underline;
    color:#fff;
}


.section-two {
    padding: 50px 0px 40px;
    font-family: 'Sharp Grotesk';
}
.section-two .heading {
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 120px;
    text-align: center;
    margin-top: -50px;
    margin-left: 5px;
}
.section-two .left-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    max-width: 350px;
    position: relative;
}
.section-two .left-content::before {
    content: "";
    height: calc(100% - 85px);
    position: absolute;
    width: 2px;
    left: 13px;
    top: 10px;
    background-size: 139%;
    background-image: url(../images/section-two-line.png);
    z-index: 0;
}
.section-two .left-content .imgg {
    width: 28px;
}
.section-two .left-content .text {
    font-size: 18px;
    color: #fff;
}
.section-two .imgg  {
    width: 140px;
}
.section-two .section-two-flex  {
    font-size: 22px;
    font-weight: 500;
    color: #0A65FE;
    position: relative;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}

.section-two .section-two-flex .opacity-60  {
    opacity: 0.6;
}
.section-two .section-two-flex .section-count {
    margin-top: 0px;
    margin-bottom: 10px;
}
.section-two .section-two-flex .section-count span {
    width: 156px;
    height: 120px;
    color: #fff;
    font-size: 18px;
    font-weight: 100 !important;
}
.section-two .section-two-card  {
    background-color: rgba(38, 38, 38, 0.4) !important;
    border-radius: 50px;
    margin-top: 50px;
    padding: 15px;
    border: 2px solid #ffffff24;
    font-size: 22px;
    font-weight: 500;
    color: #0A65FE;
    position: relative;
    margin-top: 0px;
    display: flex;
    align-items: center;
}
 .mb-20 {
    margin-bottom: 10px;
}
.section-two-flex  .mb-20 {
    margin-top:-12px;
}
.section-two .section-two-card .section-count {
    /* position: absolute;
    left: 40px;
    top: 11px; */
    margin-top: 10px;
}
.section-two .section-two-card .section-count span {
    font-size: 18px;
    width: 155px;
    margin-left: -36px;
    color: #fff;
    height: 97px;
}
.section-two .footer-img {
    padding-top: 80px;
}
.section-five, .section-three {
    padding: 50px 0px 150px 0px;
    font-family: 'Sharp Grotesk';
}

.section-five .heading,
.section-three .heading {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 60px;
    display: flex;
    margin-left: -40px;
}
.section-five .section-count,
.section-three .section-count {
    margin-top: 0px;
}
.section-five .heading .mt-30,
.section-three .heading .mt-30 {
    margin-top: 64px;
}
.section-three .carousels-section .item-content .date {
    font-size: 22px;
    font-weight: 300;
    color: #0A65FE;
    padding-left: 58px;
    padding-bottom: 8px;
}
.section-three .carousels-section .item-content .carousel-card {
    background-color: rgba(38, 38, 38, 0.4);
    padding: 0px 48px 48px 18px;
    border-radius: 35px;
    margin-top: 50px;
    height: 370px !important;
    border: 2px solid #ffffff24;
}

.section-three .carousels-section .item-content .carousel-card .top {
    display: flex;
    gap: 0px;
    align-items: end;
}
.section-three .carousels-section .item-content .carousel-card .img {
    margin-top: -50px;
}
.section-three .carousels-section .item-content .title {
    font-size: 20px;
    font-weight: 400;
    color: #0A65FE;
    margin-bottom: 60px;
    margin-left: -20px;
}
.section-three .carousels-section .item-content .text {
    font-family: 'Darker Grotesque';
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 14px;
    color: #fff;
    font-size: 18px;
    padding-left: 50px;
}
.section-three .carousels-section .item-content .text div {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 14px;
}
.section-three .carousels-section .item-content .text span.dot {
    color: #0A65FE;
}

.section-four {
    background-color: #0A65FE;
    color: #fff;
    padding: 35px 0px 60px;
}
.section-four .content{
    max-width: 550px;
    margin: auto;
}
.section-four .heading {
    font-family: 'Sharp Grotesk';
    font-size: 23px;
    font-weight: 100;
    margin-bottom: 24px;
}
.section-four .text {
    font-size: 18px;
    font-weight: 400;
    opacity: .5;
    margin-bottom: 36px;
}
.section-four .btn-read {
    border: 1px solid #fff;
    border-radius: 12px;
    padding: 13px 55px 16px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}
.section-five .star-list .top-card-section {
    background: #26262626;
    margin-bottom: 36px;
    border-radius: 12px;
    padding-bottom: 8px;
}


a {
    transition: transform 0.3s ease;
}

a:hover {
    transform: scale(1.05);
}
a, .btn {
    transition: all 0.3s ease;
}

a:hover, .btn:hover {
    transform: scale(1.05);
}

.btn-swap:hover, .btn-download:hover {
    transform: scale(1.05);
}
.section-six {
    margin-top: 170px;
    padding-bottom: 80px;
}
@media (max-width:1024px){
    .stats-card p {
        margin-bottom: 10px;
        font-size: 24px;
        color: white;
        width: 100% !important;
        float: left;
        display: grid;
    }
    .section-six{
        margin-top:90px !important;
    }
}
.section-six .heading {
    font-family: 'Sharp Grotesk';
    font-size: 23px;
    line-height: 36px;
    margin-bottom: 65px;
    margin-top: -26px;
    text-align: center;
}
.section-six .card-six {
    background-color: rgba(38, 38, 38, 0.4);
    border: 1px solid #ffffff1c;
    border-radius: 20px;
    padding: 0px 34px 20px;
    margin-top: 50px;
}
.section-six .card-six .icon {
    margin-top: -45px;
    margin-bottom: 24px;
}
.section-six .card-six .title {
    font-family: 'Sharp Grotesk';
    font-size: 22px;
    font-weight: 100;
    line-height: 26px;
    margin-bottom: 16px;
}
.section-six .card-six .text {
    font-size: 16px;
    line-height: 15px;
    color: white;
    margin-bottom: 22px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1500px !important;
    }
    .section-two .section-two-card {
        background-color: #262626;
        border-radius: 50px;
        margin-top: 50px;
        padding: 15px;
        padding-top: 25px !important;
        padding-left: 70px;
        border: 2px solid #ffffff24;
        font-size: 22px;
        font-weight: 500;
        color: #0A65FE;
        position: relative;
        margin-top: 0px;
        display: flex;
        align-items: center;
    }
}
.section-six .card-six .links a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    border-radius: 12px;
    background-color: #151515;
    color: #ffffff13;
}


.footer-section {
    background: #101214;
}
.footer-section .footer-flex  {
    max-width: 1050px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0px 36px;
    margin: auto;
    border-top: 1px solid #f9fdff23;
}
.footer-section .footer-flex .copyright {
    font-size: 18px;
    color: white !important;
    opacity: 1;
}
.footer-section .footer-flex .footer-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}
.footer-section .footer-flex .footer-link a {
    color: #F9FDFF;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.navbar-toggler {
    border: 0px;
    background-color: transparent;
}
.navbar-toggler-icon {
    background-image: none;
    margin-top:7px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size:21px;
    }
}

@media screen and (max-width:992px) {
    .header .navbar .navbar-nav1 {
        max-width: 100%;
    }
    .header .navbar .nav-link {
        padding: 10px 20px;
    }
    .header .navbar .btn-swap {
        display: inline-block;
        padding: 10px 40px !important;
    }
}
@media screen and (max-width:767px) {
    .wrapper {
        background: url('../images/mb-BG.png');
        background-size: 100% 100vh;
        background-position: top;
        background-repeat: no-repeat;
        overflow: hidden;
    }
    .onlymob{
        display: block !important;
    }
    .content-bribe .list-text{
        margin-top:-3px !important;
    }
    .topmobie img{
        margin-top: 10px !important;
    }
    .section-two .left-content::before {
        content: "";
        height: calc(100% - 85px);
        position: absolute;
        width: 2px;
        left: 13px;
        top: 10px;
        background-image: none !important;
        z-index: 0;
    }
    .section-five .star-list .top-card-section {
        background: #2626265e;
        margin-bottom: 36px;
        border-radius: 12px;
        padding-bottom: 0px !important;
        margin-top: 60px !important;
    }
    .section-two .section-two-card .section-count span {
        width: 155px;
        font-size: 17px;
        color: #fff;
    }
    .sec2mob span {
        width: 175px !important;
        height: 175px !important;
        margin-bottom: 78px !important;
        font-size: 23px !important;
        color: #fff !important;
        margin-top: -40px;
    }
    .countmob{
        width: 147px !important;
    height: 85px!important;
    font-size: 17px!important;
    color: #fff!important;
    font-weight: 100!important;
    }
    .section-two .left-content {
        height: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 30px;
        max-width: none !important;
        position: relative;
    }
    .totsup{
        margin-bottom:20px;
    }
    .star-list .bottom-card-section1 .flex .w-150 {
        width: 100px !important;
        text-align: center;
    }
    .header .navbar {
        background: transparent;
    }
    .hero-section {
        min-height: 290px;
        padding-top: 15px;
    }
    .hero-section .content .heading {
        font-size: 22px;
        line-height: 26px;
        max-width: 278px;
    }
    .hero-section .content .btn-download {
        font-size: 12px;
        border-radius: 12px;
        margin-bottom: 10px;
    }
    .section-one .content {
        max-width: 300px;
        font-size: 12px;
    }
    .section-one .heading {
        font-family: 'Sharp Grotesk';
    font-size: 24px;
    line-height: 32px;
    margin: 18px 0px;
    }
    .section-one .content .text {
        margin-bottom: 12px;
        color: white !important;
    }
    .section-one .heading1 {
        font-size: 24px;
    }
    .star-list {
        padding: 40px 0px;
    }
    .star-list .top-card-section {
        margin-bottom: 20px;
    }
    .star-list .top-card-section .title {
        font-size: 22px;
    }
    .star-list .top-card-section .title br {
        display: none;
    }
    .star-list .bottom-card-section .lists {
        padding-left: 30px;
    }
    .star-list .top-card-section img {
        height: 100px;
    }
    .section-two {
        padding-top: 60px;
        padding-bottom: 0px;
    }
    .section-two .heading {
        margin-bottom: 90px;
        margin-top: -50px;
    }
    .section-two .mb-down {
        transform: rotate(65deg);
        margin-bottom: 50px;
    }
    .section-two .section-two-card {
        margin-bottom: 20px;
        font-size: 21px;
        padding-top: 23px;
    }
    .section-two .section-two-card .section-count {
        left: 13px;
    }
    .section-two .footer-img {
        padding-top: 40px;
    }
    .section-two .imgg {
        width: 100px;
        margin-left: -42px;
    }
    .section-five,
    .section-three {
        padding: 60px 0px;
    }
    .section-five .heading,
    .section-three .heading {
        margin-left: -20px;
        margin-bottom: 30px;
        font-size: 22px;
    }
    .star-list .bottom-card-section1 {
        /* display: none; */
    }
    .star-list .bottom-card-section1 .flex {
        padding-left: 0px;
    }
    .star-list .bottom-card-section1 .icon img {
        max-width: 90px;
    }
    .star-list .bottom-card-section1 .title1 {
        margin-top: 30px !important;
    }
    .star-list .bottom-card-section1 .flex .w-150 {
        margin-top: 30px !important;
    }
    .section-five .heading .mt-30,
    .section-three .heading .mt-30 {
        margin-top: 65px;
        margin-left: -20px;
    }
    .section-three .carousels-section .item-content .date {
        padding-left: 40px;
    }
    .section-three .carousels-section .item-content .carousel-card {
        padding: 0 28px 28px 3px;
    }
    .section-four .heading {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .section-four .btn-read {
        padding: 13px 44px 16px;
        font-size: 13px;
    }
    .section-six .mb-flex {
        display: flex;
    }
    
    .section-six .section-count {
        margin-left: -20px;
    }
    .section-six .mb-flex .heading {
        font-size: 22px;
        margin-top: 6px;
        margin-left: -30px;
    }

    .footer-section .footer-flex .copyright {
        font-size: 12px;
    }
    .footer-section .footer-flex .footer-link a {
        font-size: 10px;
    }
    .section-six .card-six {
        margin-bottom: 20px;
    }
    .section-two .left-content .imgg{
        margin-left: 0px;
    }
    .navbar .navbar-collapse {
        min-height: 100vh;
        position: fixed;
        background: #0A65FE;
        width: 100%;
        left: 0px;
        top: 0px;
        transition: 0.3s all;
        z-index: 10000;
    }
    .navbar .navbar-collapse .mb-navigation {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 90vh;
        padding-bottom: 30px;
    }
    .h-72 {
        min-height: 72vh;
    }
    .navbar .navbar-collapse .back-button {
        padding: 20px;
    }
    .navbar .navbar-nav {
        display: none;
    }
    .navbar .navbar-collapse .navigation-heading {
        display: flex;
        gap: 20px;
        align-items: center;
        font-weight: 100;
        font-size: 21px;
        color: #fff;
        margin-bottom: 50px;
        font-family: 'Sharp Grotesk';
    }
    .navbar .navbar-collapse .menus {
        margin-bottom: 25px;
    }
    .navbar .navbar-collapse .menu-link {
        color: #fff;
        display: flex;
        align-items: center;
        text-decoration: none;
        gap: 20px;
        padding: 10px 30px;
        font-size: 27px;
        position: relative;
    }
    
    .navbar .navbar-collapse .menu-link::before {
        content: " ";
        width: 100%;
        height: 2px;
        background-image: url('../images/navigation-bottom.png');
        position: absolute;
        bottom: 0px;
        left: 0px;

    }
    .navbar .navbar-collapse .menu-link span.count {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        font-weight: 700;
        background-image: url(../images/navigation-count.png);
        width: 39px;
        height: 38px;
        background-position: center;
        font-family: 'Sharp Grotesk';
        font-weight: 100 !important;
    }
    .navbar .navbar-collapse .footer-navigation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 30px;
    }
    .navbar .navbar-collapse .footer-navigation a {
        color: #fff;
        padding: 8px;
        padding-left: 0px;
        text-decoration: none;
    }
    .collapse:not(.show) {
        display: block;
        top: -100vh;
    }
}
@media screen and (min-width:768px) {
    .navbar .mb-navigation {
        display: none;
    }
    .alignedd{
        height:360px;
    }
    .section-five-icon-6{
        margin-top:-58px;
    }
}
.owl-theme {
    position: relative;
}
.owl-theme .owl-nav button {
    background: transparent !important;
    border: 0px !important;
    position: absolute;
    top: 60%;
    padding: 0px !important;
    margin: 0px !important;
}
.owl-theme .owl-nav button.owl-prev {
    left: -10px;
    transform: rotate(180deg);
}
.owl-theme .owl-nav button.owl-next {
    right: -10px;
}
.owl-carousel .owl-item img {
    max-width: max-content;
}
.section-six .owl-carousel .card-six .icon img{
    max-width:75px;
    height:75px;
}
#carousel1.owl-theme .owl-nav button.owl-prev {
    display: none !important;
}
#carousel2.owl-theme .owl-nav button {
    top: 55%;
}
.owl-item .item{
    margin-left: 10px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 3px;
    background-color: white;
    position: relative;    border-radius: 50px;
  }
  .navbar-toggler{
    margin-top:-12px;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: white;
    border-radius: 50px;    position: absolute;
    left: 0;
  }

  .navbar-toggler-icon::before {
    top: -10px;
  }

  .navbar-toggler-icon::after {
    top: 10px;
  }
  

  @media (min-width:1024px){
  .section-three {
    position: relative !important;
    overflow: visible!important; /* Allow overflow */
}

.carousels-section {
    position: relative!important;
    margin-right: -100px!important; /* Adjust this value to control how far it goes outside the container */
    width: calc(100% + 250px)!important;/* Extend the width beyond the container */
}

.item-content {
    max-width: 100%!important;   /* Ensure the content inside the carousel is responsive */
}}