@import url("fonts.css");
*:focus {
  outline: none;
}
.actionbg {
  color: #fff;
  padding: 3px 10px;
  border-radius: 50px;
  width: max-content;
  font-size: 14px;
}
.form-control:focus,
.form-select:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alert {
  border: 0;
  border-radius: 0;
  padding: 5px 10px;
}
.form-control:focus,
.form-control:active {
  background: transparent;
}
input:active {
  background-color: transparent;
}
.success {
  background-color: #049838;
  color: #fff;
  padding: 2px 10px;
  width: max-content;
  border-radius: 50px;
  font-size: 12px;
}
.pending {
  background-color: #c7c706;
  color: #fff;
  padding: 2px 10px;
  width: max-content;
  border-radius: 50px;
  font-size: 12px;
}
.cancel {
  background-color: #c20303;
  color: #fff;
  padding: 2px 10px;
  width: max-content;
  border-radius: 50px;
  font-size: 12px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  body {
    margin: 0;
    padding: 0;
    background-color: #151313;
  }
  .widget {
    margin-top: 50px;
  }
  .menu_toggle {
    display: flex;
    position: fixed;
    z-index: 999;
    top: 38px;
    width:0%;
    justify-content: flex-end;
    background-color: rgb(11, 11, 11, 0.9);
    padding: 5px 10px;
    height: 65px;
  }
  .menu_toggle .fa {
    font-size: 25px;
  }
  label #btn,
  label #cancel {
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 999;
    margin-right: 0px;
    background-color: #fcbc03;
    color: #ffffff;
    padding: 15px 18px;
    border-radius: 2px;
    box-shadow: #000 0px 10px 25px -5px;
    position: absolute;
  }
  label #cancel {
    opacity: 0;
    visibility: hidden;
  }
  #check:checked ~ label #btn {
    margin-right: 55%;
    opacity: 0;
    visibility: hidden;
  }
  #check:checked ~ label #cancel {
    margin-right: 55%;
    opacity: 1;
    visibility: visible;
  }
  #check:checked ~ .menuBar {
    padding: 15px 20px;
    display: flex;
    background-color: rgb(198 148 4);
    color: #fff;
    align-items: normal;
    justify-content: start;
    gap: 40px;
    flex-direction: column;
    right: 0;
    transition: all 0.5s ease;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar{
      display: none;
    }
  }
  h1 {
    margin: 0;
    padding: 0;
    font-family: Teko;
    letter-spacing: 3px;
  }
  h2 {
    margin: 0;
    padding: 0;
    font-family: Teko;
    letter-spacing: 3px;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  .btn {
    border: 0;
    border-radius: 0;
  }
  input {
    width: 100%;
    border: 0;
    padding: 10px;
    background-color: inherit;
  }
  .select {
    width: 200px;
    border: 0;
    padding: 10px;
    background-color: inherit;
  }
  .slider {
    padding: 0;
    background: url("../images/cowry.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
    background-size: cover;
    overflow: hidden;
  }
  
  .top {
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 99999;
  }
  .topright {
    display: flex;
    align-items: center;
  }
  .topright ul {
    margin: 0;
    text-decoration: none;
  }
  .topright li {
    list-style: none;
    float: left;
    padding: 0px 10px;
    font-size: 12px;
  }
  .menuBar {
    padding: 15px 20px;
    display: flex;
    background-color: rgb(198 148 4);
    color: #fff;
    align-items: normal;
    justify-content: start;
    gap: 30px;
    flex-direction: column;
    right: -650px;
    position: fixed;
    height: 100vh;
    z-index: 9999;
    width: 57%;
    top: 38px;
    transition: all 0.5s ease;
  }
  .logo {
    position: relative;
    margin-bottom: 90px;
  }
  .logo_holder {
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    left: 0px;
  }
  .logoicon {
    display: flex;
    flex-direction: column;
    font-family: Teko;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }
  .logoicon img {
    width: 100px;
    height: auto;
  }

  .menu {
    display: flex;
    align-items: normal;
    gap: 0px;
    text-transform: uppercase;
    flex-direction: column;
  }
  .menu a {
    position: relative;
    left: 0;
    transition: all 0.5s ease;
    letter-spacing: 2px;
    font-weight: 600;
    border-bottom: 1px solid rgb(155 116 3);
    padding: 20px 10px;
  }
  .menu a:hover {
    color: #fcbc03;
    transition: all 0.5s ease;
    letter-spacing: 1px;
  }
  .sign {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    text-transform: uppercase;
    z-index: 9999999;
  }
  .sign a:hover {
    color: inherit;
  }
  .login {
    background-color: rgb(228, 175, 77);
    padding: 8px 16px;
    border-radius: 50px;
  }
  .login:hover {
    background-color: rgb(2, 149, 100);
  }
  .signup {
    background-color: rgb(255, 255, 255);
    padding: 8px 16px;
    color: #000000;
    border-radius: 50px;
  }
  .signup:hover {
    background-color: rgb(5, 201, 211);
  }
  .herro {
    padding: 60px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .herro h1 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }
  .herro span {
    color: #fcbc03;
  }
  .herro p {
    color: #fff;
    font-size: 17px;
    font-weight: 600px;
  }
  .herro_slider {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
  .herro_slider .btn {
    padding: 10px 10px;
    text-transform: uppercase;
    width: max-content;
    background-color: #fcbc03;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
  }
  .herro_slider .btn:hover {
    left: 5px;
    transition: all 0.5s ease;
  }
  .herro_slider .access {
    padding: 10px 12px;
    text-transform: uppercase;
    width: max-content;
    background-color: rgb(228, 175, 77);
    color: #fff;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
  }
  .herro_slider .access:hover {
    left: 5px;
    transition: all 0.5s ease;
  }
  .herroLeft {
    flex: 1;
  }
  .about_us {
    position: relative;
    overflow: hidden;
    padding: 0px 0px;
    background-color: rgb(0, 0, 0);
    background-image: radial-gradient(#292323 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .slid {
    -webkit-clip-path: polygon(0 0, 0% 100%, 61% 100%);
    clip-path: polygon(0 0, 0% 100%, 61% 100%);
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(252, 188, 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .aboutus {
    padding: 50px 20px;
    color: #e2dbdb;
    z-index: 99;
    border-bottom: 4px solid #fcbc03;
  }

  .aboutus .col-xl-6 {
    width: 100%;
    z-index: 1;
  }
  .aboutus .col-xl-5 {
    width: 40%;
  }
  .aboutus .col-xl-7 {
    width: 100%;
    z-index: 1;
  }
  .about_us h2 {
    text-transform: uppercase;
    font-family: Teko;
    letter-spacing: 3px;
  }
  .about_us span {
    color: #fcbc03;
    font-size: 50px;
  }
  .about_us p {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .about_us .btn-primary {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 20px;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -20px;
    color: #151313;
    border: 0px solid #d9d3d3;
    border-radius: 6px;
    float: right;
  }
  .about_us .btn-primary:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-right: 40px;
  }
  .aboutusImg {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    display: none;
  }
  .aboutusImg img {
    width: 100%;
    height: auto;
  }
  .invest {
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(0, 0, 0);
    background-image: radial-gradient(#292323 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    z-index: 1;
    border-bottom: 3px solid #fcbc03;
  }
  .invest_slide {
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    right: 0;
    top: -45px;
    width: 447px;
    height: 400px;
    z-index: -1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    display: none;
  }
  .invest_slide_bottom {
    -webkit-clip-path: polygon(0 0, 0 100%, 62% 100%);
    clip-path: polygon(0 0, 0 100%, 62% 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    height: 500px;
    z-index: -1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .investmentTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 20px;
    margin-top: 50px;
  }
  .investmentTitle h2 {
    font-size: 40px;
    color: #fff;
  }
  .investmentTitle span {
    font-size: 70px;
    color: #ffc107;
  }
  .investmentTitle p {
    color: #e2dbdb;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .plans {
    padding: 0px 50px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .plan {
    background-color: rgb(194 145 3);
    background-image: radial-gradient(#b08303 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    border-radius: 15px;
    top: 0;
    position: relative;
    box-shadow: #000000 0px 20px 20px -15px;
    transition: all 0.5s ease;
    border: 2px solid #ffc107;
  }
  .plan:hover {
    box-shadow: #ffc107 0px 0px 40px 1px;
    top: -10px;
    transition: all 0.5s ease;
  }
  .plan h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .planList {
    padding: 0;
    display: flex;
    width: 100%;
  }
  .planList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  .planList li {
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    letter-spacing: 2px;
    border-bottom: 1px solid #906c04;
  }
  .planPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .planPrice h2 {
    margin: 0;
    padding: 0;
  }
  .planPrice .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    left: 0;
    font-weight: 600;
    position: relative;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .planPrice .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .why_choose_us {
    background: linear-gradient(
        rgba(0, 0, 0, 0.8) 100%,
        rgba(0, 0, 0, 0.8) 100%
      ),
      url("../images/miners.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 20px;
  }
  .us_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 20px;
    margin-top: 20px;
  }
  .us_title h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .us_title span {
    font-size: 40px;
    color: #fcbc03;
  }
  .us_title p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #e2dbdb;
  }
  .why_category {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
    justify-content: center;
  }
  .category {
    flex: 1;
    background-color: rgb(0, 0, 0, 0.6);
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #e2dbdb;
  }
  .category:hover {
    background-color: rgb(0, 0, 0, 0.8);
    border: 1px solid #fcbc03;
  }
  .cate_top {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
  }
  .cate_top h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .cate_bottom {
    font-weight: lighter;
    font-size: 17px;
  }
  .steps {
    padding: 50px;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    position: relative;
    border: 0;
  }
  .why_slider {
    -webkit-clip-path: polygon(0 0, 50% 39%, 100% 0);
    clip-path: polygon(0 0, 50% 39%, 100% 0);
    background-color: rgb(0, 0, 0, 0.1);
    height: 10%;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    z-index: 1;
    border: 0;
  }
  .step_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 9px;
    z-index: 2;
  }
  .step_title h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .step_title span {
    font-size: 40px;
    color: #000000;
  }
  .step_title p {
    font-size: 20px;
    text-align: left;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #151313;
  }
  .step_box {
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
    justify-content: center;
    border: 0;
    padding-bottom: 30px;
    gap: 10px;
  }
  .circle_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 25px;
    font-family: Teko;
    color: #151313;
    letter-spacing: 1px;
  }
  .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-family: Teko;
    font-size: 50px;
    box-shadow: #000 0px 0px 35px -3px;
  }
  .top_circle {
    position: absolute;
    top: -10px;
    right: -5px;
    background-color: #fcbc03;
    box-shadow: #000 0px 0px 15px -3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .step_box span {
    flex: 1;
    border-bottom: 1px dotted #000;
  }
  .faq {
    position: relative;
    background-color: rgb(255, 255, 255);
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .faq_slider {
    -webkit-clip-path: polygon(0 0, 50% 44%, 100% 0);
    clip-path: polygon(0 0, 50% 44%, 100% 0);
    background-color: #fcbc03;
    height: 10%;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    border: 0;
  }
  .faq_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 20px;
    margin-top: 0px;
    z-index: 1;
  }
  .faq_title h2 {
    font-size: 30px;
    color: #000000;
    text-align: center;
  }
  .faq_title span {
    font-size: 40px;
    color: #fcbc03;
  }
  .faq_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #0c0c0c;
  }
  .faq_table {
    padding: 0px 20px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .faqbg {
    display: flex;
    flex-direction: column;
  }
  .faq_top {
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 20px;
    font-family: Teko;
    font-size: 22px;
    letter-spacing: 2px;
  }
  .faq_bottom {
    padding: 20px;
    box-shadow: #000 0px 20px 25px -25px;
    background-color: #f8f8f8;
  }
  .faq_bottom p {
    font-size: 20px;
    color: #151515;
    font-weight: lighter;
  }
  .faq_table a {
    border-radius: 50px;
    background-color: #fcbc03;
    color: #151313;
    max-width: fit-content;
    padding: 15px 40px;
    text-transform: uppercase;
    box-shadow: #000 0px 20px 25px -15px;
    position: relative;
    left: 0;
    transition: all 0.5s ease;
  }
  .faq_table a:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .agents {
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .top_agents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .top_agents h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .top_agents span {
    font-size: 40px;
    color: #000000;
  }
  .top_agents p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #151313;
  }
  .agent_profile {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
  }
  .profile {
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    top: 0;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -20px;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .profile:hover {
    top: -5px;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -15px;
  }
  .profile_pic img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .profile_details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  .profile_details h2 {
    font-size: 25px;
    color: #fcbc03;
  }
  .profile_details span {
    font-size: 20px;
  }
  .overlayer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.9);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 100%;
    opacity: 0;
    bottom: 0;
    transition: all 0.5s ease;
    &:hover {
      opacity: 1;
      transition: all 0.5s ease;
    }
  }
  .pro_img {
    margin-bottom: 20px;
  }
  .pro_img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .hander ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hander li {
    padding: 10px;
    float: left;
    font-size: 20px;
  }
  .hander .fa {
    background-color: #ce9a04;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .hander .fa:hover {
    color: #ce9a04;
    background-color: #fff;
  }
  .get_started {
    background-color: #000;
    background-image: radial-gradient(#1e1d1d 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 70px 20px;
    color: #f8f8f8;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .get_started h2 {
    font-size: 30px;
  }
  .get_started span {
    font-size: 50px;
    color: #fcbc03;
  }
  .get_started p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fafafa;
  }
  .get_started .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 50px;
    left: 0;
    width: max-content;
    font-weight: 600;
    position: relative;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #ce9a04 0px 20px 25px -20px;
  }
  .get_started .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .left_slider {
    position: absolute;
    width: 300px;
    height: 25%;
    top: -1px;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    -webkit-clip-path: polygon(0 0, 49% 15%, 100% 0);
    clip-path: polygon(0 0, 49% 15%, 100% 0);
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .right_slider {
    position: absolute;
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 73% 48%);
    clip-path: polygon(100% 0, 100% 100%, 73% 48%);
  }
  .transaction {
    background: linear-gradient(
        rgba(0, 0, 0, 0.9) 100%,
        rgba(0, 0, 0, 0.9) 100%
      ),
      url("../images/sd-600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 20px;
    color: #f8f8f8;
  }
  .trans_title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .trans_title h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .trans_title span {
    font-size: 30px;
    color: #fcbc03;
  }
  .trans_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fafafa;
  }
  .transaction_holder {
    margin-top: 50px;
  }
  .transaction_box {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    gap: 20px;
    border-bottom: 1px dotted #767575;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .user_info {
    flex: 1;
    display: flex;
    align-items: center;
    align-items: center;
    gap: 10px;
  }
  .user_info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
  }
  .payment {
    position: relative;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .payment .why_slider {
    -webkit-clip-path: polygon(0 0, 50% 19%, 100% 0);
    clip-path: polygon(0 0, 50% 19%, 100% 0);
    background-image: radial-gradient(#1e1d1d 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    border: 0;
  }
  .payment_holder {
    margin-top: 70px;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .payment_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .payment_title h2 {
    font-size: 30px;
    color: #000000;
    text-align: center;
  }
  .payment_title span {
    font-size: 40px;
    color: #fff;
  }
  .payment_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000000;
  }
  .payment_Icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .paymeny_synbol {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5px;
    color: #151515;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-image: radial-gradient(#e0e0e0 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    transition: all 0.5s ease;
    position: relative;
    top: 0;
    border: 4px solid #fff;
    box-shadow: #ce9a04 0px 0px 10px 1px;
  }
  .paymeny_synbol:hover {
    box-shadow: #151313 0px 0px 40px 1px;
    top: -5px;
    transition: all 0.5s ease;
    background-color: #151313;
    background-image: none;
    border: 0;
    color: #fff;
  }
  .paymeny_synbol span {
    font-size: 20px;
    font-family: Teko;
    letter-spacing: 1px;
  }
  .paymeny_synbol .fa-brands {
    font-size: 70px;
  }
  .paymeny_synbol .fa-solid {
    font-size: 70px;
  }
  .form_subscribe {
    width: 100%;
  }
  .subscribe {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
    margin-top: 100px;
    box-shadow: #151313 0px 0px 30px -5px;
    background-color: #fff;
    flex-direction: column;
  }
  .sub_right {
    display: flex;
    width: 100%;
    gap: 0;
    align-items: center;
    border: 1px solid #151313;
    padding: 5px 5px;
    border-radius: 50px;
  }
  .sub_right input {
    width: 70%;
    border: 0;
    background-color: inherit;
  }
  .sub_right .btn-primary {
    border: 0;
    width: 30%;
    border-radius: 50px;
    padding: 10px 10px;
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 14px;
    background-color: #151313;
  }
  .footer {
    padding: 100px 10px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(
        rgba(0, 0, 0, 0.9) 100%,
        rgba(0, 0, 0, 0.9) 100%
      ),
      url("../images/sd-600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
  }
  .logo_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .logo_footer span {
    font-family: Teko;
    font-size: 25px;
  }
  .logo_footer img {
    width: 100px;
    height: auto;
  }
  .footer_menu {
    text-align: center;
  }
  .footer_menu a {
    padding: 0px 10px;
    text-transform: uppercase;
    top: 0;
    transition: all 0.5s ease;
    position: relative;
  }
  .footer_menu a:hover {
    color: #bdbcbc;
    top: -5px;
    transition: all 0.5s ease;
  }
  .footer_slider {
    position: absolute;
    top: -1px;
    width: 300px;
    height: 300px;
    -webkit-clip-path: polygon(23% 0, 50% 19%, 75% 0);
    clip-path: polygon(23% 0, 50% 19%, 75% 0);
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .container_banner {
    padding: 100px 100px;
    background: linear-gradient(
        rgba(0, 0, 0, 0.5) 100%,
        rgba(0, 0, 0, 0.8) 100%
      ),
      url("../images/cowry.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
  }
  .container_banner h2 {
    font-size: 50px;
  }
  .container_banner span {
    color: #fcbc03;
  }
  .container_banner p {
    font-weight: lighter;
    font-size: 20px;
  }
  .container_banner a {
    color: #fff;
  }
  .container_banner a:hover {
    color: #fcbc03;
  }
  .contact_us {
    padding: 0px 30px;
  }
  .contact_holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top_contact_info {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
  .info_details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebe8e8;
    text-align: center;
  }
  .info_details span {
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 20px;
    color: #fcbc03;
  }
  .info_details p {
    font-size: 20px;
  }
  .contact_form {
    border: 1px solid #ebe8e8;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .contact_form .btn {
    border-radius: 0px;
    padding: 15px 20px;
    background-color: #fcbc03;
    font-weight: bold;
  }
  .form_holder {
    border-radius: 5px;
    gap: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: inherit;
    border: 1px solid #d5d2d2;
    margin-bottom: 10px;
  }
  .form_holder input {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
  }
  .form_holder textarea {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
    height: 200px;
  }
  /* sign up styling */
  .body_holder {
    padding: 50px 30px;
    background-color: #fcbc03;
    background-image: radial-gradient(rgb(211 158 5) 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form_placeholder {
    padding: 30px;
    width: 100%;
    box-shadow: #000 0px 20px 25px -15px;
    position: relative;
    background-color: #fff;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .placeholder_logo {
    text-align: center;
  }
  .placeholder_logo span {
    font-weight: bolder;
    color: #fcbc03;
    font-size: 25px;
  }
  .placeholder_logo a {
    color: #fcbc03;
  }
  .placeholder_logo img {
    width: 100px;
    height: auto;
    border: 0;
  }
  .placeholder_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    overflow: scroll;
    height: auto;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .placeholder_form .btn-primary {
    border-radius: 50px;
    width: max-content;
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  .text_field_holder {
    display: flex;
    gap: 3px;
    align-items: center;
    border: 1px solid #d7d6d6;
    border-radius: 5px;
    padding: 0px 10px;
    margin-bottom: 15px;
    width: 100%;
  }
  .field_holder {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .text_field_holder input {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 12px;
  }
  input .text_field_holder::placeholder {
    color: rgb(161, 6, 6) !important;
}
  .form_holder textarea {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
    height: 200px;
  }
  .text_field_holder .fa {
    color: #fcbc03;
  }
  .placeholder_login_form .btn-primary {
    border-radius: 50px;
    width: max-content;
    background-color: #fcbc03;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  /* sign up styling end here */
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  body {
    margin: 0;
    padding: 0;
    background-color: #151313;
  }
  .widget {
    margin-top: 50px;
  }
  .menu_toggle {
    display: flex;
    position: fixed;
    z-index: 999;
    top: 41px;
    width: 0%;
    justify-content: flex-end;
    background-color: rgb(11, 11, 11, 0.9);
    padding: 5px 10px;
    height: 65px;
  }
  .menu_toggle .fa {
    font-size: 25px;
  }
  label #btn,
  label #cancel {
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 999;
    margin-right: 0px;
    background-color: #fcbc03;
    color: #ffffff;
    padding: 15px 18px;
    border-radius: 2px;
    box-shadow: #000 0px 10px 25px -5px;
    position: absolute;
  }
  label #cancel {
    opacity: 0;
    visibility: hidden;
  }
  #check:checked ~ label #btn {
    margin-right: 40%;
    opacity: 0;
    visibility: hidden;
  }
  #check:checked ~ label #cancel {
    margin-right: 40%;
    opacity: 1;
    visibility: visible;
  }
  #check:checked ~ .menuBar {
    padding: 15px 20px;
    display: flex;
    background-color: rgb(198 148 4);
    color: #fff;
    align-items: normal;
    justify-content: start;
    gap: 40px;
    flex-direction: column;
    right: 0;
    transition: all 0.5s ease;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar{
      display: none;
    }
  }
  h1 {
    margin: 0;
    padding: 0;
    font-family: Teko;
    letter-spacing: 3px;
  }
  h2 {
    margin: 0;
    padding: 0;
    font-family: Teko;
    letter-spacing: 3px;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  .btn {
    border: 0;
    border-radius: 0;
  }
  input {
    width: 100%;
    border: 0;
    padding: 10px;
    background-color: inherit;
  }
  .select {
    width: 200px;
    border: 0;
    padding: 10px;
    background-color: inherit;
  }
  .slider {
    padding: 0;
    background: url("../images/cowry.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
    background-size: cover;
    overflow: hidden;
  }
  .top {
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 99999;
  }
  .topright {
    display: flex;
    align-items: center;
  }
  .topright ul {
    margin: 0;
    text-decoration: none;
  }
  .topright li {
    list-style: none;
    float: left;
    padding: 0px 10px;
    font-size: 14px;
  }
  .menuBar {
    padding: 15px 20px;
    display: flex;
    background-color: rgb(198 148 4);
    color: #fff;
    align-items: normal;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;
    right: -650px;
    position: fixed;
    height: 100vh;
    z-index: 9999;
    width: 42%;
    top: 38px;
    transition: all 0.5s ease;
  }
  .logo {
    position: relative;
    margin-bottom: 90px;
  }
  .logo_holder {
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    left: 0px;
  }
  .logoicon {
    display: flex;
    flex-direction: column;
    font-family: Teko;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }
  .logoicon img {
    width: 100px;
    height: auto;
  }

  .menu {
    display: flex;
    align-items: normal;
    gap: 0px;
    text-transform: uppercase;
    flex-direction: column;
  }
  .menu a {
    position: relative;
    left: 0;
    transition: all 0.5s ease;
    letter-spacing: 2px;
    font-weight: 600;
    border-bottom: 1px solid rgb(155 116 3);
    padding: 20px 10px;
  }
  .menu a:hover {
    color: #151313;
    transition: all 0.5s ease;
    letter-spacing: 1px;
  }
  .sign {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    text-transform: uppercase;
  }
  .sign a:hover {
    color: inherit;
  }
  .login {
    background-color: rgb(228, 175, 77);
    padding: 8px 16px;
    border-radius: 50px;
  }
  .login:hover {
    background-color: rgb(2, 149, 100);
  }
  .signup {
    background-color: rgb(255, 255, 255);
    padding: 8px 16px;
    color: #000000;
    border-radius: 50px;
  }
  .signup:hover {
    background-color: rgb(5, 201, 211);
  }
  .herro {
    padding: 60px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .herro h1 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
  }
  .herro span {
    color: #fcbc03;
  }
  .herro p {
    color: #fff;
    font-size: 17px;
    font-weight: 600px;
  }
  .herro_slider {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
  .herro_slider .btn {
    padding: 15px 35px;
    text-transform: uppercase;
    width: max-content;
    background-color: #fcbc03;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
  }
  .herro_slider .btn-primary:hover {
    left: 5px;
    transition: all 0.5s ease;
  }
  .herro_slider .access {
    padding: 15px 35px;
    text-transform: uppercase;
    width: max-content;
    background-color: rgb(228, 175, 77);
    color: #fff;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
  }
  .herro_slider .access:hover {
    left: 5px;
    transition: all 0.5s ease;
  }
  .herroLeft {
    flex: 1;
  }
  .about_us {
    position: relative;
    overflow: hidden;
    padding: 0px 0px;
    background-color: rgb(0, 0, 0);
    background-image: radial-gradient(#292323 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .slid {
    -webkit-clip-path: polygon(0 0, 0% 100%, 61% 100%);
    clip-path: polygon(0 0, 0% 100%, 61% 100%);
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(252, 188, 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .aboutus {
    padding: 50px 50px;
    color: #e2dbdb;
    z-index: 99;
    border-bottom: 4px solid #fcbc03;
  }

  .aboutus .col-xl-6 {
    width: 100%;
    z-index: 1;
  }
  .aboutus .col-xl-5 {
    width: 40%;
  }
  .aboutus .col-xl-7 {
    width: 100%;
    z-index: 1;
  }
  .about_us h2 {
    text-transform: uppercase;
    font-family: Teko;
    letter-spacing: 3px;
  }
  .about_us span {
    color: #fcbc03;
    font-size: 50px;
  }
  .about_us p {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .about_us .btn-primary {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 20px;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -20px;
    color: #151313;
    border: 0px solid #d9d3d3;
    border-radius: 6px;
    float: right;
  }
  .about_us .btn-primary:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-right: 40px;
  }
  .aboutusImg {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    display: none;
  }
  .aboutusImg img {
    width: 100%;
    height: auto;
  }
  .invest {
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(0, 0, 0);
    background-image: radial-gradient(#292323 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    z-index: 1;
    border-bottom: 3px solid #fcbc03;
  }
  .invest_slide {
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    right: 0;
    top: -45px;
    width: 447px;
    height: 400px;
    z-index: -1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    display: none;
  }
  .invest_slide_bottom {
    -webkit-clip-path: polygon(0 0, 0 100%, 62% 100%);
    clip-path: polygon(0 0, 0 100%, 62% 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    height: 500px;
    z-index: -1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .investmentTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 50px;
    margin-top: 50px;
  }
  .investmentTitle h2 {
    font-size: 40px;
    color: #fff;
  }
  .investmentTitle span {
    font-size: 70px;
    color: #ffc107;
  }
  .investmentTitle p {
    color: #e2dbdb;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .plans {
    padding: 0px 50px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .plan {
    background-color: rgb(194 145 3);
    background-image: radial-gradient(#b08303 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    border-radius: 15px;
    top: 0;
    position: relative;
    box-shadow: #000000 0px 20px 20px -15px;
    transition: all 0.5s ease;
    border: 2px solid #ffc107;
  }
  .plan:hover {
    box-shadow: #ffc107 0px 0px 40px 1px;
    top: -10px;
    transition: all 0.5s ease;
  }
  .plan h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .planList {
    padding: 0;
    display: flex;
    width: 100%;
  }
  .planList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  .planList li {
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    letter-spacing: 2px;
    border-bottom: 1px solid #906c04;
  }
  .planPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .planPrice h2 {
    margin: 0;
    padding: 0;
  }
  .planPrice .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    left: 0;
    font-weight: 600;
    position: relative;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .planPrice .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .why_choose_us {
    background: linear-gradient(
        rgba(0, 0, 0, 0.8) 100%,
        rgba(0, 0, 0, 0.8) 100%
      ),
      url("../images/miners.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 30px;
  }
  .us_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 20px;
    margin-top: 20px;
  }
  .us_title h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .us_title span {
    font-size: 40px;
    color: #fcbc03;
  }
  .us_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #e2dbdb;
  }
  .why_category {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
    justify-content: center;
  }
  .category {
    flex: 1;
    background-color: rgb(0, 0, 0, 0.6);
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #e2dbdb;
  }
  .category:hover {
    background-color: rgb(0, 0, 0, 0.8);
    border: 1px solid #fcbc03;
  }
  .cate_top {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
  }
  .cate_top h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .cate_bottom {
    font-weight: lighter;
    font-size: 17px;
  }
  .steps {
    padding: 50px;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    position: relative;
    border: 0;
  }
  .why_slider {
    -webkit-clip-path: polygon(0 0, 50% 39%, 100% 0);
    clip-path: polygon(0 0, 50% 39%, 100% 0);
    background-color: rgb(0, 0, 0, 0.2);
    height: 35%;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    z-index: 1;
    border: 0;
  }
  .step_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 9px;
    z-index: 2;
  }
  .step_title h2 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
  }
  .step_title span {
    font-size: 40px;
    color: #000000;
    text-align: center;
  }
  .step_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #151313;
  }
  .step_box {
    display: flex;
    padding: 0px 30px;
    justify-content: center;
    border: 0;
    padding-bottom: 30px;
  }
  .circle_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 25px;
    font-family: Teko;
    color: #151313;
    letter-spacing: 1px;
  }
  .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Teko;
    font-size: 50px;
    box-shadow: #000 0px 0px 35px -3px;
  }
  .top_circle {
    position: absolute;
    top: -10px;
    right: -5px;
    background-color: #fcbc03;
    box-shadow: #000 0px 0px 15px -3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .step_box span {
    flex: 1;
    border-bottom: 1px dotted #000;
  }
  .faq {
    position: relative;
    background-color: rgb(255, 255, 255);
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .faq_slider {
    -webkit-clip-path: polygon(0 0, 50% 44%, 100% 0);
    clip-path: polygon(0 0, 50% 44%, 100% 0);
    background-color: #fcbc03;
    height: 10%;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    border: 0;
  }
  .faq_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 30px;
    margin-top: 0px;
    z-index: 1;
  }
  .faq_title h2 {
    font-size: 30px;
    color: #000000;
  }
  .faq_title span {
    font-size: 40px;
    color: #fcbc03;
  }
  .faq_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #0c0c0c;
  }
  .faq_table {
    padding: 0px 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .faqbg {
    display: flex;
    flex-direction: column;
  }
  .faq_top {
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 20px;
    font-family: Teko;
    font-size: 22px;
    letter-spacing: 2px;
  }
  .faq_bottom {
    padding: 20px;
    box-shadow: #000 0px 20px 25px -25px;
    background-color: #f8f8f8;
  }
  .faq_bottom p {
    font-size: 20px;
    color: #151515;
    font-weight: lighter;
  }
  .faq_table a {
    border-radius: 50px;
    background-color: #fcbc03;
    color: #151313;
    max-width: fit-content;
    padding: 15px 40px;
    text-transform: uppercase;
    box-shadow: #000 0px 20px 25px -15px;
    position: relative;
    left: 0;
    transition: all 0.5s ease;
  }
  .faq_table a:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .agents {
    padding: 100px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .top_agents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .top_agents h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .top_agents span {
    font-size: 40px;
    color: #000000;
  }
  .top_agents p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #151313;
  }
  .agent_profile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
  }
  .profile {
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    top: 0;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -20px;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .profile:hover {
    top: -5px;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -15px;
  }
  .profile_pic img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .profile_details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  .profile_details h2 {
    font-size: 25px;
    color: #fcbc03;
  }
  .profile_details span {
    font-size: 20px;
  }
  .overlayer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.9);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 100%;
    opacity: 0;
    bottom: 0;
    transition: all 0.5s ease;
    &:hover {
      opacity: 1;
      transition: all 0.5s ease;
    }
  }
  .pro_img {
    margin-bottom: 20px;
  }
  .pro_img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .hander ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hander li {
    padding: 10px;
    float: left;
    font-size: 20px;
  }
  .hander .fa {
    background-color: #ce9a04;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .hander .fa:hover {
    color: #ce9a04;
    background-color: #fff;
  }
  .get_started {
    background-color: #000;
    background-image: radial-gradient(#1e1d1d 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 70px 50px;
    color: #f8f8f8;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .get_started h2 {
    font-size: 30px;
  }
  .get_started span {
    font-size: 50px;
    color: #fcbc03;
  }
  .get_started p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fafafa;
  }
  .get_started .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 50px;
    left: 0;
    width: max-content;
    font-weight: 600;
    position: relative;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #ce9a04 0px 20px 25px -20px;
  }
  .get_started .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .left_slider {
    position: absolute;
    width: 300px;
    height: 100%;
    top: -1px;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    -webkit-clip-path: polygon(0 0, 49% 15%, 100% 0);
    clip-path: polygon(0 0, 49% 15%, 100% 0);
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .right_slider {
    position: absolute;
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 73% 48%);
    clip-path: polygon(100% 0, 100% 100%, 73% 48%);
  }
  .transaction {
    background: linear-gradient(
        rgba(0, 0, 0, 0.9) 100%,
        rgba(0, 0, 0, 0.9) 100%
      ),
      url("../images/sd-600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 20px;
    color: #f8f8f8;
  }
  .trans_title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .trans_title h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .trans_title span {
    font-size: 30px;
    color: #fcbc03;
  }
  .trans_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fafafa;
  }
  .transaction_holder {
    margin-top: 50px;
  }
  .transaction_box {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    gap: 20px;
    border-bottom: 1px dotted #767575;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .user_info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .user_info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .payment {
    position: relative;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .payment .why_slider {
    -webkit-clip-path: polygon(0 0, 50% 19%, 100% 0);
    clip-path: polygon(0 0, 50% 19%, 100% 0);
    background-image: radial-gradient(#1e1d1d 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    border: 0;
  }
  .payment_holder {
    margin-top: 70px;
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .payment_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .payment_title h2 {
    font-size: 20px;
    color: #000000;
  }
  .payment_title span {
    font-size: 25px;
    color: #fff;
  }
  .payment_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000000;
  }
  .payment_Icons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .paymeny_synbol {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5px;
    color: #151313;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-image: radial-gradient(#e0e0e0 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    transition: all 0.5s ease;
    position: relative;
    top: 0;
    border: 4px solid #fff;
    box-shadow: #ce9a04 0px 0px 10px 1px;
  }
  .paymeny_synbol:hover {
    box-shadow: #151313 0px 0px 40px 1px;
    top: -5px;
    transition: all 0.5s ease;
    background-color: #151313;
    background-image: none;
    border: 0;
    color: #fff;
  }
  .paymeny_synbol span {
    font-size: 20px;
    font-family: Teko;
    letter-spacing: 1px;
  }
  .paymeny_synbol .fa-brands {
    font-size: 70px;
  }
   .paymeny_synbol .fa-solid {
    font-size: 70px;
  }
  .form_subscribe {
    width: 100%;
  }
  .subscribe {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
    margin-top: 100px;
    box-shadow: #151313 0px 0px 30px -5px;
    background-color: #fff;
    flex-direction: column;
  }
  .sub_right {
    display: flex;
    width: 100%;
    gap: 0;
    align-items: center;
    border: 1px solid #151313;
    padding: 5px 5px;
    border-radius: 50px;
  }
  .sub_right input {
    width: 70%;
    border: 0;
    background-color: inherit;
  }
  .sub_right .btn-primary {
    border: 0;
    width: 30%;
    border-radius: 50px;
    padding: 10px 10px;
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 20px;
    background-color: #151313;
  }
  .footer {
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(
        rgba(0, 0, 0, 0.9) 100%,
        rgba(0, 0, 0, 0.9) 100%
      ),
      url("../images/sd-600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
  }
  .logo_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .logo_footer span {
    font-family: Teko;
    font-size: 25px;
  }
  .logo_footer img {
    width: 100px;
    height: auto;
  }
  .footer_menu a {
    padding: 0px 10px;
    text-transform: uppercase;
    top: 0;
    transition: all 0.5s ease;
    position: relative;
  }
  .footer_menu a:hover {
    color: #bdbcbc;
    top: -5px;
    transition: all 0.5s ease;
  }
  .footer_slider {
    position: absolute;
    top: -1px;
    width: 300px;
    height: 300px;
    -webkit-clip-path: polygon(23% 0, 50% 19%, 75% 0);
    clip-path: polygon(23% 0, 50% 19%, 75% 0);
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .container_banner {
    padding: 100px 100px;
    background: linear-gradient(
        rgba(0, 0, 0, 0.5) 100%,
        rgba(0, 0, 0, 0.8) 100%
      ),
      url("../images/cowry.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
  }
  .container_banner h2 {
    font-size: 50px;
  }
  .container_banner span {
    color: #fcbc03;
  }
  .container_banner p {
    font-weight: lighter;
    font-size: 20px;
  }
  .container_banner a {
    color: #fff;
  }
  .container_banner a:hover {
    color: #fcbc03;
  }
  .contact_us {
    padding: 0px 30px;
  }
  .contact_holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top_contact_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .info_details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebe8e8;
    text-align: center;
  }
  .info_details span {
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 20px;
    color: #fcbc03;
  }
  .info_details p {
    font-size: 20px;
  }
  .contact_form {
    border: 1px solid #ebe8e8;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .contact_form .btn {
    border-radius: 0px;
    padding: 15px 20px;
    background-color: #fcbc03;
    font-weight: bold;
  }
  .form_holder {
    border-radius: 5px;
    gap: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: inherit;
    border: 1px solid #d5d2d2;
    margin-bottom: 10px;
  }
  .form_holder input {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
  }
  .form_holder textarea {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
    height: 200px;
  }
  /* sign up styling */
  .body_holder {
    padding: 50px 50px;
    background-color: #fcbc03;
    background-image: radial-gradient(rgb(211 158 5) 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form_placeholder {
    padding: 30px;
    width: 100%;
    box-shadow: #000 0px 20px 25px -15px;
    position: relative;
    background-color: #fff;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .placeholder_logo {
    text-align: center;
  }
  .placeholder_logo span {
    font-weight: bolder;
    color: #fcbc03;
    font-size: 25px;
  }
  .placeholder_logo a {
    color: #fcbc03;
  }
  .placeholder_logo img {
    width: 100px;
    height: auto;
    border: 0;
  }
  .placeholder_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    overflow: scroll;
    height: 450px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .placeholder_form .btn-primary {
    border-radius: 50px;
    width: max-content;
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  .text_field_holder {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #d7d6d6;
    border-radius: 5px;
    padding: 0px 10px;
    margin-bottom: 15px;
  }
  .field_holder {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .text_field_holder input {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 12px;
  }
  .form_holder textarea {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
    height: 200px;
  }
  .text_field_holder .fa {
    color: #fcbc03;
  }
  .placeholder_login_form .btn-primary {
    border-radius: 50px;
    width: max-content;
    background-color: #fcbc03;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  /* sign up styling end here */
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  body {
    margin: 0;
    padding: 0;
    background-color: #151313;
  }
  .widget {
    margin-top: 50px;
  }
  .menu_toggle {
    display: flex;
    position: fixed;
    z-index: 999;
    top: 41px;
    width: 0%;
    justify-content: flex-end;
    background-color: rgb(11, 11, 11, 0.9);
    padding: 5px 10px;
    height: 65px;
  }
  .menu_toggle .fa {
    font-size: 25px;
  }
  label #btn,
  label #cancel {
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 999;
    margin-right: 0px;
    background-color: #fcbc03;
    color: #ffffff;
    padding: 15px 18px;
    border-radius: 2px;
    box-shadow: #000 0px 10px 25px -5px;
    position: absolute;
  }
  label #cancel {
    opacity: 0;
    visibility: hidden;
  }
  #check:checked ~ label #btn {
    margin-right: 31.8%;
    opacity: 0;
    visibility: hidden;
  }
  #check:checked ~ label #cancel {
    margin-right: 31.8%;
    opacity: 1;
    visibility: visible;
  }
  #check:checked ~ .menuBar {
    padding: 15px 20px;
    display: flex;
    background-color: rgb(198 148 4);
    color: #fff;
    align-items: normal;
    justify-content: start;
    gap: 40px;
    flex-direction: column;
    right: 0;
    transition: all 0.5s ease;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar{
      display: none;
    }
  }
  h1 {
    margin: 0;
    padding: 0;
    font-family: Teko;
    letter-spacing: 3px;
  }
  h2 {
    margin: 0;
    padding: 0;
    font-family: Teko;
    letter-spacing: 3px;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  .btn {
    border: 0;
    border-radius: 0;
  }
  input {
    width: 100%;
    border: 0;
    padding: 10px;
    background-color: inherit;
  }
  .select {
    width: 200px;
    border: 0;
    padding: 10px;
    background-color: inherit;
  }
  .slider {
    padding: 0;
    background: url("../images/cowry.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
    background-size: cover;
    overflow: hidden;
  }
  .top {
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 99999;
  }
  .topright {
    display: flex;
    align-items: center;
  }
  .topright ul {
    margin: 0;
    text-decoration: none;
  }
  .topright li {
    list-style: none;
    float: left;
    padding: 0px 10px;
  }
  .menuBar {
    padding: 15px 20px;
    display: flex;
    background-color: rgb(198 148 4);
    color: #fff;
    align-items: normal;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;
    right: -650px;
    position: fixed;
    height: 100vh;
    z-index: 9999;
    width: 46%;
    top: 38px;
    transition: all 0.5s ease;
  }
  .logo {
    position: relative;
    margin-bottom: 90px;
  }
  .logo_holder {
    position: absolute;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    left: 0px;
  }
  .logoicon {
    display: flex;
    flex-direction: column;
    font-family: Teko;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }
  .logoicon img {
    width: 100px;
    height: auto;
  }

  .menu {
    display: flex;
    align-items: normal;
    gap: 0px;
    text-transform: uppercase;
    flex-direction: column;
  }
  .menu a {
    position: relative;
    left: 0;
    transition: all 0.5s ease;
    letter-spacing: 2px;
    font-weight: 600;
    border-bottom: 1px solid rgb(155 116 3);
    padding: 20px 10px;
  }
  .menu a:hover {
    color: #151313;
    transition: all 0.5s ease;
    letter-spacing: 1px;
  }
  .sign {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 10px;
    text-transform: uppercase;
  }
  .sign a:hover {
    color: inherit;
  }
  .login {
    background-color: rgb(228, 175, 77);
    padding: 8px 16px;
    border-radius: 50px;
  }
  .login:hover {
    background-color: rgb(2, 149, 100);
  }
  .signup {
    background-color: rgb(255, 255, 255);
    padding: 8px 16px;
    color: #000000;
    border-radius: 50px;
  }
  .signup:hover {
    background-color: rgb(5, 201, 211);
  }
  .herro {
    padding: 60px 50px;
    display: flex;
    align-items: center;
    flex-direction: initial;
  }
  .herro h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
  }
  .herro span {
    color: #fcbc03;
  }
  .herro p {
    color: #fff;
    font-size: 17px;
    font-weight: 600px;
  }
  .herro_slider {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
  .herro_slider .btn {
    padding: 15px 35px;
    text-transform: uppercase;
    width: max-content;
    background-color: #fcbc03;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
  }
  .herro_slider .btn-primary:hover {
    left: 5px;
    transition: all 0.5s ease;
  }
  .herro_slider .access {
    padding: 15px 35px;
    text-transform: uppercase;
    width: max-content;
    background-color: rgb(228, 175, 77);
    color: #fff;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
  }
  .herro_slider .access:hover {
    left: 5px;
    transition: all 0.5s ease;
  }
  .herroLeft {
    flex: 1;
  }
  .about_us {
    position: relative;
    overflow: hidden;
    padding: 0px 0px;
    background-color: rgb(0, 0, 0);
    background-image: radial-gradient(#292323 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .slid {
    -webkit-clip-path: polygon(0 0, 0% 100%, 61% 100%);
    clip-path: polygon(0 0, 0% 100%, 61% 100%);
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(252, 188, 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .aboutus {
    padding: 50px 50px;
    color: #e2dbdb;
    z-index: 99;
    border-bottom: 4px solid #fcbc03;
  }

  .aboutus .col-xl-6 {
    width: 100%;
    z-index: 1;
  }
  .aboutus .col-xl-5 {
    width: 40%;
  }
  .aboutus .col-xl-7 {
    width: 100%;
    z-index: 1;
  }
  .about_us h2 {
    text-transform: uppercase;
    font-family: Teko;
    letter-spacing: 3px;
  }
  .about_us span {
    color: #fcbc03;
    font-size: 50px;
  }
  .about_us p {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .about_us .btn-primary {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 20px;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -20px;
    color: #151313;
    border: 0px solid #d9d3d3;
    border-radius: 6px;
    float: right;
  }
  .about_us .btn-primary:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-right: 40px;
  }
  .aboutusImg {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    display: none;
  }
  .aboutusImg img {
    width: 100%;
    height: auto;
  }
  .invest {
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(0, 0, 0);
    background-image: radial-gradient(#292323 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    z-index: 1;
    border-bottom: 3px solid #fcbc03;
  }
  .invest_slide {
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    right: 0;
    top: -45px;
    width: 447px;
    height: 400px;
    z-index: -1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    display: none;
  }
  .invest_slide_bottom {
    -webkit-clip-path: polygon(0 0, 0 100%, 62% 100%);
    clip-path: polygon(0 0, 0 100%, 62% 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    height: 500px;
    z-index: -1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .investmentTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 50px;
    margin-top: 50px;
  }
  .investmentTitle h2 {
    font-size: 40px;
    color: #fff;
  }
  .investmentTitle span {
    font-size: 70px;
    color: #ffc107;
  }
  .investmentTitle p {
    color: #e2dbdb;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .plans {
    padding: 0px 50px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .plan {
    background-color: rgb(194 145 3);
    background-image: radial-gradient(#b08303 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    border-radius: 15px;
    top: 0;
    position: relative;
    box-shadow: #000000 0px 20px 20px -15px;
    transition: all 0.5s ease;
    border: 2px solid #ffc107;
  }
  .plan:hover {
    box-shadow: #ffc107 0px 0px 40px 1px;
    top: -10px;
    transition: all 0.5s ease;
  }
  .plan h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .planList {
    padding: 0;
    display: flex;
    width: 100%;
  }
  .planList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  .planList li {
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    letter-spacing: 2px;
    border-bottom: 1px solid #906c04;
  }
  .planPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .planPrice h2 {
    margin: 0;
    padding: 0;
  }
  .planPrice .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    left: 0;
    font-weight: 600;
    position: relative;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .planPrice .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .why_choose_us {
    background: linear-gradient(
        rgba(0, 0, 0, 0.8) 100%,
        rgba(0, 0, 0, 0.8) 100%
      ),
      url("../images/miners.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 30px;
  }
  .us_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 20px;
    margin-top: 20px;
  }
  .us_title h2 {
    font-size: 30px;
    color: #ffffff;
    text-align: center;
  }
  .us_title span {
    font-size: 40px;
    color: #fcbc03;
  }
  .us_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #e2dbdb;
  }
  .why_category {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
    justify-content: center;
  }
  .category {
    flex: 1;
    background-color: rgb(0, 0, 0, 0.6);
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #e2dbdb;
  }
  .category:hover {
    background-color: rgb(0, 0, 0, 0.8);
    border: 1px solid #fcbc03;
  }
  .cate_top {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
  }
  .cate_top h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .cate_bottom {
    font-weight: lighter;
    font-size: 17px;
  }
  .steps {
    padding: 50px;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    position: relative;
    border: 0;
  }
  .why_slider {
    -webkit-clip-path: polygon(0 0, 50% 39%, 100% 0);
    clip-path: polygon(0 0, 50% 39%, 100% 0);
    background-color: rgb(0, 0, 0, 0.2);
    height: 35%;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    z-index: 1;
    border: 0;
  }
  .step_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 9px;
    z-index: 2;
  }
  .step_title h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .step_title span {
    font-size: 40px;
    color: #000000;
  }
  .step_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #151313;
  }
  .step_box {
    display: flex;
    padding: 0px 30px;
    justify-content: center;
    border: 0;
    padding-bottom: 30px;
  }
  .circle_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 25px;
    font-family: Teko;
    color: #151313;
    letter-spacing: 1px;
  }
  .circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Teko;
    font-size: 50px;
    box-shadow: #000 0px 0px 35px -3px;
  }
  .top_circle {
    position: absolute;
    top: -10px;
    right: -5px;
    background-color: #fcbc03;
    box-shadow: #000 0px 0px 15px -3px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .step_box span {
    flex: 1;
    border-bottom: 1px dotted #000;
  }
  .faq {
    position: relative;
    background-color: rgb(255, 255, 255);
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .faq_slider {
    -webkit-clip-path: polygon(0 0, 50% 44%, 100% 0);
    clip-path: polygon(0 0, 50% 44%, 100% 0);
    background-color: #fcbc03;
    height: 10%;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    border: 0;
  }
  .faq_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 30px;
    margin-top: 0px;
    z-index: 1;
  }
  .faq_title h2 {
    font-size: 30px;
    color: #000000;
  }
  .faq_title span {
    font-size: 40px;
    color: #fcbc03;
  }
  .faq_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #0c0c0c;
  }
  .faq_table {
    padding: 0px 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .faqbg {
    display: flex;
    flex-direction: column;
  }
  .faq_top {
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 20px;
    font-family: Teko;
    font-size: 22px;
    letter-spacing: 2px;
  }
  .faq_bottom {
    padding: 20px;
    box-shadow: #000 0px 20px 25px -25px;
    background-color: #f8f8f8;
  }
  .faq_bottom p {
    font-size: 20px;
    color: #151515;
    font-weight: lighter;
  }
  .faq_table a {
    border-radius: 50px;
    background-color: #fcbc03;
    color: #151313;
    max-width: fit-content;
    padding: 15px 40px;
    text-transform: uppercase;
    box-shadow: #000 0px 20px 25px -15px;
    position: relative;
    left: 0;
    transition: all 0.5s ease;
  }
  .faq_table a:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .agents {
    padding: 100px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .top_agents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .top_agents h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .top_agents span {
    font-size: 40px;
    color: #000000;
  }
  .top_agents p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #151313;
  }
  .agent_profile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
  }
  .profile {
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    top: 0;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -20px;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .profile:hover {
    top: -5px;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -15px;
  }
  .profile_pic img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .profile_details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  .profile_details h2 {
    font-size: 25px;
    color: #fcbc03;
  }
  .profile_details span {
    font-size: 20px;
  }
  .overlayer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.9);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 100%;
    opacity: 0;
    bottom: 0;
    transition: all 0.5s ease;
    &:hover {
      opacity: 1;
      transition: all 0.5s ease;
    }
  }
  .pro_img {
    margin-bottom: 20px;
  }
  .pro_img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .hander ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hander li {
    padding: 10px;
    float: left;
    font-size: 20px;
  }
  .hander .fa {
    background-color: #ce9a04;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .hander .fa:hover {
    color: #ce9a04;
    background-color: #fff;
  }
  .get_started {
    background-color: #000;
    background-image: radial-gradient(#1e1d1d 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 70px 50px;
    color: #f8f8f8;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .get_started h2 {
    font-size: 30px;
  }
  .get_started span {
    font-size: 50px;
    color: #fcbc03;
  }
  .get_started p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fafafa;
  }
  .get_started .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 50px;
    left: 0;
    width: max-content;
    font-weight: 600;
    position: relative;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #ce9a04 0px 20px 25px -20px;
  }
  .get_started .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .left_slider {
    position: absolute;
    width: 300px;
    height: 100%;
    top: -1px;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    -webkit-clip-path: polygon(0 0, 49% 15%, 100% 0);
    clip-path: polygon(0 0, 49% 15%, 100% 0);
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .right_slider {
    position: absolute;
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 73% 48%);
    clip-path: polygon(100% 0, 100% 100%, 73% 48%);
  }
  .transaction {
    background: linear-gradient(
        rgba(0, 0, 0, 0.9) 100%,
        rgba(0, 0, 0, 0.9) 100%
      ),
      url("../images/sd-600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 50px;
    color: #f8f8f8;
  }
  .trans_title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .trans_title h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .trans_title span {
    font-size: 50px;
    color: #fcbc03;
  }
  .trans_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fafafa;
  }
  .transaction_holder {
    margin-top: 50px;
  }
  .transaction_box {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    gap: 20px;
    border-bottom: 1px dotted #767575;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .user_info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .user_info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .payment {
    position: relative;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .payment .why_slider {
    -webkit-clip-path: polygon(0 0, 50% 19%, 100% 0);
    clip-path: polygon(0 0, 50% 19%, 100% 0);
    background-image: radial-gradient(#1e1d1d 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    border: 0;
  }
  .payment_holder {
    margin-top: 70px;
    padding: 50px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .payment_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .payment_title h2 {
    font-size: 30px;
    color: #000000;
  }
  .payment_title span {
    font-size: 40px;
    color: #fff;
    text-align: center;
  }
  .payment_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000000;
  }
  .payment_Icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .paymeny_synbol {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5px;
    color: #151313;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-image: radial-gradient(#e0e0e0 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    transition: all 0.5s ease;
    position: relative;
    top: 0;
    border: 4px solid #fff;
    box-shadow: #ce9a04 0px 0px 10px 1px;
  }
  .paymeny_synbol:hover {
    box-shadow: #151313 0px 0px 40px 1px;
    top: -5px;
    transition: all 0.5s ease;
    background-color: #151313;
    background-image: none;
    border: 0;
    color: #fff;
  }
  .paymeny_synbol span {
    font-size: 20px;
    font-family: Teko;
    letter-spacing: 1px;
  }
  .paymeny_synbol .fa-brands {
    font-size: 70px;
  }
   .paymeny_synbol .fa-solid {
    font-size: 70px;
  }
  .form_subscribe {
    width: 61%;
  }
  .subscribe {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
    margin-top: 100px;
    box-shadow: #151313 0px 0px 30px -5px;
    background-color: #fff;
    flex-direction: column;
  }
  .sub_right {
    display: flex;
    width: 100%;
    gap: 0;
    align-items: center;
    border: 1px solid #151313;
    padding: 5px 5px;
    border-radius: 50px;
  }
  .sub_right input {
    width: 70%;
    border: 0;
    background-color: inherit;
  }
  .sub_right .btn-primary {
    border: 0;
    width: 30%;
    border-radius: 50px;
    padding: 10px 10px;
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 20px;
    background-color: #151313;
  }
  .footer {
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(
        rgba(0, 0, 0, 0.9) 100%,
        rgba(0, 0, 0, 0.9) 100%
      ),
      url("../images/sd-600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
  }
  .logo_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .logo_footer span {
    font-family: Teko;
    font-size: 25px;
  }
  .logo_footer img {
    width: 100px;
    height: auto;
  }
  .footer_menu a {
    padding: 0px 10px;
    text-transform: uppercase;
    top: 0;
    transition: all 0.5s ease;
    position: relative;
  }
  .footer_menu a:hover {
    color: #bdbcbc;
    top: -5px;
    transition: all 0.5s ease;
  }
  .footer_slider {
    position: absolute;
    top: -1px;
    width: 300px;
    height: 300px;
    -webkit-clip-path: polygon(23% 0, 50% 19%, 75% 0);
    clip-path: polygon(23% 0, 50% 19%, 75% 0);
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .container_banner {
    padding: 100px 100px;
    background: linear-gradient(
        rgba(0, 0, 0, 0.5) 100%,
        rgba(0, 0, 0, 0.8) 100%
      ),
      url("../images/cowry.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
  }
  .container_banner h2 {
    font-size: 50px;
  }
  .container_banner span {
    color: #fcbc03;
  }
  .container_banner p {
    font-weight: lighter;
    font-size: 20px;
  }
  .container_banner a {
    color: #fff;
  }
  .container_banner a:hover {
    color: #fcbc03;
  }
  .contact_us {
    padding: 0px 50px;
  }
  .contact_holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top_contact_info {
    display: flex;
    flex-direction: initial;
    align-items: center;
    gap: 20px;
  }
  .info_details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebe8e8;
    text-align: center;
  }
  .info_details span {
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 20px;
    color: #fcbc03;
  }
  .info_details p {
    font-size: 20px;
  }
  .contact_form {
    border: 1px solid #ebe8e8;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .contact_form .btn {
    border-radius: 0px;
    padding: 15px 20px;
    background-color: #fcbc03;
    font-weight: bold;
  }
  .form_holder {
    border-radius: 5px;
    gap: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: inherit;
    border: 1px solid #d5d2d2;
    margin-bottom: 10px;
  }
  .form_holder input {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
  }
  .form_holder textarea {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
    height: 200px;
  }
  /* sign up styling */
  .body_holder {
    padding: 50px;
    background-color: #fcbc03;
    background-image: radial-gradient(rgb(211 158 5) 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form_placeholder {
    padding: 30px;
    width: 500px;
    box-shadow: #000 0px 20px 25px -15px;
    position: relative;
    background-color: #fff;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .placeholder_logo {
    text-align: center;
  }
  .placeholder_logo span {
    font-weight: bolder;
    color: #fcbc03;
    font-size: 25px;
  }
  .placeholder_logo a {
    color: #fcbc03;
  }
  .placeholder_logo img {
    width: 100px;
    height: auto;
    border: 0;
  }
  .placeholder_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    overflow: scroll;
    height: 450px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .placeholder_form .btn-primary {
    border-radius: 50px;
    width: max-content;
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  .text_field_holder {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #d7d6d6;
    border-radius: 5px;
    padding: 0px 10px;
    margin-bottom: 15px;
  }
  .field_holder {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .text_field_holder input {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 12px;
  }
  .form_holder textarea {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
    height: 200px;
  }
  .text_field_holder .fa {
    color: #fcbc03;
  }
  .placeholder_login_form .btn-primary {
    border-radius: 50px;
    width: max-content;
    background-color: #fcbc03;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  /* sign up styling end here */
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  body {
    margin: 0;
    padding: 0;
    background-color: #151313;
  }
  .widget {
    margin-top: 0px;
  }
  #check {
    display: none;
  }
  .menu_toggle {
    display: none;
  }
  h1 {
    margin: 0;
    padding: 0;
    font-family: Teko;
    letter-spacing: 3px;
  }
  h2 {
    margin: 0;
    padding: 0;
    font-family: Teko;
    letter-spacing: 3px;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  .btn {
    border: 0;
    border-radius: 0;
  }
  input {
    width: 100%;
    border: 0;
    padding: 10px;
    background-color: inherit;
  }
  .select {
    width: 200px;
    border: 0;
    padding: 10px;
    background-color: inherit;
  }
  .slider {
    padding: 0;
    background: url("../images/cowry.jpg");
    background-repeat: no-repeat;
    background-attachment: inherit;
    height: auto;
    background-size: cover;
    overflow: hidden;
  }
  .top {
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 99999;
  }
  .topright {
    display: flex;
    align-items: center;
  }
  .topright ul {
    margin: 0;
    text-decoration: none;
  }
  .topright li {
    list-style: none;
    float: left;
    padding: 0px 10px;
  }
  .menuBar {
    padding: 15px 20px;
    display: flex;
    flex-direction: initial;
    background-color: rgb(198 148 4);
    color: #fff;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    right: 0;
    width: 100%;
    height: inherit;
    position: initial;
    top: 0;
    margin-top: 40px;
  }
  .logo {
    position: relative;
    margin-bottom: 0px;
  }
  .logo_holder {
    position: absolute;
    top: -65px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    left: -20px;
    z-index: 99999;
    width: 150px;
  }
  .logoicon {
    display: flex;
    flex-direction: column;
    font-family: Teko;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .logoicon img {
    width: 80px;
    height: auto;
  }

  .menu {
    display: flex;
    align-items: center;
    gap: 30px;
    text-transform: uppercase;
    flex-direction: initial;
  }
  .menu a {
    position: relative;
    left: 0;
    transition: all 0.5s ease;
    letter-spacing: 2px;
    font-weight: 600;
    border-bottom: 0px;
    padding: 0;
  }
  .menu a:hover {
    color: #fcbc03;
    transition: all 0.5s ease;
    letter-spacing: 1px;
  }
  .sign {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    text-transform: uppercase;
  }
  .sign a:hover {
    color: inherit;
  }
  .login {
    background-color: rgb(228, 175, 77);
    padding: 8px 16px;
    border-radius: 50px;
  }
  .login:hover {
    background-color: rgb(2, 149, 100);
  }
  .signup {
    background-color: rgb(3, 114, 120);
    padding: 8px 16px;
    color: #fff;
    border-radius: 50px;
  }
  .signup:hover {
    background-color: rgb(5, 201, 211);
  }
  .herro {
    padding: 50px 100px;
    display: flex;
    align-items: center;
    flex-direction: initial;
  }
  .herro h1 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
  }
  .herro span {
    color: #fcbc03;
  }
  .herro p {
    color: #fff;
    font-size: 17px;
    font-weight: 600px;
  }
  .herro_slider {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 0;
  }
  .herro_slider .btn {
    padding: 15px 35px;
    text-transform: uppercase;
    width: max-content;
    background-color: #fcbc03;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
  }
  .herro_slider .btn-primary:hover {
    left: 5px;
    transition: all 0.5s ease;
  }
  .herro_slider .access {
    padding: 15px 35px;
    text-transform: uppercase;
    width: max-content;
    background-color: rgb(228, 175, 77);
    color: #fff;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
  }
  .herro_slider .access:hover {
    left: 5px;
    transition: all 0.5s ease;
  }
  .herroLeft {
    flex: 1;
  }
  .about_us {
    position: relative;
    overflow: hidden;
    padding: 0px 0px;
    background-color: rgb(0, 0, 0);
    background-image: radial-gradient(#292323 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .slid {
    -webkit-clip-path: polygon(0 0, 0% 100%, 61% 100%);
    clip-path: polygon(0 0, 0% 100%, 61% 100%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(252, 188, 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .aboutus {
    padding: 100px 20px;
    color: #e2dbdb;
    z-index: 99;
    border-bottom: 4px solid #fcbc03;
  }
  .aboutus .col-xl-6 {
    width: 50%;
  }
  .aboutus .col-xl-6 {
    width: 50%;
    z-index: 1;
  }
  .aboutus .col-xl-5 {
    width: 40%;
  }
  .aboutus .col-xl-7 {
    width: 60%;
    z-index: 1;
  }
  .about_us h2 {
    text-transform: uppercase;
    font-family: Teko;
    letter-spacing: 3px;
  }
  .about_us span {
    color: #fcbc03;
    font-size: 50px;
  }
  .about_us p {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .about_us .btn-primary {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 20px;
    left: 0;
    color: #151313;
    border: 0px;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -20px;
  }
  .about_us .btn-primary:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-right: 40px;
  }
  .aboutusImg {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
  }
  .aboutusImg img {
    width: 100%;
    height: auto;
  }
  .invest {
    padding: 0;
    overflow: hidden;
    position: relative;
    background-color: rgb(0, 0, 0);
    background-image: radial-gradient(#292323 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    z-index: 1;
    border-bottom: 5px solid #fcbc03;
  }
  .invest_slide {
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    right: 0;
    top: -45px;
    width: 447px;
    height: 400px;
    z-index: -1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    display: block;
  }
  .invest_slide_bottom {
    -webkit-clip-path: polygon(0 0, 0 100%, 62% 100%);
    clip-path: polygon(0 0, 0 100%, 62% 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    height: 500px;
    z-index: -1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .investmentTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 190px;
    margin-top: 50px;
  }
  .investmentTitle h2 {
    font-size: 40px;
    color: #fff;
  }
  .investmentTitle span {
    font-size: 70px;
    color: #ffc107;
  }
  .investmentTitle p {
    color: #e2dbdb;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .plans {
    padding: 0px 50px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  .plan {
    background-color: rgb(194 145 3);
    background-image: radial-gradient(#b08303 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    border-radius: 15px;
    top: 0;
    position: relative;
    box-shadow: #000000 0px 20px 20px -15px;
    transition: all 0.5s ease;
    border: 2px solid #ffc107;
  }
  .plan:hover {
    box-shadow: #ffc107 0px 0px 40px 1px;
    top: -10px;
    transition: all 0.5s ease;
  }
  .plan h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .planList {
    padding: 0;
    display: flex;
    width: 100%;
  }
  .planList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  .planList li {
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    color: #000;
    font-weight: lighter;
    letter-spacing: 2px;
    border-bottom: 1px solid #906c04;
  }
  .planPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .planPrice h2 {
    margin: 0;
    padding: 0;
  }
  .planPrice .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    left: 0;
    font-weight: 600;
    position: relative;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .planPrice .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .why_choose_us {
    background: linear-gradient(
        rgba(0, 0, 0, 0.8) 100%,
        rgba(0, 0, 0, 0.8) 100%
      ),
      url("../images/miners.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 50px;
  }
  .us_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 100px;
    margin-top: 50px;
  }
  .us_title h2 {
    font-size: 40px;
    color: #ffffff;
  }
  .us_title span {
    font-size: 70px;
    color: #fcbc03;
  }
  .us_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #e2dbdb;
  }
  .why_category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 40px;
    justify-content: center;
  }
  .category {
    flex: 1;
    background-color: rgb(0, 0, 0, 0.6);
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #e2dbdb;
  }
  .category:hover {
    background-color: rgb(0, 0, 0, 0.8);
    border: 1px solid #fcbc03;
  }
  .cate_top {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
  }
  .cate_top h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .cate_bottom {
    font-weight: lighter;
    font-size: 17px;
  }
  .steps {
    padding: 50px;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    position: relative;
    border: 0;
  }
  .why_slider {
    -webkit-clip-path: polygon(0 0, 50% 39%, 100% 0);
    clip-path: polygon(0 0, 50% 39%, 100% 0);
    background-color: rgb(0, 0, 0, 0.2);
    height: 35%;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    z-index: 1;
    border: 0;
  }
  .step_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 9px;
    z-index: 2;
  }
  .step_title h2 {
    font-size: 40px;
    color: #ffffff;
  }
  .step_title span {
    font-size: 70px;
    color: #000000;
  }
  .step_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #151313;
  }
  .step_box {
    display: flex;
    padding: 0px 100px;
    justify-content: center;
    border: 0;
    padding-bottom: 30px;
  }
  .circle_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 25px;
    font-family: Teko;
    color: #151313;
    letter-spacing: 1px;
  }
  .circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Teko;
    font-size: 50px;
    box-shadow: #000 0px 0px 35px -3px;
  }
  .top_circle {
    position: absolute;
    top: -10px;
    right: -5px;
    background-color: #fcbc03;
    box-shadow: #000 0px 0px 15px -3px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .step_box span {
    flex: 1;
    border-bottom: 1px dotted #000;
  }
  .faq {
    position: relative;
    background-color: rgb(255, 255, 255);
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .faq_slider {
    -webkit-clip-path: polygon(0 0, 50% 44%, 100% 0);
    clip-path: polygon(0 0, 50% 44%, 100% 0);
    background-color: #fcbc03;
    height: 10%;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    border: 0;
  }
  .faq_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 100px;
    margin-top: 0px;
    z-index: 1;
  }
  .faq_title h2 {
    font-size: 40px;
    color: #000000;
  }
  .faq_title span {
    font-size: 70px;
    color: #fcbc03;
  }
  .faq_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #0c0c0c;
  }
  .faq_table {
    padding: 0px 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .faqbg {
    display: flex;
    flex-direction: column;
  }
  .faq_top {
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 20px;
    font-family: Teko;
    font-size: 22px;
    letter-spacing: 2px;
  }
  .faq_bottom {
    padding: 20px;
    box-shadow: #000 0px 20px 25px -25px;
    background-color: #f8f8f8;
  }
  .faq_bottom p {
    font-size: 20px;
    color: #151515;
    font-weight: lighter;
  }
  .faq_table a {
    border-radius: 50px;
    background-color: #fcbc03;
    color: #151313;
    max-width: fit-content;
    padding: 15px 40px;
    text-transform: uppercase;
    box-shadow: #000 0px 20px 25px -15px;
    position: relative;
    left: 0;
    transition: all 0.5s ease;
  }
  .faq_table a:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .agents {
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .top_agents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .top_agents h2 {
    font-size: 40px;
    color: #ffffff;
  }
  .top_agents span {
    font-size: 70px;
    color: #000000;
  }
  .top_agents p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #151313;
  }
  .agent_profile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
  }
  .profile {
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    top: 0;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -20px;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .profile:hover {
    top: -5px;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -15px;
  }
  .profile_pic img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .profile_details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  .profile_details h2 {
    font-size: 25px;
    color: #fcbc03;
  }
  .profile_details span {
    font-size: 20px;
  }
  .overlayer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.9);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 100%;
    opacity: 0;
    bottom: 0;
    transition: all 0.5s ease;
    &:hover {
      opacity: 1;
      transition: all 0.5s ease;
    }
  }
  .pro_img {
    margin-bottom: 20px;
  }
  .pro_img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .hander ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hander li {
    padding: 10px;
    float: left;
    font-size: 20px;
  }
  .hander .fa {
    background-color: #ce9a04;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .hander .fa:hover {
    color: #ce9a04;
    background-color: #fff;
  }
  .get_started {
    background-color: #000;
    background-image: radial-gradient(#1e1d1d 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 70px 50px;
    color: #f8f8f8;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .get_started h2 {
    font-size: 30px;
  }
  .get_started span {
    font-size: 50px;
    color: #fcbc03;
  }
  .get_started p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fafafa;
  }
  .get_started .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 50px;
    left: 0;
    width: max-content;
    font-weight: 600;
    position: relative;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #ce9a04 0px 20px 25px -20px;
  }
  .get_started .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .left_slider {
    position: absolute;
    width: 300px;
    height: 100%;
    top: -1px;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    -webkit-clip-path: polygon(0 0, 49% 15%, 100% 0);
    clip-path: polygon(0 0, 49% 15%, 100% 0);
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .right_slider {
    position: absolute;
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 73% 48%);
    clip-path: polygon(100% 0, 100% 100%, 73% 48%);
  }
  .transaction {
    background: linear-gradient(
        rgba(0, 0, 0, 0.9) 100%,
        rgba(0, 0, 0, 0.9) 100%
      ),
      url("../images/sd-600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 50px;
    color: #f8f8f8;
  }
  .trans_title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .trans_title h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .trans_title span {
    font-size: 50px;
    color: #fcbc03;
  }
  .trans_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fafafa;
  }
  .transaction_holder {
    margin-top: 50px;
  }
  .transaction_box {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    gap: 20px;
    border-bottom: 1px dotted #767575;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .user_info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .user_info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .payment {
    position: relative;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .payment .why_slider {
    -webkit-clip-path: polygon(0 0, 50% 19%, 100% 0);
    clip-path: polygon(0 0, 50% 19%, 100% 0);
    background-image: radial-gradient(#1e1d1d 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    border: 0;
  }
  .payment_holder {
    margin-top: 70px;
    padding: 100px 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .payment_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .payment_title h2 {
    font-size: 30px;
    color: #000000;
  }
  .payment_title span {
    font-size: 50px;
    color: #fff;
  }
  .payment_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000000;
  }
  .payment_Icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .paymeny_synbol {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5px;
    color: #151515;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-image: radial-gradient(#e0e0e0 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    transition: all 0.5s ease;
    position: relative;
    top: 0;
    border: 4px solid #fff;
    box-shadow: #111110 0px 0px 10px 1px;
  }
  .paymeny_synbol:hover {
    box-shadow: #151313 0px 0px 40px 1px;
    top: -5px;
    transition: all 0.5s ease;
    background-color: #151313;
    background-image: none;
    border: 0;
    color: #fff;
  }
  .paymeny_synbol span {
    font-size: 20px;
    font-family: Teko;
    letter-spacing: 1px;
  }
  .paymeny_synbol .fa-brands {
    font-size: 70px;
  }
   .paymeny_synbol .fa-solid {
    font-size: 70px;
  }
  .form_subscribe {
    width: 61%;
  }
  .subscribe {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 30px;
    border-radius: 10px;
    margin-top: 100px;
    box-shadow: #151313 0px 0px 30px -5px;
    background-color: #fff;
  }
  .sub_right {
    display: flex;
    width: 100%;
    gap: 0;
    align-items: center;
    border: 1px solid #151313;
    padding: 5px 5px;
    border-radius: 50px;
  }
  .sub_right input {
    width: 70%;
    border: 0;
    background-color: inherit;
  }
  .sub_right .btn-primary {
    border: 0;
    width: 30%;
    border-radius: 50px;
    padding: 10px 10px;
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 20px;
    background-color: #151313;
  }
  .footer {
    padding: 100px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(
        rgba(0, 0, 0, 0.9) 100%,
        rgba(0, 0, 0, 0.9) 100%
      ),
      url("../images/sd-600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
  }
  .logo_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .logo_footer span {
    font-family: Teko;
    font-size: 30px;
  }
  .logo_footer img {
    width: 150px;
    height: auto;
  }
  .footer_menu a {
    padding: 0px 20px;
    text-transform: uppercase;
    top: 0;
    transition: all 0.5s ease;
    position: relative;
  }
  .footer_menu a:hover {
    color: #bdbcbc;
    top: -5px;
    transition: all 0.5s ease;
  }
  .footer_slider {
    position: absolute;
    top: -1px;
    width: 300px;
    height: 300px;
    -webkit-clip-path: polygon(23% 0, 50% 19%, 75% 0);
    clip-path: polygon(23% 0, 50% 19%, 75% 0);
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .container_banner {
    padding: 100px 100px;
    background: linear-gradient(
        rgba(0, 0, 0, 0.5) 100%,
        rgba(0, 0, 0, 0.8) 100%
      ),
      url("../images/cowry.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
  }
  .container_banner h2 {
    font-size: 50px;
  }
  .container_banner span {
    color: #fcbc03;
  }
  .container_banner p {
    font-weight: lighter;
    font-size: 20px;
  }
  .container_banner a {
    color: #fff;
  }
  .container_banner a:hover {
    color: #fcbc03;
  }
  .contact_us {
    padding: 0px 100px;
  }
  .contact_holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top_contact_info {
    display: flex;
    flex-direction: initial;
    align-items: center;
    gap: 20px;
  }
  .info_details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebe8e8;
    text-align: center;
  }
  .info_details span {
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 20px;
    color: #fcbc03;
  }
  .info_details p {
    font-size: 20px;
  }
  .contact_form {
    border: 1px solid #ebe8e8;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .contact_form .btn {
    border-radius: 0px;
    padding: 15px 20px;
    background-color: #fcbc03;
    font-weight: bold;
  }
  .form_holder {
    border-radius: 5px;
    gap: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: inherit;
    border: 1px solid #d5d2d2;
    margin-bottom: 10px;
  }
  .form_holder input {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
  }
  .form_holder textarea {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
    height: 200px;
  }
  /* sign up styling */
  .body_holder {
    padding: 50px;
    background-color: #fcbc03;
    background-image: radial-gradient(rgb(211 158 5) 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form_placeholder {
    padding: 30px;
    width: 500px;
    box-shadow: #000 0px 20px 25px -15px;
    position: relative;
    background-color: #fff;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .placeholder_logo {
    text-align: center;
  }
  .placeholder_logo span {
    font-weight: bolder;
    color: #fcbc03;
    font-size: 25px;
  }
  .placeholder_logo a {
    color: #fcbc03;
  }
  .placeholder_logo img {
    width: 100px;
    height: auto;
    border: 0;
  }
  .placeholder_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    overflow: scroll;
    height: 450px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .placeholder_form .btn-primary {
    border-radius: 50px;
    width: max-content;
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  .text_field_holder {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #d7d6d6;
    border-radius: 5px;
    padding: 0px 10px;
    margin-bottom: 15px;
  }
  .field_holder {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .text_field_holder input {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 12px;
  }
  .form_holder textarea {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
    height: 200px;
  }
  .text_field_holder .fa {
    color: #fcbc03;
  }
  .placeholder_login_form .btn-primary {
    border-radius: 50px;
    width: max-content;
    background-color: #fcbc03;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  /* sign up styling end here */
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  body {
    margin: 0;
    padding: 0;
    background-color: #151313;
  }
  .widget {
    margin-top: 0px;
  }
  #check {
    display: none;
  }
  .menu_toggle {
    display: none;
  }
  h1 {
    margin: 0;
    padding: 0;
    font-family: Teko;
    letter-spacing: 3px;
  }
  h2 {
    margin: 0;
    padding: 0;
    font-family: Teko;
    letter-spacing: 3px;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  .btn {
    border: 0;
    border-radius: 0;
  }
  input {
    width: 100%;
    border: 0;
    padding: 10px;
    background-color: inherit;
  }
  .select {
    width: 200px;
    border: 0;
    padding: 10px;
    background-color: inherit;
  }
  .slider {
    padding: 0;
    background: url("../images/cowry.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
    background-size: cover;
    overflow: hidden;
  }
  .top {
    background-color: #fcbc03;
    background-image: radial-gradient(#cc9907 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    color: #151313;
    padding: 10px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 99999;
  }
  .topright {
    display: flex;
    align-items: center;
  }
  .topright ul {
    margin: 0;
    text-decoration: none;
  }
  .topright li {
    list-style: none;
    float: left;
    padding: 0px 10px;
  }
  .logo {
    position: relative;
    margin-bottom: 0px;
  }
  .logo_holder {
    position: absolute;
    top: -65px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    left: 0;
    z-index: 99999;
    width: 200px;
  }
  .logoicon {
    display: flex;
    flex-direction: column;
    font-family: Teko;
    align-items: center;
    justify-content: center;
  }
  .logoicon img {
    width: 80px;
    height: auto;
  }
  .menuBar {
    padding: 10px 50px;
    display: flex;
    background-color: rgb(198 148 4);
    color: #fff;
    align-items: center;
    justify-content: space-between;
    flex-direction: initial;
    width: 100%;
    height: inherit;
    position: initial;
    top: 0;
    margin-top: 40px;
  }
  .menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 50px;
    text-transform: uppercase;
    flex-direction: initial;
  }
  .menu a {
    position: relative;
    left: 0;
    transition: all 0.5s ease;
    letter-spacing: 2px;
    font-weight: 600;
    border-bottom: 0;
    padding: 0;
  }
  .menu a:hover {
    color: #151313;
    transition: all 0.5s ease;
    letter-spacing: 1px;
  }
  .sign {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    text-transform: uppercase;
  }
  .sign a:hover {
    color: inherit;
  }
  .login {
    background-color: rgb(228, 175, 77);
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 50px;
  }
  .login:hover {
    background-color: rgb(2, 149, 100);
  }
  .signup {
    background-color: rgb(3, 114, 120);
    padding: 8px 16px;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
  }
  .signup:hover {
    background-color: rgb(5, 201, 211);
  }
  .herro {
    padding: 100px 100px;
    display: flex;
    align-items: center;
    flex-direction: initial;
  }
  .herro h1 {
    color: #fff;
    font-size: 80px;
    line-height: 70px;
  }
  .herro span {
    color: #fcbc03;
  }
  .herro p {
    color: #fff;
    font-size: 20px;
    font-weight: 600px;
  }
  .herro_slider {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .herro_slider .btn {
    padding: 15px 35px;
    text-transform: uppercase;
    width: max-content;
    background-color: #fcbc03;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
  }
  .herro_slider .btn-primary:hover {
    left: 5px;
    transition: all 0.5s ease;
  }
  .herro_slider .access {
    padding: 15px 35px;
    text-transform: uppercase;
    width: max-content;
    background-color: rgb(228, 175, 77);
    color: #fff;
    left: 0;
    position: relative;
    transition: all 0.5s ease;
  }
  .herro_slider .access:hover {
    left: 5px;
    transition: all 0.5s ease;
  }
  .herroLeft {
    flex: 1;
  }
  .about_us {
    position: relative;
    overflow: hidden;
    padding: 0px 0px;
    background-color: rgb(0, 0, 0);
    background-image: radial-gradient(#292323 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .slid {
    -webkit-clip-path: polygon(0 0, 0% 100%, 61% 100%);
    clip-path: polygon(0 0, 0% 100%, 61% 100%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .aboutus {
    padding: 100px 100px;
    color: #e2dbdb;
    border-bottom: 4px solid #fcbc03;
  }
  .about_us h2 {
    text-transform: uppercase;
    font-family: Teko;
    letter-spacing: 3px;
  }
  .about_us span {
    color: #fcbc03;
    font-size: 70px;
  }
  .about_us p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .about_us .btn-primary {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    margin-top: 20px;
    color: #151313;
    left: 0;
    border: 0px;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -20px;
  }
  .about_us .btn-primary:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-right: 40px;
  }
  .aboutusImg {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .aboutusImg img {
    width: 90%;
    height: auto;
  }
  .invest {
    padding: 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        rgba(0, 0, 0, 0.8) 100%,
        rgba(0, 0, 0, 0.8) 100%
      ),
      url("../images/sd-600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    border-bottom: 5px solid #fcbc03;
  }
  .invest_slide {
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 595px;
    height: 500px;
    z-index: -1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    display: block;
  }
  .invest_slide_bottom {
    -webkit-clip-path: polygon(0 0, 0 100%, 62% 100%);
    clip-path: polygon(0 0, 0 100%, 62% 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75%;
    height: 500px;
    z-index: -1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .investmentTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 400px;
    margin-top: 50px;
  }
  .investmentTitle h2 {
    font-size: 40px;
    color: #fff;
  }
  .investmentTitle span {
    font-size: 70px;
    color: #ffc107;
  }
  .investmentTitle p {
    color: #e2dbdb;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .plans {
    padding: 0px 200px;
    padding-bottom: 80px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  .plan {
    background-color: rgb(194, 145, 3, 0.8);
    background-image: radial-gradient(#b08303 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    border-radius: 15px;
    top: 0;
    position: relative;
    box-shadow: #000000 0px 20px 20px -15px;
    transition: all 0.5s ease;
    border: 2px solid #ffc107;
  }
  .plan:hover {
    box-shadow: #ffc107 0px 0px 40px 1px;
    top: -10px;
    transition: all 0.5s ease;
  }
  .plan h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .planList {
    padding: 0;
    display: flex;
    width: 100%;
  }
  .planList ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
  }
  .planList li {
    text-align: center;
    padding: 15px 0px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
    border-bottom: 1px solid #906c04;
  }
  .planPrice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .planPrice h2 {
    margin: 0;
    padding: 0;
  }
  .planPrice .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 30px;
    left: 0;
    font-weight: 600;
    position: relative;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .planPrice .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .why_choose_us {
    background: linear-gradient(
        rgba(0, 0, 0, 0.8) 100%,
        rgba(0, 0, 0, 0.8) 100%
      ),
      url("../images/miners.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 100px;
  }
  .us_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 300px;
    margin-top: 50px;
  }
  .us_title h2 {
    font-size: 40px;
    color: #ffffff;
  }
  .us_title span {
    font-size: 70px;
    color: #fcbc03;
  }
  .us_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #e2dbdb;
  }
  .why_category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 40px;
    justify-content: center;
  }
  .category {
    flex: 1;
    background-color: rgb(0, 0, 0, 0.6);
    color: #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border: 1px solid #e2dbdb;
  }
  .category:hover {
    background-color: rgb(0, 0, 0, 0.8);
    border: 1px solid #fcbc03;
  }
  .cate_top {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
  }
  .cate_top h2 {
    font-size: 25px;
    letter-spacing: 2px;
  }
  .cate_bottom {
    font-weight: lighter;
    font-size: 17px;
  }
  .steps {
    padding: 50px;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    position: relative;
    border: 0;
  }
  .why_slider {
    -webkit-clip-path: polygon(0 0, 50% 39%, 100% 0);
    clip-path: polygon(0 0, 50% 39%, 100% 0);
    background-color: rgb(0, 0, 0, 0.2);
    height: 55%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border: 0;
  }
  .step_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 300px;
    margin-top: 100px;
    z-index: 2;
  }
  .step_title h2 {
    font-size: 40px;
    color: #ffffff;
  }
  .step_title span {
    font-size: 70px;
    color: #000000;
  }
  .step_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #151313;
  }
  .step_box {
    display: flex;
    padding: 0px 300px;
    justify-content: center;
    border: 0;
  }
  .circle_holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 25px;
    font-family: Teko;
    color: #151313;
    letter-spacing: 1px;
  }
  .circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Teko;
    font-size: 50px;
    box-shadow: #000 0px 0px 35px -3px;
  }
  .top_circle {
    position: absolute;
    top: -10px;
    right: -5px;
    background-color: #fcbc03;
    box-shadow: #000 0px 0px 15px -3px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #000000;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .step_box span {
    flex: 1;
    border-bottom: 1px dotted #000;
  }
  .faq {
    position: relative;
    background-color: rgb(255, 255, 255);
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .faq_slider {
    -webkit-clip-path: polygon(0 0, 50% 44%, 100% 0);
    clip-path: polygon(0 0, 50% 44%, 100% 0);
    height: 20%;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgb(252 188 3);
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    border: 0;
  }
  .faq_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 50px 300px;
    margin-top: 50px;
    z-index: 1;
  }
  .faq_title h2 {
    font-size: 40px;
    color: #000000;
  }
  .faq_title span {
    font-size: 70px;
    color: #fcbc03;
  }
  .faq_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #0c0c0c;
  }
  .faq_table {
    padding: 0px 300px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .faqbg {
    display: flex;
    flex-direction: column;
  }
  .faq_top {
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 20px;
    font-family: Teko;
    font-size: 22px;
    letter-spacing: 2px;
  }
  .faq_bottom {
    padding: 20px;
    box-shadow: #000 0px 20px 25px -25px;
    background-color: #f8f8f8;
  }
  .faq_bottom p {
    font-size: 20px;
    color: #151515;
    font-weight: lighter;
  }
  .faq_table a {
    border-radius: 50px;
    background-color: #fcbc03;
    color: #151313;
    max-width: fit-content;
    padding: 15px 40px;
    text-transform: uppercase;
    box-shadow: #000 0px 20px 25px -15px;
    position: relative;
    left: 0;
    transition: all 0.5s ease;
  }
  .faq_table a:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .agents {
    padding: 100px 250px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .top_agents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .top_agents h2 {
    font-size: 40px;
    color: #ffffff;
  }
  .top_agents span {
    font-size: 70px;
    color: #000000;
  }
  .top_agents p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #151313;
  }
  .agent_profile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 30px;
  }
  .profile {
    flex: 1;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    top: 0;
    position: relative;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -20px;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .profile:hover {
    top: -5px;
    transition: all 0.5s ease;
    box-shadow: #000 0px 20px 25px -15px;
  }
  .profile_pic img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .profile_details {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  .profile_details h2 {
    font-size: 25px;
    color: #fcbc03;
  }
  .profile_details span {
    font-size: 20px;
  }
  .overlayer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.9);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 100%;
    opacity: 0;
    bottom: 0;
    transition: all 0.5s ease;
    &:hover {
      opacity: 1;
      transition: all 0.5s ease;
    }
  }
  .pro_img {
    margin-bottom: 20px;
  }
  .pro_img img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .hander ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .hander li {
    padding: 10px;
    float: left;
    font-size: 20px;
  }
  .hander .fa {
    background-color: #ce9a04;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .hander .fa:hover {
    color: #ce9a04;
    background-color: #fff;
  }
  .get_started {
    background-color: #000;
    background-image: radial-gradient(#1e1d1d 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    padding: 100px 200px;
    color: #f8f8f8;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .get_started h2 {
    font-size: 30px;
  }
  .get_started span {
    font-size: 50px;
    color: #fcbc03;
  }
  .get_started p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fafafa;
  }
  .get_started .btn {
    background-color: #fcbc03;
    text-transform: uppercase;
    padding: 15px 50px;
    left: 0;
    width: max-content;
    font-weight: 600;
    position: relative;
    border-radius: 52px;
    transition: all 0.5s ease;
    box-shadow: #ce9a04 0px 20px 25px -20px;
  }
  .get_started .btn:hover {
    left: 0;
    transition: all 0.5s ease;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #fff;
    color: #151313;
    border: 0px;
  }
  .left_slider {
    position: absolute;
    width: 300px;
    height: 100%;
    top: -1px;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    -webkit-clip-path: polygon(0 0, 49% 15%, 100% 0);
    clip-path: polygon(0 0, 49% 15%, 100% 0);
    box-shadow: #111110 0px 20px 25px -20px;
  }
  .right_slider {
    position: absolute;
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 73% 48%);
    clip-path: polygon(100% 0, 100% 100%, 73% 48%);
  }
  .transaction {
    background: linear-gradient(
        rgba(0, 0, 0, 0.9) 100%,
        rgba(0, 0, 0, 0.9) 100%
      ),
      url("../images/sd-600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 300px;
    color: #f8f8f8;
  }
  .trans_title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .trans_title h2 {
    font-size: 30px;
    color: #ffffff;
  }
  .trans_title span {
    font-size: 50px;
    color: #fcbc03;
  }
  .trans_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fafafa;
  }
  .transaction_holder {
    margin-top: 50px;
  }
  .transaction_box {
    display: flex;
    align-items: center;
    padding: 2px 10px;
    gap: 20px;
    border-bottom: 1px dotted #767575;
    margin-bottom: 20px;
    font-size: 18px;
  }
  .user_info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
  }
  .user_info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .payment {
    position: relative;
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .payment .why_slider {
    -webkit-clip-path: polygon(0 0, 50% 19%, 100% 0);
    clip-path: polygon(0 0, 50% 19%, 100% 0);
    background-image: radial-gradient(#1e1d1d 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border: 0;
  }
  .payment_holder {
    margin-top: 70px;
    padding: 100px 200px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .payment_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .payment_title h2 {
    font-size: 30px;
    color: #000000;
  }
  .payment_title span {
    font-size: 50px;
    color: #fff;
  }
  .payment_title p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #000000;
  }
  .payment_Icons {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .paymeny_synbol {
    background-color: #fff;
    padding: 20px;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 5px;
    color: #151313;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-image: radial-gradient(#e0e0e0 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    transition: all 0.5s ease;
    position: relative;
    top: 0;
    border: 4px solid #fff;
    box-shadow: #ce9a04 0px 0px 10px 1px;
  }
  .paymeny_synbol:hover {
    box-shadow: #151313 0px 0px 40px 1px;
    top: -5px;
    transition: all 0.5s ease;
    background-color: #151313;
    background-image: none;
    border: 0;
    color: #fff;
  }
  .paymeny_synbol span {
    font-size: 20px;
    font-family: Teko;
    letter-spacing: 1px;
  }
  .paymeny_synbol .fa-brands {
    font-size: 70px;
  }
   .paymeny_synbol .fa-solid {
    font-size: 70px;
  }
  .form_subscribe {
    width: 61%;
  }
  .subscribe {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 30px;
    border-radius: 10px;
    margin-top: 100px;
    box-shadow: #151313 0px 0px 30px -5px;
    background-color: #fff;
  }
  .sub_right {
    display: flex;
    width: 100%;
    gap: 0;
    align-items: center;
    border: 1px solid #151313;
    padding: 5px 5px;
    border-radius: 50px;
  }
  .sub_right input {
    width: 80%;
    border: 0;
    background-color: inherit;
  }
  .sub_right .btn-primary {
    border: 0;
    width: 20%;
    border-radius: 50px;
    padding: 10px 10px;
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 20px;
    background-color: #151313;
  }
  .footer {
    padding: 100px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(
        rgba(0, 0, 0, 0.9) 100%,
        rgba(0, 0, 0, 0.9) 100%
      ),
      url("../images/sd-600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
  }
  .logo_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .logo_footer span {
    font-family: Teko;
    font-size: 30px;
  }
  .logo_footer img {
    width: 150px;
    height: auto;
  }
  .footer_menu a {
    padding: 0px 20px;
    text-transform: uppercase;
    top: 0;
    transition: all 0.5s ease;
    position: relative;
  }
  .footer_menu a:hover {
    color: #bdbcbc;
    top: -5px;
    transition: all 0.5s ease;
  }
  .footer_slider {
    position: absolute;
    top: 0;
    width: 300px;
    height: 300px;
    -webkit-clip-path: polygon(23% 0, 50% 19%, 75% 0);
    clip-path: polygon(23% 0, 50% 19%, 75% 0);
    background-color: #fcbc03;
    background-image: radial-gradient(#ce9a04 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
  }
  .container_banner {
    padding: 100px 100px;
    background: linear-gradient(
        rgba(0, 0, 0, 0.5) 100%,
        rgba(0, 0, 0, 0.8) 100%
      ),
      url("../images/cowry.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
  }
  .container_banner h2 {
    font-size: 50px;
  }
  .container_banner span {
    color: #fcbc03;
  }
  .container_banner p {
    font-weight: lighter;
    font-size: 20px;
  }
  .container_banner a {
    color: #fff;
  }
  .container_banner a:hover {
    color: #fcbc03;
  }
  .contact_us {
    padding: 0px 100px;
  }
  .contact_holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top_contact_info {
    display: flex;
    align-items: center;
    flex-direction: initial;
    gap: 20px;
  }
  .info_details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding: 30px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebe8e8;
    text-align: center;
  }
  .info_details span {
    font-family: Teko;
    letter-spacing: 1px;
    font-size: 20px;
    color: #fcbc03;
  }
  .info_details p {
    font-size: 20px;
  }
  .contact_form {
    border: 1px solid #ebe8e8;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }
  .contact_form .btn {
    border-radius: 0px;
    padding: 15px 20px;
    background-color: #fcbc03;
    font-weight: bold;
  }
  .form_holder {
    border-radius: 5px;
    gap: 5px;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: inherit;
    border: 1px solid #d5d2d2;
    margin-bottom: 10px;
  }
  .form_holder input {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
  }
  .form_holder textarea {
    border: 0px;
    width: 100%;
    background-color: inherit;
    padding: 5px;
    height: 200px;
  }
  /* sign up styling */
  .body_holder {
    padding: 50px;
    background-color: #fcbc03;
    background-image: radial-gradient(rgb(211 158 5) 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form_placeholder {
    padding: 30px;
    width: 500px;
    box-shadow: #000 0px 20px 25px -15px;
    position: relative;
    background-color: #fff;
    background-image: radial-gradient(#e6e6e6 1px, transparent 0);
    background-size: 10px 10px;
    background-position: -1px -1px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .placeholder_logo {
    text-align: center;
  }
  .placeholder_logo span {
    font-weight: bolder;
    color: #fcbc03;
    font-size: 25px;
  }
  .placeholder_logo a {
    color: #fcbc03;
  }
  .placeholder_logo img {
    width: 60px;
    height: auto;
    border: 0;
  }
  .placeholder_form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: sticky;
    overflow: scroll;
    height: 450px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .placeholder_form .btn-primary {
    border-radius: 50px;
    width: max-content;
    background-color: #fcbc03;
    color: #151313;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  .text_field_holder {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #d7d6d6;
    border-radius: 5px;
    padding: 0px 10px;
    margin-bottom: 15px;
  }
  .field_holder {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .text_field_holder .fa {
    color: #fcbc03;
  }
  .placeholder_login_form .btn-primary {
    border-radius: 50px;
    width: max-content;
    background-color: #fcbc03;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  /* sign up styling end here */
}
