/* COMMON CSS */
:root {
    --bs-washed-black: rgba(20, 20, 20, 1);
    --bs-white: rgba(255, 255, 255, 1);
    --bs-ada-blue: #aff029;
    --bs-light-blue: #37bbd2;
    --bs-light-green: #eaf2da;
    --bs-fontfirstfamily: VarelaRound, Arial, sans-serif;
    --bs-fontsecondfamily: Nunito, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: var(--bs-fontsecondfamily);
}

@font-face {
    font-family: VarelaRound;
    src: url("../font/VarelaRound-Regular.woff2") format('woff2');
    font-weight: 400;
    font-display: swap;
    font-style: normal
}

@font-face {
    font-family: Nunito;
    src: url("../font/Nunito-ExtraBold.ttf") format('woff2');
    font-display: swap;
    font-style: normal
}

/* SEARCHBAR */
.int-search {
    font-size: 14px;
    height: 36px;
    padding-right: 35px;
    border-radius: 30px;
}

.search-magnify {
    position: absolute;
    top: 10px;
    right: 22px;
    color: var(--bs-washed-black);
}

.text-gradient {
    color: var(--bs-ada-blue);
}

.text-black {
    color: var(--bs-washed-black);
}

.text-light-blue {
    color: var(--bs-light-blue);
}

.bg-black {
    background: var(--bs-washed-black);
}

.whatsapp-bg {
    background: #25D366 !important;
}

.gmail-bg {
    background: #4285f4 !important;
}

.google-bg {
    background: #db4a39 !important;
}

.twitter-bg {
    background: #0f1419 !important;
}

.linkdin-bg {
    background: #0072b1 !important;
}

.fb-bg {
    background: #3b5998 !important;
}

.tele-bg {
    background: #0088cc !important;
}

.reddit-bg {
    background: #ff4500 !important;
}

.pinterest-bg {
    background: #c8232c !important;
}

.youtube-bg {
    background: #CD201F !important;
}

.insta-bg {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important;
}

.tiktok-bg {
    background: #000;
}

.discord-bg {
    background: #404eed !important;
}

.text-washed-black {
    color: var(--bs-washed-black);
}

.twitter-clr {
    color: #0f1419 !important;
}

.linkdin-clr {
    color: #0072b1 !important;
}

.fb-clr {
    color: #3b5998 !important;
}

.tele-clr {
    color: #0088cc;
}

.gmail-clr {
    color: #4285f4;
}

.insta-clr {
    color: #d6249f !important
}

.discord-clr {
    color: #404eed !important;
}

.tiktok-clr {
    color: #000;
}

.bg-ada {
    background: var(--bs-ada-blue);
}

.bg-light-blue {
    background: var(--bs-light-blue);
}

.bg-light-green {
    background: var(--bs-light-green);
}

.hover-color {
    background: var(--bs-light-green);
    color: var(--bs-washed-black);
}

.hover-color:hover {
    background: var(--bs-washed-black);
    color: var(--bs-ada-blue);
}

.cursor-pointer {
    cursor: pointer;
}

.fs-12 {
    font-size: 12px;
}

.float-right {
    float: right;
}

.brdcrumb {
    background: var(--bs-washed-black);
    background-image: var(--bs-gradient) !important;
}

.brdcrumb ul {
    font-weight: 500;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 10px 0;
}

.brdcrumb ul li::before {
    font-weight: 900;
    font-size: 14px;
    color: var(--bs-white) !important;
    content: "\f105" !important;
    margin: 2px 8px 0;
    font-family: "Font Awesome 5 Free";
}

.brdcrumb ul li:first-child::before {
    display: none;
}

.brdcrumb ul li:last-child, .brdcrumb ul li:nth-child(2) {
    color: var(--bs-white);
    text-align: center;
    display: flex;
    align-items: center;
    cursor: default;
}


.brdcrumb ul li a {
    color: var(--bs-ada-blue);
    text-decoration: none;
}
.contentkoltop h1::after  {
  content: "";
  display: block;
  width: 30%;               /* 30% of text width */
  height: 2px;
  background: var(--bs-light-blue);
  border-radius: 5px;
  margin: 6px auto 0; 
}
.contentkoltop p{
    margin-top: 10px;
}
.contentkoltop h1 {
      position: relative;
  font-weight: bold;
  display: inline-block;   /* shrink to text width */
  font-size: 1.5rem;
  text-transform: capitalize;
  margin: auto;   
}
.heading-bdr::after,
.heading-bdr-left::after {
    content: "";
    width: 30%;
    height: 2px;
    background: var(--bs-light-blue);
    border-radius: 5px;
    position: absolute;
    bottom: -6px;
}

.heading-bdr-black::after,
.heading-bdr-left-black::after {
    background: var(--bs-washed-black);
}

.heading-bdr-left::after {
    left: 0;
    right: auto;
}

.heading-bdr::after {
    left: 0;
    right: 0;
}

.input-box-label {
    font-weight: 600;
    color: var(--bs-washed-black);
    margin-bottom: 8px;
}

.input-box {
    padding: 7px 15px;
    border: none;
    border-bottom: 1px solid var(--bs-ada-blue);
    border-radius: 20px;
}

.bdr-blue {
    border: 1px solid var(--bs-ada-blue);
}

