* {
  list-style-type: none;
  outline: none !important;
  margin: 0;
  padding: 0;
}

a {
  border: none;
  outline: none;
  text-decoration: none !important;
}

textarea:focus, input:focus {
  outline: none;
}

textarea, input {
  border: none;
}

:root {
  --c1: white;
  --c2: black;
  --c3: transparent;
  --c4: #f9fafb;
  --c5: rgb(25, 25, 26);
  --c6: black;
  --c7: #201f1e9a;
  --clr-bg: hsl(323 21% 16%);
}

.cursor {
  cursor: pointer;
}

.w-90 {
  width: 90%;
}

.w-10 {
  width: 10%;
}

.w-20 {
  width: 20%;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-47 {
  width: 47%;
}

.w-48 {
  width: 48%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}
.w-95 {
  width: 95%;
}

.h-10 {
  height: 10%;
}

.h-20 {
  height: 20%;
}

.h-30 {
  height: 30%;
}

.h-40 {
  height: 40%;
}

.h-60 {
  height: 60%;
}

.h-70 {
  height: 70%;
}

.h-80 {
  height: 80%;
}

.h-90 {
  height: 90%;
}
.h-95 {
  height: 95%;
}

.border {
  border: 1px solid var(--c2);
  border-radius: 8px 0 0 8px;
}

.border-b {
  border-bottom: 1px solid var(--c2);
}

.border-t {
  border-top: 1px solid var(--c6);
}

.text-bolder {
  font-weight: bolder;
}

.text-bold {
  font-weight: bold;
}

.text-silver {
  color: silver;
}

.text-diamond {
  color: teal;
}

.text-gold {
  color: gold;
}

.sans-serif {
  font-family: sans-serif;
}

.text-underline {
  text-decoration: underline;
}

.border-neon {
  box-shadow: 0 0 5px #03e9fa, 0 0 25px #03e9fa, 0 0 50px #03e9fa, 0 0 200px rgba(3, 233, 250, 0.2862745098);
}

.btn-neon {
  background: #03e9fa;
  box-shadow: 0 0 5px #03e9fa, 0 0 25px #03e9fa, 0 0 50px #03e9fa, 0 0 200px rgba(3, 233, 250, 0.2862745098);
}

.btn-glass {
  background: var(--c5);
  box-shadow: 0 0 5px rgba(3, 233, 250, 0.1725490196), 0 0 25px rgba(3, 233, 250, 0.1725490196), 0 0 50px rgba(3, 233, 250, 0.1725490196), 0 0 200px rgba(3, 233, 250, 0.2862745098);
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--c1);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--c2);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c5);
}

.bgpic {
  background: url("../images/black.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg1 {
  background: var(--c1);
}

.bg2 {
  background: var(--c2);
}

.bgimg {
  background: url("images/bg7.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg3 {
  background: var(--c3);
}

.bg4 {
  background: var(--c4);
}

.bg5 {
  background: var(--c5);
}

.bg6 {
  background: var(--c6);
}

.color1 {
  color: var(--c1);
}

.color2 {
  color: var(--c2);
}

.color3 {
  color: var(--c3);
}

.color4 {
  color: var(--c4);
}

.color5 {
  color: var(--c5);
}

.color6 {
  color: var(--c6);
}

.textRight {
  text-align: right;
  justify-self: end;
  float: right;
}

.hover2:hover {
  background: var(--c5);
}

.margA {
  margin: 0 auto;
}

.top {
  margin-top: 200px;
}

.bottom {
  margin-bottom: 120px;
}

.text-right {
  text-align: right;
}

.right {
  float: right;
}

.aic {
  align-items: center;
}

.hx-100 {
  height: 100vh;
}

.cursor-pointer {
  cursor: pointer;
}

.d-flexx {
  display: flex;
  flex-wrap: wrap;
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 99;
}

nav .img .header-font{font-size: 25px;}
nav .navs {
  display: flex;
}
nav .logo {
  display: none;
}
nav .links-x-buttons {
  display: flex;
}
nav .links {
  display: flex;
}
nav .links .link {
  font-size: 18px;
  font-weight: 200;
  font-family: sans-serif;
}
nav .links .link:hover {
  color: var(--c2);
}
nav .nav-buttons button {
  border: 0;
  border-radius: 5px;
}

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

/* Dropdown Button */
.dropbtn {
  background-color: var(--c3);
  color: white;
  font-weight: bolder;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: var(--c3);
}


header .svg-x-search .search {
  border-radius: 5px;
  box-shadow: 1px 1px 5px #000;
  margin: 0 auto;
}
header .svg-x-search .search input {
  width: 80%;
  border-radius: 5px 5px 5px 5px;
}
header .svg-x-search .search button {
  width: 20%;
  border: 0;
}

.services .card-holder {
  display: flex;
  flex-wrap: wrap;
}
.services .card-holder .service-card {
    width: 30%;
    height: 250px;
  box-shadow: 2px 2px 5px black;
  border-radius: 12px;
}
.services .card-holder .service-card .text {
  border-radius: 0px 0px 12px 12px;
}
.services .card-holder .service-card .text p {
  font-family: sans-serif;
}

.imge {
  position: relative;
}
.imge .text {
  position: absolute;
  background: rgba(0, 0, 0, 0.3215686275);
  top: 0;
  right: 0;
}
.imge .text .desc {
  bottom: 0;
  position: absolute;
}


.card-title {
  color: #db0075;
}
.card-text {
  color: #17E6E6;
}
.list-inline-item {
  color: #ffd700
}
.price {
  color: #9B1B30;
}
.btn-pink {
  background-color: #fcb2b2 !important;
}
.blog-post{
  margin-top: 30px;
  height: 130px;
}
.blog-post img{
  height: 100%;
}
@media screen and (max-width: 800px) {
  .bottom{margin-bottom: 80px;}
  .full{width: 100% !important;}
  nav {
    background: var(--c1);
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  nav .navs {
    background: var(--c1);
    display: block;
    width: 100%;
  }
  nav .navs .logo-x-icon {
    width: 100%;
  }
  nav .navs .logo-x-icon .logo {
    display: block;
    width: 30%;
    height: 30%;
  }

  nav .navs .logo-x-icon .logo .close-btn {
    display: none;
    width: 60px;
    height: 60px;
  }

  nav .navs .links-x-buttons {
    display: none;
    transition: 1s;
    background: var(--c1);
  }
  nav .navs .links-x-buttons .links {
    display: block;
  }
  nav .navs .links-x-buttons .links .link {
    color: var(--c6);
  }
  header {
    margin-top: 200px;
  }
  /* .services .card-holder {
    margin-top: 60px;
  } */
  .services .card-holder .service-card {
    width: 80%;
  box-shadow: 2px 2px 5px black;
  border-radius: 12px;
}
.blog-post{
  margin-top: 30px;
  height: 300px;
}
.blog-post img{
  height: 70%;
}
.blog-post .text{
  height: 30%;
}
}/*# sourceMappingURL=index.css.map */