*{
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    /* color: #fff; */
}
html {
  scroll-behavior: smooth;
}
body{
    background: #090040;
    color: #fff;
}
ul{
    margin: 0;
    padding: 0;
}
a:hover{
    color: #ffffff;
    text-transform: none;
}
h1,h2,h3,h4,h5,h6{
     font-family: "Bricolage Grotesque", sans-serif;
}
.container{
    max-width: 1250px;
}
header{
    /* border-bottom: 0px solid #FFD540; */
    background: #090040;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.menuu{
    /* background: #fff; */
    padding: 10px 0px;
}
.social ul{
    margin-bottom: 0;
}
.social ul li{
    display: inline-block;
    margin-right: 13px;
    /* border: 2px solid #131313; */
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 43px;
    border-radius: 5px;
    background: #B13BFF;
}
.social ul li a{
    color: #fff;
}
.fsocial ul li a{
    color: #fff;
}
.fsocial ul li{
    /* border: 2px solid #ffffff; */
}
/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 0;


  }
  .carousel-item{
     position: relative;

  }

  .carousel-item::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, black, transparent);
    z-index: 1;
  }
  .slider-data {
    position: absolute;
    top: 0%;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 50px 100px;
    text-align: center;
    justify-content: center;
    right: 0;
    margin: auto;
    height: 100%;
    z-index: 2;
}
  .slider-data h3 {
    text-align: center;
    font-size: calc(14px + 2vw);
    color: #ffffff;
    text-shadow: 1px 2px 5px #000;
    margin: 0;
}
.slider-data p {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    text-shadow: 1px 2px 5px #000;
    margin: 0;
    font-weight: 400;
    line-height: 30px;
}
.ptb{
    padding: 30px 0px;
}
.btngrpp{
    margin-top: 20px;
}
.cust-btn{
    border: 0px solid #fff;
    padding: 11px 20px;
    color: #fff;
    background: #B13BFF;
}
.blogimg img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    /* border-radius: 20px; */
}
.blogbox{
    /* border: 1px solid #575757; */
    padding: 17px;
    /* box-shadow: 0px 0px 6px 6px #484848; */
    background: #fff;
    margin-bottom: 12px;
    /* border-radius: 20px; */
}
.blogtext{
    /* color: #fff; */
    padding: 10px 0px;
}
.blogtext h3 a{
    color: #2e2e2e;
    /* font-family: "Teko", serif; */
    font-size: 23px;
}
.one{
    background: url('../images/121648-OQ7127-516.jpg');
}
.two{
    background: url('../images/dfs.jpg');
}
.three{
    background: url('../images/sdfdsf.jpg');
}
.adbox{
    /* border: 1px solid #575757; */
    padding: 30px 20px;
    text-align: center;
    background-size: cover;
    /* color: #fff; */
    background-position: center;
}
.adbox i{
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #525252;
    line-height: 49px;
    font-size: 20px;
    margin-bottom: 10px;
}
footer{
    /* padding-top: 50px; */
    background: #111;
    color: #fff;
}
footer ul li{
    list-style: none;
}
footer ul li a{
    color: #fff;
}
.emailbox{
      padding: 70px 50px;
      background: url(../images/shopping-trolleys-with-red-blue-handles.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center bottom;
      border-radius: 20px;
      position: relative;
      z-index: 1;
}
.emailbox::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    background: linear-gradient(356deg, black, #00000000);
    z-index: -1;
}
.middiv{
    padding: 50px 0px;
}
.abt img {
    width: 450px;
    float: left;
    margin-right: 30px;
}
.bread{
    background: #070707;
    padding: 8px 0px;
    /* text-align: center; */
  }
  .bread ul li{
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-right: 13px;
    color: #fff;
  }
  .bread ul li:after{
    position: absolute;
    content: '/';
    margin-right: 10px;
    width: 5px;
    padding: 0px 5px;
    display: inline-block;
  }
  .bread ul li:nth-last-child(1):after{
    content: '';
  }
  .postcat{
    border: 1px solid #575757;
    margin-bottom: 20px;
  }
  .posttext{
    padding: 10px;
  }
  .posttext h4 a{
    font-family: "Teko", serif;
    color: #fff;
  }
  .blogdebox{
    padding: 20px;
    border: 1px solid #575757;
    background: #fff;
  }
  .blogdeboximg img {
    width: 100%;
    margin-bottom: 20px;
  }
  .latestblogs{
    padding: 20px;
    border: 1px solid #575757;
    background: #fff;
  }
  .post-box {
    display: flex;
    margin-bottom: 20px;
    align-items: center;

}
.p-img img {
    width: 100px;
    margin-right: 10px;
    height: 100px;
    border-radius: 0;
}
.conform{
    padding: 20px;
    border: 1px solid #575757;
}
.conform input{

    background: transparent;
    border-radius: 0;
    height: 50px;
}
.conform textarea{
    background: transparent;
    border-radius: 0;
    height: 100px;
}
/* .blogdeboxtext h3,
.blogdeboxtext h2,
 .blogdeboxtext h4,
  .blogdeboxtext h5,
   .blogdeboxtext h5,
   .blogdeboxtext p,
   .blogdeboxtext strong,
    .blogdeboxtext li,
    .blogdeboxtext h1
    {color: #fff !important;} */

.pointd{
    background: #090040;
    padding: 50px 0px;
}
.adtext{
    padding: 30px 15px;
    background: #ffffffdb;
}
.latrest{
    background: #f2f2f2;
}
.p-text a{
    color: #111;
}
 .blogdeboxtext{word-wrap: break-word;}
    .blogdeboxtext ul,  .blogdeboxtext ol{padding-left:20px;}


.home{
    background: url('../images/bgback.jpg');
    background-size: cover;
    position: relative;
    z-index: 1;
}
.home:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, black, transparent);
    top: 0;
    left: 0;
    z-index: -1;
}
.home .blogimg img {

    height: 125px;
}
.home .blogtext h3{
    font-size: 16px;
}
.home .cad{
    background: #fff;
}

