#upload {
  opacity: 0;
}

#upload-label {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}

.image-area {
  border: 2px dashed rgba(54,1,80,0.7);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  content: 'Uploaded image result';
  color: #46015e;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
}

input[type=number] {
  -moz-appearance: textfield;
}

.hover-line:hover {
  border-bottom: #ffffff;
  background-color: rgba(232,166,104,0.7);
}

.btn-style504 {
  $btn-color: #dd7e2a;
  $btn-color: #dd7e2a;
}

.container {
}

#our-services .container .card {
  box-shadow: 10px 10px rgb(255,0,0);
}

.feature-list {
  list-style-type: none;
  padding-left: 0;
}

.feature-list li {
  padding: 5px 0;
  margin-left: 20px;
  /*text-indent: -25px;*/
}

.feature-list li i {
  color: #28a745;
  margin-right: 10px;
}

#prices .card:hover {
  background: #3F5EFB;
  background: radial-gradient(circle, rgba(63, 94, 251, 1) 0%, rgba(252, 70, 107, 1) 100%);
  border: solid 2px black;
}

@media (max-width: 450px) {
  #navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    /*background-color: rgba(252,70,107,0.46);*/
    z-index: +9;
  }
}

@media (min-width: 450px) and (max-width: 900px) {
  #navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    /*background-color: rgba(252,70,107,0.46);*/
    z-index: +9;
  }
}

@media (max-width: 450px) and (min-width:900px) {
  #navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    /*background-color: rgba(252,70,107,0.46);*/
    z-index: +9;
  }
}

@media (min-width: 900px) {
  #navbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    /*background-color: rgba(252,70,107,0.46);*/
    z-index: +9;
  }
}

@media (min-width: 900px) {
  #nav {
    position: fixed;
    right: 0;
    top: 20px;
    width: 75%;
    background-color: rgba(255,153,0,0.3);
    color: #1d1106;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    /*border: 1px solid black;*/
    border-radius: 35px 0px 0px 35px;
  }
}

@media (max-width: 450px) {
  #nav:hover {
    /*position: fixed;*/
    /*right: 0;*/
    /*top: 10px;*/
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    /*width: 75%;*/
    /*background-color: rgba(9,122,165,0.67);*/
    background-color: rgba(255,153,0,0.3);
    color: #1d1106;
    backdrop-filter: saturate(180%) blur(10px);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    /*color: #1d1106;*/
    /*border: 1px solid black;*/
    /*border-radius: 20px 0px 0px 20px;*/
  }
}

@media (max-width: 600px) {
  #nav {
    position: fixed;
    right: 0;
    top: 10px;
    width: 30%;
    background-color: rgba(255,107,0,0.55);
    color: #1d1106;
    border-radius: 20px 0px 0px 20px;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  #nav {
    position: fixed;
    right: 0;
    top: 90px;
    width: 100%;
    background-color: rgba(255,107,0,0.55);
    color: #1d1106;
    /*border-radius: 20px 0px 0px 20px;*/
  }
}

.hover-underline {
  text-shadow: 2px -2px #000000;
}

body {
  margin: 0;
  padding: 0;
}

@media (max-width: 550px) {
  .theme {
    height: 1000px;
    zoom: 0.2;
  }
}

@media (min-width: 900px) {
  .theme {
    height: 1100px;
    zoom: 0.3;
  }
}

img {
}

@media (max-width: 450px) {
  .navbar {
    padding: 0;
  }
}

img {
}

img {
}

.card-body {
}

@media (min-width: 800px) {
  .nav-item {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
}

@media (min-width: 451px) {
  #i-number {
    height: 49px;
  }
}

@media (max-width: 450px) {
  #i-number {
    height: 35px;
  }
}