.choose-int {
    width: 120px;
    opacity: 0;
    border-radius: 30px;
    position: absolute;
    top: -3px;
}

.choose-file {
    color: var(--bs-washed-black);
    font-weight: 600;
    padding: 5px 20px;
    display: inline-block;
    border: 1px solid var(--bs-ada-blue);
    border-radius: 30px;
}

.choose-file:hover {
    color: var(--bs-ada-blue);
    background: var(--bs-washed-black);
}

.limegreen-btn {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-white);
    background: var(--bs-ada-blue);
    padding: 5px 16px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid var(--bs-ada-blue);
    border-radius: 30px;
    transition: all .3s ease-in-out;
}

.small-btn {
    font-size: 12px !important;
    padding: 2px 10px !important;
}

.btn-close {
    align-self: flex-start;
    position: absolute;
    right: 13px;
    top: 13px;
}

.plan-btn {
    text-decoration: none;
    margin: 20px 0 30px 0;
    padding: 15px 100px;
    border: 1px solid #34495E;
    color: #34495E;
    font-size: 15px;
    background: #fff;
}

.plan-btn:hover {
    background: var(--bs-washed-black);
    color: var(--bs-ada-blue);
}

.white-btn {
    font-weight: 500;
    color: var(--bs-washed-black);
    background: #fff;
    padding: 2px 15px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid var(--bs-ada-blue);
    border-radius: 30px;
}

.width-btn {
    font-size: 15px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:575px) {

    .width-btn,
    .white-btn,
    .limegreen-btn,.btn-width {
        font-size: 12px !important;
        padding: 2px 10px !important;
    }
}

/* Header CSS */
.navbar-nav .nav-itm {
    margin-left: 19px;
}

.navbar-nav .nav-lnk {
    color: rgba(var(--bs-washed-black)) !important;
    font-weight: 600;
    border-radius: 30px;
    transition: none;
    padding: 4px 15px !important;
    margin: 4px 0px;
}

.navbar-nav .nav-lnk.active,
.navbar-nav .nav-lnk:hover {
    color: var(--bs-washed-black) !important;
    background: var(--bs-ada-blue) !important;
    background-image: var(--bs-gradient) !important;
}

.dropdown-lnk {
    font-size: 14px;
    margin: 5px 0;
    border-radius: 30px;
}

.dropdown-lnk:active,
.dropdown-lnk:hover {
    background: var(--bs-ada-blue) !important;
    color: var(--bs-washed-black) !important;
}

.dropdown-item.active {
    background: var(--bs-ada-blue);
    color: var(--bs-washed-black);
}

.split-lnk.active {
    background: var(--bs-ada-blue);
    color: var(--bs-white) !important;
    border-radius: 30px 0 0 30px;
}

.dropdown-split.active {
    background: var(--bs-ada-blue);
    color: var(--bs-white) !important;
    border-radius: 0 30px 30px 0;
}

.navbar-toggler {
    padding: 0px 6px;
    background: var(--bs-white);
    border-color: #ccc;
    border-radius: 10px;
}

.navbar-toggler-icon {
    background-size: 22px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .header-logo {
        width: 150px;
        height: 38px;
    }

    .navbar-nav .nav-lnk {
        padding: 4px 13px !important;
        font-size: 13px;
    }

    .navbar-nav .nav-itm {
        margin-left: 16px;
    }

    .split-lnk {
        font-size: 13px !important;
        padding-left: 9px !important;
    }
}

@media (max-width: 991px) {
    .header-logo {
        width: 100px;
        height: 24px;
    }

    .beta-dark {
        bottom: 9px !important;
        right: -1px !important;
        font-size: 11px !important;
    }
}

.dropdown-heading {
    font-weight: 600;
    color: var(--bs-washed-black);
    margin-left: 15px;
    margin-bottom: 8px;
    padding-bottom: 3px;
    display: inline-block;
    white-space: nowrap;
    border-bottom: 2px solid var(--bs-lime-green);
}

.split-btn-grp {
    border-radius: 30px;
}

.split-btn-grp:hover {
    background: var(--bs-ada-blue);
}

.split-btn-grp:hover .split-lnk,
.split-btn-grp:hover .dropdown-split {
    color: var(--bs-white);
}

.split-lnk {
    color: var(--bs-washed-black);
    font-size: 14px;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 4px;
    transition: none;
}

.dropdown-split {
    padding-right: 12px !important;
    background: transparent;
    border: 0;
}

.split-lnk:hover,
.dropdown-split:hover {
    background: var(--bs-ada-blue);
    color: var(--bs-white) !important;
}

.split-lnk:hover {
    border-radius: 30px 0 0 30px;
}

.dropdown-split:hover {
    border-radius: 0 30px 30px 0;
}

/* Header CSS */

/* Home Platform */
.platform-home {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
}

.width-13 {
    flex: 0 0 calc((100% - 6rem) / 7);
    background: #f8f9fa;
    height: 150px;
}

@media (max-width: 1399px) and (min-width:993px) {
    .width-13 {
        flex: 0 0 calc((100% - 6rem) / 4);
    }
}

@media (max-width: 992px) and (min-width:768px) {
    .width-13 {
        flex: 0 0 calc((100% - 6rem) / 3);
    }
}

@media (max-width: 767px) and (min-width:530px) {
    .width-13 {
        flex: 0 0 calc((100% - 6rem) / 2);
    }
}