#contact-form input{
    height: 50px;
}
.bannersection{
    background: url('../images/bgback.jpg') center center;
    background-size: cover;
    padding: 100px 0px;
    position: relative;
    z-index: 1;
}
.bannersection::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(4deg, black, transparent);
     z-index: -1;
}
.feature-card {
      background-color: #17132e;
      border-radius: 10px;
      padding: 25px;
      height: 100%;
      color: #e0e0e0;
    }

    .feature-card i {
      font-size: 1.5rem;
      margin-bottom: 10px;
      background-color: #b13bff;
      padding: 10px;
      border-radius: 10px;
      color: #ffffff;
      width: 50px;
      text-align: center;
      height: 50px;
      line-height: 30px;
    }

    .feature-title {
      /* font-weight: 600; */
      font-size: 1.6rem;
      margin-bottom: 10px;
      font-family: "Bricolage Grotesque", sans-serif;
    }

    .feature-card ul {
      padding-left: 0;
    }

    .feature-card ul li {
      text-align: left;
      list-style: none;
      position: relative;
      padding-left: 1.4rem;
      margin-bottom: 6px;
    }

    .feature-card ul li::before {
      content: "\f00c";
      font-family: "Font Awesome 5 pro";
      font-weight: 900;
      position: absolute;
      left: 0;
      color: #3ddc84;
    }
    .pointd .card{
        background: #b13bff;
        padding: 20px 20px;
        padding-top: 70px;
    }
   .pointd .card i{
    color: #b13bff;
    font-size: 29px;
    margin-bottom: 10px;
    background: #fff;
    /* display: inline-block; */
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    border-radius: 0px 0px 10px 0px;
    line-height: 57px;
   }
   .pointd .card h6{
    color: #fff;
    font-size: 21px;
   }
    .pointd .card small{
    color: #fff;
   }
   .step {
    display: flex;
    margin-bottom: 2rem;
}
.step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background-color: #b13bff;
    color: white;
    /* font-weight: 700; */
    font-size: 1.25rem;
    flex-shrink: 0;
}
.step-content {
    margin-left: 1.25rem;
}
#guide{
    padding: 70px 0px;
}
.step-info-box {
    background-color: rgba(41, 41, 41, 0.6);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-top: 0.75rem;
}
 /* Links Section */
        .links-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        .link-card {
            background-color: rgba(41, 41, 41, 0.4);
            border: 1px solid var(--color-dark-lighter);
            border-radius: 0.75rem;
            padding: 1.5rem;
            transition: all 0.3s ease;
            margin-bottom: 20px;
        }

        .link-card:hover {
            border-color: var(--color-primary);
            transform: translateY(-3px);
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.3);
        }

        .link-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.25rem;
        }

        .link-title-container {
            display: flex;
            align-items: center;
        }

        .link-icon {
            background: rgb(177 59 255);
            /* color: var(--color-primary); */
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 0.75rem;
        }

        .link-title {
            font-size: 1.125rem;
            /* font-weight: 600; */
        }

        .link-subtitle {
            font-size: 0.75rem;
            color: var(--color-gray-400);
        }

        .link-status {
            background-color: #b13bff;
            color: #fff;
            font-size: 0.75rem;
            /* font-weight: 600; */
            padding: 0.25rem 0.75rem;
            border-radius: 9999px;
            display: flex;
            align-items: center;
        }

        .link-status-dot {
            width: 0.25rem;
            height: 0.25rem;
            background-color: #fff;
            border-radius: 50%;
            margin-right: 0.25rem;
        }

        .link-url-container {
            background-color: var(--color-dark);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 0.375rem;
            padding: 0.75rem 1rem;
            font-family: monospace;
            font-size: 0.9375rem;
            position: relative;
            word-break: break-all;
        }

        .link-copy-button {
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            background: none;
            border: none;
            color: var(--color-gray-500);
            cursor: pointer;
            padding: 0.25rem;
            border-radius: 0.25rem;
            transition: all 0.2s ease;
            display: none;
        }

        .link-copy-button:hover {
            color: var(--color-gray-300);
            background-color: var(--color-gray-800);
        }

        .link-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 1rem;
            font-size: 0.75rem;
        }

        .link-verified {
            display: flex;
            align-items: center;
            color: var(--color-success);
        }

        .link-uptime {
            background-color: #b13bff;
            /* color: var(--color-primary); */
            padding: 0.25rem 0.5rem;
            border-radius: 9999px;
        }

        .link-warning {
            background-color: rgba(18, 18, 18, 0.4);
            border: 1px solid rgba(74, 20, 140, 0.3);
            border-radius: 0.375rem;
            padding: 0.75rem;
            margin-top: 1rem;
            font-size: 0.75rem;
            color: var(--color-gray-300);
        }

        .link-warning-label {
            color: var(--color-primary);
            font-weight: 500;
            display: block;
            margin-bottom: 0.25rem;
        }
        .pgp-key {
    background-color: var(--color-dark);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.375rem;
    padding: 1rem;
    font-family: monospace;
    font-size: 0.75rem;
    height: 12rem;
    overflow-y: auto;
    white-space: pre-wrap;
}
.pgp-fingerprint {
    font-size: 0.75rem;
    color: var(--color-gray-400);
    margin-top: 0.5rem;
}
.verification-command {
    background-color: #111;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-family: monospace;
    font-size: 0.75rem;
}
.warning-box {
    background-color: rgb(255 61 0);
    border: 1px solid rgba(255, 171, 0, 0.3);
    border-radius: 0.375rem;
    padding: 0.875rem;
    margin-top: 1rem;
}
.verification-steps{
    padding-left: 20px;
}
.blogtext p{
    color:#111
}
.warning-text{
    font-size: 13px;
}

