body {
    background: #0A1B2F;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: "Urbanist", sans-serif;
    background-image: url('../img/BG-SPARKLE.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center; */
}

body, button, p, h1, h2, h3, h4, h5, h6, a, span, button{
    font-family: "Urbanist", sans-serif;
}
.circle-one {
    border: 2px solid #2d84e8e8;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
}
.circle-one::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 440px;
    height: 440px;
    border: 2px solid #2d84e88a;
    top: 6%;
    bottom: 0;
    left: 0;
    right: 0;
}
.circle-one::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    margin: 0 auto;
    width: 373px;
    height: 373px;
    border: 2px solid #2d84e82b;
    top: 13%;
    bottom: 0;
    left: 0;
    right: 0;
}
.circle-content-main-wrapper h6 {
    margin: 0px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    display: block;
}
.circle-content-main-wrapper button.modalopenbtn-main {
    border: 2px solid #2d84e885;
    padding: 20px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: #0a1b2f78;
    /* z-index: 9; */
    position: relative;
    transition: all .5s ease;
    backdrop-filter: blur(10px);
}
.row-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}
.center-circle-inner-content {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.top-circle-one {
    top: -54px;
    position: absolute;
    left: 42%;
}
.top-circle-two {
    bottom: -54px;
    position: absolute;
    left: 42%;
}
.circle-container {
    position: relative;
}
.center-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.circle-content-main-wrapper img {
    width: 28px;
    margin-bottom: 8px;
}
.space-bottom-circle {
    margin-bottom: 65px;
}
.left-wrapper-circle {
    display: flex;
    justify-content: end;
    margin-right: -120px;
}
.left-wrapper-circle, .right-wrapper-circle {
    margin-top: 50px;
}
.right-wrapper-circle {
   margin-left: -120px;
}
.circle-content-main-wrapper button.modalopenbtn-main:hover {
    outline: 0px solid #2D84E8;
    background: linear-gradient(45deg, #5b3ee152, #4083e55c);
    transform: scale(1.1);
    box-shadow: 1px 0px 0.2px 22px #4083e538;
    backdrop-filter: blur(20px);
    border: 5px solid #2D84E8;
}
.circle-content-main-wrapper button.modalopenbtn-main:hover::after{
    opacity: 1;
}
.top-heading h3 {
    font-size: 43px;
    color: #fff;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgb(10 18 30 / 33%);
    z-index: 999;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.modal[style="display: block;"] {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.gradient-modal-popup-wrapper .modal-content {
    background-color: #fefefe;
    margin: 0px auto;
    padding: 40px 30px;
    width: 350px;
    background: linear-gradient(45deg, #1A3567, #1A3567);
    border-radius: 22px;
    animation: zoomIn 0.3s ease;
    height: 510px;
    position: relative;
}

.second-modal-open h4 {
    color: #fff;
    font-size: 30px;
    margin: 0px 0px 28px 0px;
}

/* Zoom Animation */
@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.gradient-modal-popup-wrapper .modal-header .close {
    color: #fff;
    float: right;
    font-weight: 300;
    font-size: 33px;
    border: 1px solid #ffffff52;
    padding: 2px 14px;
    border-radius: 50%;
    background: #ffffff52;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.gradient-modal-popup-wrapper .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.gradient-modal-popup-wrapper .modal-header h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0px;
}
.gradient-modal-popup-wrapper .modal-list-ul li button {
    background: linear-gradient(45deg, #00000036, #00000036);
    border: 0px;
    color: #fff;
    font-size: 20px;
    padding: 22px 30px;
    display: inline-block;
    width: 100%;
    border-radius: 16px;
    text-align: left;
    transition: all .5s;
    font-family: 'Urbanist';
    font-weight: 500;
}

.gradient-modal-popup-wrapper .modal-list-ul li button:hover {
    background: linear-gradient(45deg, #4083E5, #7B41DE);
    transform: scale(1.05);
    cursor: pointer;
}

.gradient-modal-popup-wrapper .modal-list-ul li {
    list-style: none;
}

.gradient-modal-popup-wrapper .modal-list-ul{
    padding: 0px;
}
.gradient-modal-popup-wrapper .modal-list-ul li {
    margin: 16px 0px;
}

.circle-content-main-wrapper button::after {
    content: "";
    background: transparent;
    top: -26px;
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    left: -23px;
    z-index: 999;
    outline: 20px solid #4083e514;
    opacity: 0;
}
.white-bottom-btn {
    background: #ffffff30;
    width: 100%;
    display: inline-block;
    padding: 13px 0px;
    border-radius: 30px;
    margin-top: 40px;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    border: 1px solid #ffffff47;
    position: absolute;
    width: 85%;
    left: 30px;
    bottom: 33px;
    margin: 0 auto;
}
.second-modal-open {
    display: none;
}
.active-hide #one-top-box-modal {
    display: none;
}
.active-hide .second-modal-open{
    display: block;
}
/* .active-hide  .modal-header h3{
   opacity: 0;
} */
.second-modal-open.active-hide .second-inner-wrapper-hide-default, .third-bar{
   display: none;
}
.second-modal-open.third-screen, .second-modal-open.fourth-screen-modal, .second-modal-open.fifth-screen-modal {
    display: none;
}
.second-modal-open.active-hide .second-modal-open.third-screen {
    display: block;
}
.second-modal-open.active-hide .second-modal-open.third-screen button.modalbtn-wrap {
    line-height: 30px;
}
.white-bottom-btn:hover {
    transform: scale(1.1);
    transition: all .5s;
}
.wrapper-innerbtm.active-hide-onemore .third-screen, .second-modal-open.fourth-screen-modal.active-hide-onemore-fifth {
    display: none !important;
}
.wrapper-innerbtm.active-hide-onemore .second-modal-open.fourth-screen-modal {
    display: block;
}
.second-modal-open.fifth-screen-modal.view-active-hide-onemore-fifth {
    display: block;
}
.sixth-wrpper-modal-inner, .second-modal-open.seventh-main-screen-screen-modal, .second-modal-open.active-hide .second-inner-wrapper-hide-defaultss, #fourth-list-wallet, body #fourth-none-add-hash, #fifth-none-add-hash, #sixth-none-add-hash, #seventh-none-add-hash {
    display: none;
}



@media (max-width:1024px){
    .right-wrapper-circle {
       margin-left: -130px;
    }
    .left-wrapper-circle {
        margin-right: -130px;
    }
}


@media (max-width:767px){
    .circle-one {
        width: 300px;
        height: 300px;
    }
    .circle-one::before {
        width: 250px;
        height: 250px;
    }
    .circle-one::after {
        width: 200px;
        height: 200px;
        top: 14%;
    }
    .circle-content-main-wrapper button.modalopenbtn-main {
        width: 95px;
        height: 95px;
        padding: 10px;
    }
    .circle-content-main-wrapper h6 {
        font-size: 12px;
    }
    .circle-content-main-wrapper button.modalopenbtn-main:hover {
        box-shadow: 1px 0px 0.2px 14px #4083e538;
    }
    .circle-content-main-wrapper button::after {
        top: -21px;
        width: 125px;
        height: 125px;
        left: -19px;
        outline: 14px solid #4083e514;
    }
    .top-circle-one {
        left: 37%;
        top: -11%;
    }
    .left-wrapper-circle {
        margin-right: -80px;
    }
    .top-circle-two {
        left: 37%;
        bottom: -30px;
    }
    .space-bottom-circle {
       margin-bottom: 25px;
    }
    .right-wrapper-circle {
        margin-left: -87px;
    }
    .circle-content-main-wrapper img {
        width: 22px;
        margin-bottom: 4px;
    }
    .gradient-modal-popup-wrapper .modal-content{
        width: 100%;
    }
    .gradient-modal-popup-wrapper .modal-content {
      width: 70% !important;
    }
    body {
        overflow-x: hidden;
        overflow-y: scroll;
    }   
    .circle-one img{
        width: 70px;
    }
    .left-wrapper-circle, .right-wrapper-circle {
      margin-top: 38px;
    }
    .gradient-modal-popup-wrapper .modal-header h3 {
        font-size: 20px;
    }
    .gradient-modal-popup-wrapper .modal-list-ul li button {
        font-size: 15px;
    }
    .white-bottom-btn {
        font-size: 18px;
    }
    .gradient-modal-popup-wrapper .modal-header .close {
        font-size: 26px;
        padding: 0px 10px;
    }
    .gradient-modal-popup-wrapper .modal-header {
        margin-bottom: 24px;
    }
}