@media (max-width: 529px) {
    .width-13 {
        flex: 0 0 calc((100% - 6rem) / 1);
    }
}

/* Home Platform */

/* Home box */
.cryptobox-services {
    border: 2px solid var(--bs-white);
    padding: 8px;
    border-radius: 20px;
}

.cryptobox-services span {
    font-size: 18px;
    font-weight: 700;
    color: var(--bs-white);
    transform: scale(0);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.cryptobox-services p {
    font-size: 13px;
    color: var(--bs-white);
}

/* Home box */

/* Home content */
.single-service {
    position: relative;
    background-color: var(--bs-white);
    padding: 20px 20px;
    overflow: hidden;
}

.single-service .content {
    position: relative;
    z-index: 20;
    text-align: justify;
}

.single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    transform: translate(40%, -40%);
    width: 120px;
    height: 120px;
    background-color: var(--bs-ada-blue);
    border: 6px solid var(--bs-washed-black);
    border-radius: 50%;
    opacity: 0.8;
    z-index: 10;
    transition: all .6s;
}

.single-service:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
}

.single-service .icon {
    display: inline-block;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    background-color: var(--bs-washed-black);
    border-radius: 5px;
    line-height: 60px;
    text-align: center;
    color: var(--bs-ada-blue);
    font-size: 25px;
    transition: all .3s;
}

.single-service:hover .icon {
    background-color: #fff;
    color: var(--bs-washed-black);
}

.single-service .title {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 23px;
    transition: color .3s;
}

.single-service:hover .title,
.single-service:hover .description {
    color: var(--bs-washed-black);
}

.single-service .description {
    margin-bottom: 15px;
    font-size: 14px;
    transition: color .3s;
}

/* Home content */

/* News-details */
.details-page img {
    width: 100%;
    height: auto;
    margin-bottom: 15px !important;
    border-radius: 10px;
}

.details-page h2,
.details-page h3,
.details-page h4,
.details-page h5,
.details-page h6 {
    color: var(--bs-washed-black);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.details-page li {
    color: #555;
    margin: 8px 0;
    padding-left: 5px;
    line-height: 1.8;
}

.details-page li p {
    margin-bottom: 0;
}

.details-page li::marker,
.details-page li a strong,
.details-page a {
    font-weight: 600;
    color: var(--bs-light-blue);
}

.details-page p {
    color: #555;
    line-height: 1.6;
    text-align: justify;
}

.details-page strong {
    font-weight: 600;
}

.details-page table {
    max-width: 880px;
    width: 100%;
    overflow-x: auto;
    text-align: center;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.details-page table thead tr th {
    color: var(--bs-white);
    background: var(--bs-light-blue);
}

.details-page table th,
.details-page table td {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.social-icon-sticky {
    position: sticky;
    top: 120px;
}

.sticky-sidebar {
    position: sticky;
}

@media (min-width: 1200px) {
    .sticky-sidebar {
        top: 120px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .sticky-sidebar {
        top: 90px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .sticky-sidebar {
        top: 60px;
    }
}

.more-content {
    display: none;
}

.more-btn {
    color: var(--bs-washed-black);
    font-weight: 600;
    background: transparent;
    border: 0;
}

.prf-int {
    width: 100%;
    display: block;
    padding: 5px 12px;
    background-color: var(--bs-white) !important;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.prf-int:focus-visible {
    border: 1px solid var(--bs-ada-blue);
    outline: 0 !important;
    box-shadow: 0 0 5px var(--bs-lime-green);
}

.one-line-text {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.two-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.three-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #ongoing-airdropfilter .prf-int {
        font-size: 13px;
    }
}

@media (max-width: 991px) {

    .prf-int,
    .serch-int {
        font-size: 14px !important;
        padding: 5px 12px !important;
    }
}

/* News- details */

/* button */
.package-btn {
    border-radius: 4px;
    background: var(--bs-ada-blue);
    color: var(--bs-washed-black);
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}

.package-btn span {
    position: relative;
    transition: 400ms;
    font-size: 20px;
}

.package-btn span::after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: 21px;
    transition: 500ms;
    font-size: 17px;
}

.package-btn:hover span {
    padding-right: 25px;
}

.package-btn:hover span::after {
    opacity: 1;
    right: 0;
}

.share-modal-icon {
    width: 21px;
    height: 21px;
    font-size: 11px;
    margin: 5px;
    text-decoration: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

/* FOOTER CSS */
.footer {
    background: var(--bs-ada-blue);
}

@media (min-width: 992px) {
    .footer {
        background-position-x: right;
    }
}

.foot-lnk {
    color: #bbb;
    text-decoration: none;
}

.foot-lnk:hover {
    color: var(--bs-white);
    text-decoration: underline;
}

.foot-lnk.active {
    color: #f78f1e;
}

.foot-lnk.active:hover {
    text-decoration: none;
}

/* FOOTER CSS */

.srch-prnt {
    height: 41px;
    max-width: 500px;
    color: var(--bs-washed-black) !important;
    padding: 5px 60px 5px 18px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 30px;
    position: relative;
}

.srch-prnt .srch-int {
    width: 100%;
    font-size: 18px;
    line-height: 29px;
    border: 0;
}

.srch-prnt .serch-megnify {
    width: 55px;
    height: 41px;
    color: var(--bs-white);
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-washed-black);
    border: 1px solid var(--bs-washed-black);
    border-radius: 0 50px 50px 0;
    position: absolute;
    right: -1px;
    top: -1px;
}

.like {
    color: var(--bs-white);
    background: var(--bs-gradient-bg);
    border-color: #ef622a;
}

.zoom-in:hover {
    transition: all .5s;
    transform: scale(1.1);
}

.shadow-hover:hover {
    box-shadow: var(--bs-box-shadow) !important;
}

.bg-light-coral {
    background: lightcoral;
}

.bg-section {
    background: url('../images/bg1.webp') rgba(0, 0, 0, 1) no-repeat center 90% / cover;
    background-position: bottom;
}

.bg-section1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)), url('../images/content-bg.webp');
    background-position: bottom;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    background-repeat: no-repeat;
}

.scl-icon {
    margin: 5px;
    text-decoration: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
        padding: .5rem !important;
}

.big-scl-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
}