#main {
  margin: 50px 0;
}

#main #faq .card {
  margin-bottom: 6px;
  border: 0;
  border-radius: 0 !important;
  background: transparent;
}

#main #faq .card .card-header {
  border: 0;

  border-radius: 0;
  padding: 0;
}

#main #faq .card .card-header .btn-header-link {

  display: block;
  text-align: left;
  background: #2d2d2d;
  color: #fff;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 pro';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #2d2d2d;
  color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: transparent;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
  background: transparent;
}

#main #faq .card .collapse.show {
  background: #111;
  line-height: 30px;
  color: #fff;
}
#links{
    padding: 70px 0px;
}
.process ul li{
    list-style: none;
    background: #b13bff;
    margin-bottom: 10px;
    padding: 20px;
    display: inline-block;
    width: 33%;
    min-height: 89px;
    vertical-align: middle;
}
.link-url-container a{
    color:#fff;
}

@media only screen and (max-width: 600px) {
    .social{
        text-align: center;
        margin-bottom: 20px;
        display: none;
    }
    .slider-data{
        display: none;
    }
    .emailbox {
        padding: 20px 18px;
    }
    .stellarnav .menu-toggle{
        padding: 8px;
    }
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 20px;
    }
    .abttext{
        margin-bottom: 20px;
    }
  }
  @media (max-width: 545px) {
    .carousel-inner img{
            height: 350px;
    }
    .links-grid{
        display :block !important;
    }
    .process ul li{
        width:100%;
    }
    #contact-form .input-group {
    width:100% !important;
}
}
 
