@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Smooch+Sans:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
}

body {
  background: #131313;
  color: #fff;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

.navbar {
  background-color: #131313;
}

.navbar-brand img {
  filter: invert(1);
}

.navbar .btn {
  background-color: #59008c;
  color: #fff;
}

#banner {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#banner h1 {
  font-family: "Smooch Sans";
  font-size: 70px;
  line-height: 75px;
  background: linear-gradient(to right, #ffffff, #e0aaff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-weight: bold;
}

#banner p {
  font-size: 22px;
  width: 50%;
  margin-inline: auto;
  color: #a1a5bd;
}

.search-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 40px;
  margin-bottom: 10px;
}

.search-bar button {
  outline: none;
  border: none;
  font-size: 15px;
  color: #fff;
  background: #7a00c1;
  padding: 5px 20px;
  height: 70px;
  transition: 0.5s ease-in-out;
}

.search-bar button:hover {
  background: #59008c;
}

.search-bar input {
  background: #191919;
  color: #fff;
  padding: 5px 20px;
  width: 60%;
  height: 70px;
  border: none;
  font-size: 20px;
  border: 1px solid #59008c;
}

.search-bar input:focus {
  outline: none;
  border: 1px solid #59008c;
}

.search-bar input::placeholder {
  color: #fff;
}


.confirm{
  font-size: 16px!important;
  margin-bottom: 20px;
  width: 100%!important;
}

.confirm a{
  text-decoration: none;
  color: #7a00c1;
}

.gradient {
  background: radial-gradient(circle, #59008c, #131313, #131313);
  width: 800px;
  height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
  opacity: 0.5;
  filter: blur(5px);
}

.gradient.one {
  top: 70%;
  left: 0%;
  transform: translate(-50%, -70%) scale(1.5);
}

.gradient.two {
  top: 80%;
  right: 0%;
  transform: translate(50%, -20%) scale(1.5);
}

#features {
  background-color: #151515;
  text-align: center;
  padding-block: 100px;
}

#features h1.section-heading {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

#features p.section-content {
  font-size: 16px;
  color: #a1a5bd;
  width: 30%;
  margin-inline: auto;
  margin-bottom: 50px;
}

.feature-card {
  background: #1f1f1f;
  border: 1px dashed #383838;
  padding: 20px;
  border-radius: 15px;
  text-align: start;
  position: relative;
  height: 100%;
}

.feature-card .row {
  align-items: center;
  height: 100%;
}

.feature-card .heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

.feature-card .content {
  color: #a1a5bd;
  font-size: 15px;
  margin-bottom: 0;
}

.feature-card .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  filter: blur(10px);
}

.feature-card .icon {
  width: 100%;
  height: 100%;
  background-color: #7a00c1;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-card .icon i {
  color: #fff;
  font-size: 80px;
}

.support-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #7a00c1;
  padding: 30px;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: 2;
  position: relative;
}

.support-card h6 {
  font-family: "Smooch Sans";
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 0;
}

.support-card p {
  width: 80%;
  font-size: 15px;
  margin-inline: auto;
}

.support-card img {
  width: 250px;
  margin-bottom: 20px;
}

#result {
  width: 100%;
  padding-top: 120px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

#result .lines{
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    opacity: 0.07;
    transform: scale(1);
}

#result .main-heading {
  font-family: "Smooch Sans";
  font-size: 70px;
  margin-bottom: 0;
  line-height: 65px;
  background: linear-gradient(to right, #ffffff, #e0aaff);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

#result .url {
  font-size: 20px;
}

#result .result-card {
    position: relative;
    z-index: 2;
  background-color: #1f1f1f;
  border: 1px dashed #353535;
  margin: 10px;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#result .result-card .title {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 15px;
}

#result .result-card .status {
  font-size: 30px;
  margin-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
}

#result .result-card .status.up {
  color: #35ce3e;
}

#result .result-card .status.down {
    color: #ce3535;
  }

.divider {
  border-bottom: 1px dashed #353535;
  margin-block: 15px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input {
  color: #fff !important;
}


.z-index{
    position: relative;
    z-index: 2;
}

.ssl-div #ssl_status.success{
  color: #35ce3e!important;
}

.ssl-div #ssl_status.failed{
  color: #ce3535!important;
}

.table-dark{
  --bs-table-bg: #242424!important;
  --bs-table-striped-bg: #2C2C2C!important;
}

#privacy{
  margin-top: 100px;
  padding-inline: 200px;
}

#privacy h2{
  background-color: #7a00c1;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  padding-block: 10px;
  margin-bottom: 20px;
  text-align: center;
}

#privacy h3{
  font-size: 17px;
  color: #a1a5bd;
}

#privacy p, #privacy li{
  font-size: 14px;
  text-align: justify;
  color: #a1a5bd;
}

footer{
  padding-block: 20px;
  text-align: center;
}

footer p{
  font-size: 13px;
  margin-bottom: 0;
}

footer p a{
  text-decoration: none;
  color: #7a00c1;
}

#ns{
  margin-bottom: 0;
  padding: 0;
  text-align: 0;
}

#ns li{
  text-align: left;
}

@media only screen and (max-width: 700px){
  #banner img{
    width: 200px!important;
  }

  #banner h1{
    font-size: 27px;
    line-height: normal;
  }

  #banner p{
    font-size: 15px;
    width: 100%;
  }

  .search-bar{
    width: 100%;
    flex-direction: column;
  }

  .search-bar input{
    height: 50px;
    font-size: 14px;
    width: 100%;
  }

  .search-bar button{
    height: 50px;
    width: 100%;
  }

  #features h1.section-heading{
    font-size: 18px;
  }

  #features p.section-content{
    font-size: 15px;
    width: 100%;
  }

  .feature-card .icon{
    height: autod;
  }

  .support-card h6{
    font-size: 35px;
  }

  .support-card p{
    width: 100%;
  }

  .support-card a{
    margin-bottom: 10px;
    width: 100%;
  }

  #features { 
    padding-block: 60px;
  }

  #result .main-heading{
    font-size: 50px;
    line-height: normal;
  }
  
  .confirm{
    font-size: 11px!important;
    width: 70%!important;
  }

  #privacy{
    padding-inline: 20px;
  }
}

.btn-theme{
  background-color: #7a00c1;
  color: #fff;
  border-color: #7a00c1;
}

.btn-theme:hover{
  background-color: #7a00c1c8;
}