.mid-scl-icon {
    width: 33px;
    height: 33px;
    font-size: 16px;
}

.shadow-scl:hover {
    box-shadow: 0 .5rem 1rem rgba(var(--bs-body-color-rgb), .15) !important;
}

/* Radial */
.selector {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 175px;
    height: 172px;
    margin-top: -70px;
    margin-left: -70px;
}

.selector,
.selector button {
    font-family: "Oswald", sans-serif;
    font-weight: 300;
}

.selector button {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #428bca;
    border-radius: 50%;
    border: 0;
    color: white;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.1s;
}

.selector button:hover {
    background: #3071a9;
}

.selector button:focus {
    outline: none;
}

.selector ul {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    top: -30px;
    right: -30px;
    bottom: -30px;
    left: -30px;
}

.selector li {
    position: absolute;
    width: 0;
    height: 94%;
    margin: 0 50%;
    transform: rotate(-360deg);
    transition: all 0.8s ease-in-out;
}

/* .selector li a {
    display: none;
    } */

.selector li a {
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 0;
    height: 0;
    line-height: 1px;
    margin-left: 0;
    background: #eaf2da;
    border-radius: 50%;
    text-align: center;
    font-size: 1px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: none;
    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
}

.selector li a:hover {
    background: var(--bs-ada-blue);
    color: var(--bs-washed-black);
}

.selector li a:checked {
    background: var(--bs-ada-blue);
    color: var(--bs-white);
}

.selector li a:checked:hover {
    background: var(--bs-ada-blue);
}

.selector.open li a {
    width: 120px;
    height: 120px;
    line-height: 16px;
    margin-left: -173px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width:547px) and (max-width:1199px) {
    .mobile-view {
        width: 100%;
        height: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:546px) {
    .mobile-view {
        height: 330px;
    }

    .selector {
        width: 140px;
        height: 140px;
    }

    .selector li {
        height: 80%;
        margin: 15px 50%;
    }

    .selector.open li a {
        width: 75px;
        height: 75px;
        line-height: 16px;
        font-size: 12px;
        margin-left: -100px;
    }
}

/* Radial */
@media (max-width:1199px) {
    .margin-top {
        margin-top: 75px;
    }
}

/* Infographic */
@keyframes rotateMain {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateInner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.centralized {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-container {
    margin: 0 auto;
    padding-top: 171px;
    height: auto;
    width: 100%;
    position: relative;
}

.main-container .main-circle {
    border: 6px solid #ccc;
    border-radius: 100%;
    box-sizing: border-box;
    padding: 0px;
    height: 180px;
    width: 180px;
    position: relative;
}

.main-container .main-circle .inner {
    background: #ededed;
    border-radius: 100%;
    box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color: #616161;
    font-size: 24px;
    height: 100%;
    line-height: 1.5;
    text-align: center;
    width: 100%;
}

.main-container .bubble-container {
    border: 6px;
    box-sizing: border-box;
    height: 300px;
    position: absolute;
    width: 260px;
    opacity: 0;
    transform: rotate(0deg);
    transition: transform ease-in 0.7s, opacity ease 1s;
}

.main-container .bubble-container .pointer {
    background: var(--bs-white);
    border: 4px solid var(--bs-washed-black);
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    left: calc(15px + 3px);
    height: 25px;
    top: calc(50% - 17px);
    width: 25px;
}

.main-container .bubble-container .pointer .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 14px 7px 0;
    border-color: transparent var(--bs-washed-black) transparent transparent;
    position: absolute;
    left: -15px;
    top: 0.52px;
}

.main-container .bubble-container .pointer .inner {
    background: var(--bs-washed-black);
    border-radius: 100%;
    box-sizing: border-box;
    height: 9px;
    width: 9px;
}

.main-container .bubble-container .bubble {
    border-radius: 100%;
    box-sizing: border-box;
    position: absolute;
    height: 110px;
    top: calc(50% - 60px);
    left: -129px;
    width: 110px;
    transform: rotate(0deg);
    transition: all ease 0.8s;
}

.main-container .bubble-container .bubble .inner {
    background: var(--bs-white);
    border-radius: 100%;
    box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    height: 90px;
    width: 90px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
}

.main-container .bubble-container.black .bubble,
.main-container .bubble-container.black .pointer .inner {
    background: #505269;
}

.main-container .bubble-container.blue-dark .bubble,
.main-container .bubble-container.blue-dark .pointer .inner {
    background: #4c67aa;
}

.main-container .bubble-container.blue-light .bubble,
.main-container .bubble-container.blue-light .pointer .inner {
    background: #25ade1;
}

.main-container .bubble-container.green .bubble,
.main-container .bubble-container.green .pointer .inner {
    background: #8dc03f;
}

.main-container .bubble-container.orange .bubble {
    background: #fa9128;
}

.main-container .bubble-container.orange .pointer .inner {
    background: #fa9128;
}

.main-container .bubble-container.red .bubble,
.main-container .bubble-container.red .pointer .inner {
    background: #e46020;
}

@media (max-width:546px) {
    .main-container {
        padding-top: 115px;
    }

    .main-container .main-circle {
        height: 75px;
        width: 75px;
    }

    .main-container .bubble-container {
        width: 120px;
        height: 0px;
    }

    .main-container .bubble-container .pointer {
        height: 15px;
        top: calc(25% - 9px);
        width: 15px;
        left: calc(8px + 3px);
    }

    .main-container .bubble-container .pointer .arrow {
        top: -1.48px;
        border-width: 5px 10px 7px 0;
        left: -10px;
    }

    .main-container .bubble-container .bubble {
        height: 70px;
        top: calc(51% - 38px);
        left: -92px;
        width: 70px;
    }

    .main-container .bubble-container .bubble .inner {
        height: 60px;
        width: 60px;
        font-size: 14px;
        text-align: center;
    }
}

/* Infographic */

/* Content Home */

.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid var(--bs-white);
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: var(--bs-white);
}

/* Content Home */

/* faq */
.accordion-button:focus {
    border: 1px solid var(--bs-ada-blue)
}

.accordion-button:hover {
    background: var(--bs-ada-blue);
    color: var(--bs-washed-black);
}

.accordion-button:not(.collapsed) {
    color: var(--bs-washed-black);
    background: var(--bs-ada-blue);
}

/* faq */


/* Switch */
.switch {
    font-size: 1rem;
    position: relative;
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

.switch input+label {
    position: relative;
    border-radius: calc(2.375rem * .8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input+label::before,
.switch input+label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    bottom: 0;
    display: block;
}

.switch input+label::before {
    right: 0;
    background-color: var(--bs-ada-blue);
    border-radius: calc(2.375rem * .8);
    transition: 0.2s all;
}

.switch input+label::after {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--bs-washed-black);
    transition: 0.2s all;
}

.switch input:checked+label::before {
    background-color: var(--bs-washed-black);
}

.switch input:checked+label::after {
    margin-left: calc(2.375rem * .8);
    background-color: var(--bs-ada-blue);
}

.switch input:focus+label::before {
    outline: none;
    box-shadow: 0 0 0 0.2rem #eaf2da;
}

.switch input:disabled+label {
    color: #868e96;
    cursor: not-allowed;
}

.switch input:disabled+label::before {
    background-color: #e9ecef;
}

.switch.switch-sm {
    font-size: 0.875rem;
}

.switch.switch-sm input+label {
    min-width: calc(calc(1.9375rem * .8) * 2);
    height: calc(1.9375rem * .8);
    line-height: calc(1.9375rem * .8);
    text-indent: calc(calc(calc(1.9375rem * .8) * 2) + .5rem);
}

.switch.switch-sm input+label::before {
    width: calc(calc(1.9375rem * .8) * 2);
}

.switch.switch-sm input+label::after {
    width: calc(calc(1.9375rem * .8) - calc(2px * 2));
    height: calc(calc(1.9375rem * .8) - calc(2px * 2));
}

.switch.switch-sm input:checked+label::after {
    margin-left: calc(1.9375rem * .8);
}

.switch.switch-lg {
    font-size: 1.25rem;
}

.switch.switch-lg input+label {
    min-width: calc(calc(3rem * .8) * 2);
    height: calc(3rem * .8);
    line-height: calc(3rem * .8);
    text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}

.switch.switch-lg input+label::before {
    width: calc(calc(3rem * .8) * 2);
}

.switch.switch-lg input+label::after {
    width: calc(calc(3rem * .8) - calc(2px * 2));
    height: calc(calc(3rem * .8) - calc(2px * 2));
}

.switch.switch-lg input:checked+label::after {
    margin-left: calc(3rem * .8);
}

.switch+.switch {
    margin-left: 1rem;
}

.contentA {
    display: none;
}

/* Switch */

/* Login */
.or {
    margin: 35px 0;
    font-weight: 600;
    color: #9f9f9f;
}

.or:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #cecece;
    position: absolute;
    margin-top: -10px;
    z-index: 0;
}

.or span {
    display: block;
    background: var(--bs-white);
    width: 50px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.pwd-hide {
    font-size: 14px;
    color: #8b8b8b;
    background: transparent;
    border: 0;
    position: absolute;
    right: 8px;
    top: 8px;
}

.text-anchor-hover {
    color: #0088cc;
}

/* login */

/* SCROLL TOP CSS */
.pulse-prnt {
    position: fixed;
    right: 20px;
    z-index: 89;
}

@media (min-width: 768px) {
    .pulse-prnt {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .pulse-prnt {
        bottom: 85px;
    }
}

#scrolltop {
    width: 46px;
    height: 46px;
    background: var(--bs-washed-black);
    display: none;
    border: 0;
    border-radius: 50%;
}

#scrolltop img {
    margin-bottom: 2px;
}

#scrolltop::after,
#scrolltop::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    background: var(--bs-light-green);
    border-radius: 50%;
    z-index: -1;
    animation: grow 1s ease-in-out infinite;
}

#scrolltop::before {
    background: var(--bs-ada-blue);
    animation-delay: -0.5s;
}

@keyframes grow {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}

/* SCROLL TOP CSS */

/* Contact US */
.big-text {
    font-size: 65px;
    font-family: serif;
    line-height: 1.1;
}

/* Contact US */

/* Table */
.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #eaf2da5c;
}

.even-odd-tbl {
    width: 100% !important;
    display: block;
    white-space: nowrap;
    border: 1px solid #dee2e6;
}

.even-odd-tbl thead th {
    background: 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle;
    font-weight: 700;
    color: #202020;
    font-size: 17px;
}

.even-odd-tbl thead tr {
    background: #fcfcfc;
}

.tablealign thead th:first-child {
    text-align: left;
}

.even-odd-tbl tbody tr td {
    font-weight: 500;
    color: rgba(33, 37, 41, 0.75);
    font-size: 15px;
}

/* Table */

/* Select2 CSS */
.input-box button.btn.dropdown-toggle.bs-placeholder.btn-light {
    background: transparent !important;
    border: none !important;
}

/* Select2 CSS */

/* TAB1 CSS */
.tab1 {
    font-size: 16px;
    color: var(--bs-washed-black);
    background-color: var(--bs-light-green);
    margin: 5px 7px !important;
    padding: 3px 13px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--bs-washed-black);
    border-radius: 30px !important;
}

.tab1:hover {
    border: 1px solid var(--bs-ada-blue) !important;
    background: var(--bs-ada-blue) !important;
    color: var(--bs-washed-black) !important;
}

.tab1.active {
    font-weight: 600;
    color: var(--bs-washed-black) !important;
    background: var(--bs-ada-blue) !important;
    border: 1px solid var(--bs-ada-blue) !important;
}

@media (max-width: 767px) {
    .tab1-prnt .nav-tabs {
        border: 0;
    }

    .tab1 {
        box-shadow: 0 5px 5px #ccc;
        font-size: 14px;
    }

    .tab1.active {
        box-shadow: 0 0 10px #d39f4c;
    }
}

/* TAB1 CSS */

/* Coming Soon */
.coming {
    font-size: 10rem;
    margin-bottom: 0;
}

@media (max-width: 767px) and (min-width: 576px) {
    .coming {
        font-size: 8rem;
    }
}

@media (max-width: 575px) {
    .coming {
        font-size: 5rem;
    }
}

/* Coming Soon */

/* Text Editor */
.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    height: 200px !important;
}

/* Text Editor */

.input-shadow-box {
    border-left: 3px solid #484141;
    background: var(--bs-light-green);
    padding: 10px;
    border-radius: 10px;
}

/* Listing page */
.sticky-date {
    position: absolute;
    bottom: 0;
    left: 430px;
    border-radius: 10px 10px 2px 2px;
    padding: 1px 26px;
    font-weight: 500;
    color: #000;
}

@media (min-width:767px) and (max-width:991px) {
    .sticky-date {
        left: 525px;
    }
}

@media (min-width:576px) and (max-width:766px) {
    .sticky-date {
        left: 345px;
    }
}

@media (max-width:575px) {
    .sticky-date {
        left: 120px;
    }
}

/* Listing page */

/* Cart Page */

.cart {
    width: 100% !important;
    display: block;
    white-space: nowrap;
    border: 1px solid #dee2e6;
}

.cart thead tr {
    background: var(--bs-light-green);
}

.cart thead th {
    font-weight: 500;
    color: #000;
    background: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    border: 0;
}

.cart thead th a {
    color: #fff;
    text-decoration: none;
}

.cart tbody tr td .counter input {
    width: 60px;
    padding-left: 10px;
    height: 33px;
    outline: none;
    box-shadow: none;
}

.cart tbody tr td .counter {
    margin-bottom: 0px;
}

.counter i {
    border: 1px solid #000;
    padding: 7px 3px;
    display: inline-block;
    position: relative;
}

.cart tbody td {
    color: #0d2156;
    background: transparent;
    vertical-align: middle;
}

.checkout ul {
    border: 1px solid var(--bs-ada-blue);
    background: #f3f3f3;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.checkout ul li {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    color: #252525;
    text-transform: uppercase;
    overflow: hidden;
}

.checkout ul li.subtotal {
    font-weight: bold;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
    padding-bottom: 14px;
}

.checkout ul li.subtotal span {
    font-weight: bold;
}

.checkout ul li.cart-total {
    padding-top: 10px
}

.checkout ul li.cart-total span {
    color: #d82121;
}

.checkout ul li span {
    float: right;
}

.checkout .proceed-btn {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 25px 14px 25px;
    display: block;
    text-align: center;
}

/* Cart Page */

/*Multiselect */
/*.bootstrap-select button{
        border:1px solid #ccc !important;
        background:transparent !important;
        border-radius:20px !important;
    }*/
/* Multiselect */

.left-border {
    border-left: 4px solid #25D366;
}

.width-30 {
    width: 30px !important;
}

/* KOL-listing */
.border-post-hover {
    background: transparent;
    padding: 10px
}

.border-post-hover i {
    color: #000;
}

.border-post-hover:hover {
    padding: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background: #fff
}

.border-post-hover:hover i {
    background: var(--bs-ada-blue);
    color: #000;
}

/* KOl Listing */

/* Beta */
.beta-dark {
    position: absolute;
    bottom: 22px;
    right: 3px;
    font-size: 13px;
    font-weight: 500;
}

.beta-light {
    position: absolute;
    bottom: 27px;
    right: 3px;
    font-size: 13px;
    font-weight: 500;
}

/* Beta */

/* Alert css */
#alerts {
    width: 400px;
    top: 73px;
    right: 50px;
    position: fixed;
    z-index: 9999;
    list-style: none;
}

.alert {
    width: 100%;
    margin-bottom: 8px;
    display: block;
    position: relative;
    border-left: 4px solid;
    right: -50px;
    opacity: 0;
    line-height: 1;
    padding: 0;
    transition: right 400ms, opacity 400ms, line-height 300ms 100ms, padding 300ms 100ms;
    display: table;
}

.alert:hover {
    cursor: pointer;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.open {
    right: 0;
    opacity: 1;
    line-height: 2;
    padding: 3px 15px;
    transition: line-height 200ms, padding 200ms, right 350ms 200ms, opacity 350ms 200ms;
}

.alert-title {
    font-weight: bold;
}

.alert i {
    font-size: 2em;
    width: 1.5em;
    max-height: 48px;
    top: 50%;
    margin-top: -12px;
    display: table-cell;
    vertical-align: middle;
}

.alert-success {
    color: #fff;
    border-color: #539753;
    background-color: #8fbf2f;
}

.alert-error {
    color: #fff;
    border-color: #dc4a4d;
    background-color: #f25c5d;
}

/* Alert Css */

/* Range Slider */
.range-slider {
    width: 300px;
    text-align: center;
}

.range-slider .rangeValues {
    display: block;
    font-size: 14px;
}

input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid white;
    width: 300px;
    position: absolute;
    left: 0;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
    margin-top: -4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 300px;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
    z-index: -4;
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #21c1ff;
}

input[type=range]:focus::-ms-fill-lower {
    background: #888;
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
}

/* Range Slider */
.w-85 {
    width: 85px;
}

@media (max-width:567px) {
    .mobile-font {
        font-size: 14px;
    }
}
/*23 june*/
.platform-content button.btn.dropdown-toggle.btn-light {
    background: #fff;
    border-bottom: 1px solid #aff029;
    border-radius: 20px;
}

.viewcate span::after {
    content: ",";
    margin-right: 4px;
}

/* Remove comma from last span */
.viewcate span:last-child::after {
    content: "";
}

.viewproject span::after {
    content: ", ";
}

.viewproject span:last-child::after {
    content: "";
    /* no comma after last */
}

.more-projects {
    display: none;
}

/* Remove trailing comma after last visible project */
.d-flex span:last-of-type {
    margin-right: 0;
}

/*custom 23 june*/
.checkboxblock input[type="checkbox"] {
    accent-color: #aff029;
}

.checkboxblock label {
    font-size: 13px;
}

.checkboxview {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    margin-bottom: 20px;
}

.pin-option input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.pin-option label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    padding-left: 18px;
    color: #2d3748;
    position: relative;
}

.pin-option label:before {
    content: '';
    position: absolute;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #818181;
    border-radius: 2px;
    background: white;
    transition: all 0.3s ease;
}

.pin-option input[type="checkbox"]:checked+label:before {
    background: linear-gradient(135deg, #000000, #000000);
    border-color: #667eea;
}

.pin-option input[type="checkbox"]:checked+label:after {
    content: '✓';
    position: absolute;
    left: 3px;
    top: -1px;
    color: #aeee29;
    font-size: 12px;
    font-weight: bold;
}

.pin-duration {
      margin-left: 5px;
    margin-top: 0px;
    padding: 0 5px;
    background: rgba(102, 126, 234, 0.05);
    border-radius: 8px;
    border-left: 3px solid #667eea;
    position: relative;
    top: 0;
    width: 100%;
    flex-wrap: wrap;
}

.pin-duration.show {
    display: block;
}

.hover-color:hover span {
    color: var(--bs-ada-blue);
}

.duration-title {
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 10px;
}

.duration-options {
    display: flex;
    gap: 8px;

}

.duration-template {
    position: relative;
    flex: 1;
}

.duration-option input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.duration-option label {
    display: block;
    padding: 1px 8px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 11px;
    font-weight: 500;
    color: #4a5568;
}
.duration-option {
    position: relative;
}

.duration-option input[type="radio"]:checked+label {
    background: #a3df27;
    border-color: #81b613;
    color: #000000;
    box-shadow: 0 4px 8px rgb(163 223 39 / 38%);
}

.checkboxblock {
    width: max-content;
    position: relative;
}

.price-options {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin-bottom: 5px;
}

.price-option {
    position: relative;
}

.price-option input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.price-option label {
    display: block;
    padding: 5px 8px;
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 500;
    color: #4a5568;
}

.price-option input[type="checkbox"]:checked+label {
    background: linear-gradient(135deg, #aff029, #85b81c);
    border-color: #6d9e07;
    color: #090909;
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}
.heightdetails {
    max-height: 370px;
    overflow: auto;
}
.heightdetails::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.heightdetails::-webkit-scrollbar
{
    width: 5px;
    background-color:#eaf2da;
}

.heightdetails::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #73a310;
}
.checkboxblock input.service-radio {
    accent-color: #198754;
    margin-left: 2px;
}
.dropdown_listing a {
        display: flex ;
    align-items: center;
    gap: 4px;
    padding: 3px 4px;
    background: #efefef;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #1d242c !important;
    transition: all 0.15s ease;
    border: 1px solid #00000047;
    text-decoration: none;
}
.dropdown-box button {
    background: #ffffff;
    border: 1px solid #c5c5c5;
        color: #999;
}
.dropdown-box .dropdown-toggle::after {
    position: absolute;
    right: 13px;
    top: 16px;
    color: #919191;
}
.dropdown-box button.btn.btn-outline-secondary.dropdown-toggle.w-100.text-start.show {
    background: #fff;
    color: #858585;
}
.dropdown-box .btn:hover{
        background-color: #ffffff;
        color: #999;
}
#agency_data .accordion-header img, #projectDetails .accordion-header img{
    width: 40px;
    height: 40px;
}

.listing_custom .custom_image img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.details-profile .details-image img {
    width: 105px !important;
    height: 105px !important;
}
.share-modal-icon {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin: 5px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

/* Short long description CSS */
.top-details>h1,
.top-details>h2 {
    font-weight: 700;
    color: #000;
    padding-bottom: 3px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    font-size: 1.5rem;
}

.top-details>h1:after,
.top-details>h2:after {
    content: "";
    width: 30%;
    height: 2px;
    margin: auto;
    background: #37bbd2;
    border-radius: 5px;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: auto;
}

.top-details p,
.top-details p span {
    font-size: 1rem !important;
/*    display: inline-block;*/
    color: #212529 !important;
}

.top-details h1 span {
    color: #000!important;
    font-size: 1.5rem !important;
    display: inline-block !important;
}

.top-details p h1,
.top-details p h2,
.top-details p h3,
.top-details p h4,
.top-details p h5,
.top-details p h6,
.top-details span h1,
.top-details span h2,
.top-details span h3,
.top-details span h4,
.top-details span h5,
.top-details span h6 {
    display: inline-block;
    font-size: 16px
}
.contenttop h1{
 font-size: 1.5rem !important;
}
/* Short long description Css */

@media (max-width: 480px){
    .w-mobile {
    width: auto !important;
}
}

/*  New Home Page */

:root {
    --bs-washed-black: rgba(20, 20, 20, 1);
    --bs-white: rgba(255, 255, 255, 1);
    --bs-ada-blue: #aff029;
    --bs-light-blue: #37bbd2;
    --bs-light-green: #eaf2da;
}
.bg-hometop{
background: url('../images/home/hometop.jpg');
}
.bg-ada {
    background: var(--bs-ada-blue);
}
.textgreen{
    color: var(--bs-ada-blue);
}
.social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* Instagram */
.social-icon.instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

/* Twitter (X) */
.social-icon.twitter {
  background-color: #000;
}

/* Telegram */
.social-icon.telegram {
  background-color: #0088cc;
}

/* YouTube */
.social-icon.youtube {
  background-color: #ff0000;
}

/* Reddit */
.social-icon.reddit {
  background-color: #ff4500;
}

/* Hover Effect */
.social-icon:hover {
  transform: scale(1.1);
  filter: brightness(1.1);
}
.bg-lgtgreengradient{
    background: linear-gradient(271.53deg, rgba(234, 242, 218, 0.7) 1.3%, rgba(245, 247, 238, 0.7) 50%, rgba(234, 242, 218, 0.7) 98.7%);

}
.plateformimage {
    background: linear-gradient(270deg, #EAF2DA 0%, #FDFFF5 100%);
    width: 60px;
    height: 60px;
    display: flex ;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0px 4px #b2bd9c;
    margin-bottom: -20px;
}
.grid-five {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* five equal columns */
  gap: 12px; /* horizontal + vertical gap */
  align-items: start; /* or center */
}
.grid-five > .plateformblock {
  padding: 16px;
  background: linear-gradient(270deg, #EAF2DA 0%, #FDFFF5 100%);;
  border-radius: 8px;
  text-align: center;
}
.imgsize img{
    width: 24px;height: auto;
}
.hw-50{
    height: 50px;
    width: 50px;
}
.hw-40{
    height: 40px;
    width: 40px;
}
.fs-11{
    font-size: 11px;
}
.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}

@media (max-width: 640px) {
  .grid-five { grid-template-columns: repeat(2, 1fr); } /* fallback on small screens */
}

@media (max-width: 576px) { /* mobile */
  h1, .h1 { font-size: 1.75rem; }
  h2, .h2 { font-size: 1.5rem; }
  h3, .h3 { font-size: 1.3rem; }
  h4, .h4 { font-size: 1.1rem; }
  h5, .h5 { font-size: 1rem; }
  h6, .h6 { font-size: 0.9rem; }
}