.desktop-view {
  display: block;
}

.mobile-view {
  display: none;
}

.m0 {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  margin: 0px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.6s ease;
  height: 8%;
  padding: 20px;
}
.navigation .logo-text a {
  text-decoration: none;
  color: #fdfdfd;
  font-size: 180%;
  letter-spacing: 2px;
}
.navigation .collapse {
  color: white;
}
.navigation .nav-link {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-right: 20px;
  color: rgb(255, 255, 255);
}
.navigation .nav-button {
  margin-right: -50px;
}
.navigation .nav-button .collapse-white {
  display: block;
}
.navigation .nav-button .collapse-black {
  display: none;
}
.navigation .nav-button img {
  width: 70px;
}

.nav-categories {
  border-top: 5px solid rgb(255, 180, 40);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  display: none;
  width: 20%;
  height: 100vh;
  text-align: center;
  background-color: white;
  position: fixed;
  right: 0;
  z-index: 2000;
  transition: opacity 1s;
}
.nav-categories .nav-button .collapse-black {
  margin-right: 27px;
  margin-top: 15px;
  display: block;
  position: fixed;
  right: 0;
}
.nav-categories .nav-button img {
  margin: 30px;
  width: 70px;
}
.nav-categories ul {
  margin-top: 13vh;
  padding: 0px;
  list-style: none;
}
.nav-categories ul li {
  margin-top: 1.5vh;
  font-weight: 600;
}
.nav-categories a {
  text-transform: uppercase;
  color: black;
  text-decoration: none;
}
.nav-categories .socials {
  margin-top: 30vh;
  color: white;
  text-align: center;
}
.nav-categories .socials a {
  display: inline-block;
}
.nav-categories .socials img {
  width: 25px;
  cursor: pointer;
  margin-left: 15px;
}

.navigation.scrolled {
  border-top: 5px solid rgb(255, 169, 40);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: rgba(244, 244, 244, 0.8); /* Set the background color when scrolled */
}
.navigation.scrolled .nav-button .collapse-white {
  display: none;
}
.navigation.scrolled .nav-button .collapse-black {
  display: block;
}
.navigation.scrolled .logo-text a {
  color: #000000;
}

.landingpage {
  height: 100vh;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url(../img/bg/landing.jpg);
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.landintro {
  position: relative;
  justify-content: center;
  padding-top: 35vh;
  width: 100%;
  text-align: center;
}
.landintro h5 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 30px;
}
.landintro h1 {
  font-family: "Playwrite NG Modern", cursive;
  color: #ffffff;
  font-size: 80px;
  font-weight: 900;
  letter-spacing: 2px;
}
.landintro > a {
  text-decoration: none;
  color: white;
}
.landintro .btn {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 20px 50px;
  margin-top: 90px;
  transition: 0.5s;
}
.landintro .btn a {
  text-decoration: none;
  color: #ffffff;
}
.landintro .btn:hover {
  background-color: #ffffff;
}
.landintro .btn:hover a {
  color: rgb(255, 180, 40);
}

.catchphrases {
  text-align: center;
  font-size: 50px;
  color: orange;
  font-weight: 800;
}

.work-dash {
  padding-top: 30px;
  margin: 0px;
  height: 10vh;
  margin-bottom: auto;
  background-color: #06687e;
  color: white;
}
.work-dash h5 {
  font-size: smaller;
}

#about {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: white;
  background-size: cover;
  min-height: auto;
}
#about .about-img {
  width: 300px;
  height: auto;
  border-radius: 20px;
}
#about .about-content {
  padding-top: 5%;
}
#about h5 {
  font-family: "Playwrite NG Modern", cursive;
  color: #ff9100;
  opacity: 1;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 0px;
  margin: 0px;
}
#about h2 {
  font-family: "Playwrite NG Modern", cursive;
  color: rgb(138, 137, 138);
  font-weight: 200;
  margin: 0px;
  padding: 0px;
  font-size: 70px;
}
#about h3 {
  color: black;
  font-weight: 100px;
  line-height: 50px;
  margin: 0px;
  padding: 0px;
  font-size: 30px;
}
#about .link {
  margin: 0 auto;
}
#about .link h5 {
  padding: 10px 10px;
  color: white;
  font-weight: 600;
  letter-spacing: 8px;
  border: 3px solid white;
  cursor: pointer;
  text-decoration: none;
  transition: 0.5s ease-in;
}
#about .link h5:hover {
  background-color: white;
  color: black;
}

#service {
  margin: 0px;
  padding: 0px;
  height: auto;
}
#service .row {
  margin: 0 auto;
}
#service .service-title {
  text-align: center;
  font-size: 30px;
  color: orange;
  font-weight: 800;
}
#service h5 {
  font-family: "Playwrite NG Modern", cursive;
  font-size: 40px;
  text-align: center;
  color: rgb(116, 116, 116);
  font-weight: 800;
  margin-top: 60px;
  margin-bottom: 60px;
}
#service .ser1 {
  background-image: url("../img/services/tarotcardreading.jpg");
  background-size: cover;
  background-repeat: none;
}
#service .ser2 {
  background-image: url("../img/services/crystals.jpg");
  background-size: cover;
  background-repeat: none;
}
#service .ser3 {
  background-image: url("../img/services/spiritualhealing.jpg");
  background-size: cover;
  background-repeat: none;
}
#service .ser4 {
  background-image: url("../img/services/otherremedies.jpg");
  background-size: cover;
  background-repeat: none;
  background-position: bottom;
}
#service .ser1, #service .ser2, #service .ser3, #service .ser4 {
  text-align: center;
  height: 40vh;
}
#service .ser1 h3, #service .ser2 h3, #service .ser3 h3, #service .ser4 h3 {
  color: #fdfdfd;
  padding-top: 20px;
  font-size: 50px;
}

#pricing h4 {
  color: Red;
  font-size: 50px;
  text-align: center;
  font-weight: 800;
}
#pricing h5 {
  font-family: "Playwrite NG Modern", cursive;
  font-size: 40px;
  text-align: center;
  color: rgb(116, 116, 116);
  font-weight: 800;
  margin-top: 60px;
  margin-bottom: 60px;
}
#pricing .paymenticon {
  width: 20%;
}
#pricing #pricing-img {
  height: 20vh;
  background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.7), rgba(0, 0, 0, 0.3)), url(../img/bg/laptop.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
#pricing #pricing-img .sub-heading {
  position: absolute;
  margin-top: 50px;
  left: 20%;
  width: 100%;
  text-align: center;
}
#pricing #pricing-img .sub-heading h4 {
  color: white;
}
#pricing #pricing-img .sub-heading h5 {
  font-family: "Playwrite NG Modern", cursive;
  font-size: 40px;
  text-align: center;
  color: rgb(116, 116, 116);
  font-weight: 800;
  margin-top: 60px;
  margin-bottom: 60px;
}
#pricing #ending {
  text-align: center;
}

#testimonial #testimonial-img {
  height: 20vh;
  background-image: linear-gradient(to bottom, rgba(41, 41, 41, 0.7), rgba(0, 0, 0, 0.3)), url(../img/bg/laptop.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}
#testimonial #testimonial-img .sub-heading {
  position: absolute;
  margin-top: 50px;
  left: 20%;
  width: 100%;
  text-align: center;
}
#testimonial #testimonial-img .sub-heading h4 {
  color: white;
}
#testimonial #testimonial-img .sub-heading h5 {
  font-size: 40px;
  color: orange;
  font-weight: 800;
}
#testimonial h4 {
  color: Red;
  font-size: 50px;
  text-align: center;
  font-weight: 800;
}
#testimonial h5 {
  color: orange;
  font-size: 20px;
  text-align: center;
  font-weight: 800;
}
#testimonial .carousel .carousel-indicators li {
  background-color: gray;
}
#testimonial .carousel .carousel-indicators li.active {
  background-color: orange;
}
#testimonial .carousel .carousel-control-next,
#testimonial .carousel .carousel-control-prev {
  background-color: grey;
  height: 40px;
  top: 40%;
  width: 40px;
  margin: 40px;
}
#testimonial .carousel .carousel-item {
  margin-top: 70px;
  width: 100%;
  height: 50vh;
}
#testimonial .carousel .carousel-item .img-fluid {
  width: 100px;
  height: 100px;
  border-radius: 150px;
  border: 5px solid orange;
}
#testimonial .carousel .carousel-item .carousel-caption {
  margin: 0 auto;
  text-align: center;
  top: 20%;
  width: 40%;
  color: grey;
}
#testimonial .carousel .carousel-item .carousel-caption h4 {
  color: Red;
  font-size: 50px;
  text-align: center;
  font-weight: 800;
}
#testimonial .carousel .carousel-item .carousel-caption h5 {
  margin-top: 30px;
}
#testimonial .carousel .carousel-item .carousel-caption h6 {
  color: #ff9100;
}
#testimonial .carousel .carousel-item .carousel-caption .nocolor {
  color: #555;
  font-weight: 800;
}

.contactus {
  background-color: #222222;
  height: auto;
  border-bottom: 5px solid rgb(255, 169, 40);
  color: white;
  margin: 0px;
  padding: 90px 30px;
}
.contactus a {
  text-decoration: none;
}
.contactus .col {
  padding-left: 50px;
}
.contactus .container {
  margin: 0 auto;
}
.contactus .contactimg {
  margin-right: 20px;
}
.contactus img {
  width: 20px;
}
.contactus .imgfivestar {
  width: 100px;
}
.contactus .imgfiverr {
  width: 100px;
}
.contactus .imggoogle {
  width: 100px;
}
.contactus .copyright {
  margin-top: 20px;
  height: auto;
  text-align: center;
}
.contactus input[type=submit] {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 10px 20px;
  transition: 0.5s;
}
.contactus input[type=submit]:hover {
  background-color: #ffffff;
  color: rgb(255, 180, 40);
}
.contactus input[type=text],
.contactus input[type=tel],
.contactus input[type=email],
.contactus textarea {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: orange;
  border-bottom: 2px solid rgb(255, 255, 255);
  outline: none;
  transition: 0.5s;
  padding: 5px;
  width: 100%;
}
.contactus input[type=text]:focus,
.contactus input[type=tel]:focus,
.contactus input[type=email]:focus,
.contactus textarea:focus {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: orange;
  border-bottom: 2px solid rgb(255, 153, 0);
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1500; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.fade-in {
  display: block !important; /* Ensure the target division is visible */
  opacity: 1; /* Set opacity to 1 to make it visible */
}

#ending .socials img {
  width: 30px;
  margin: 20px;
}

/*asdasd
s

ss
s
s
s
s
s
s
s
s
s
s
s
ss
s
s
s
s
s
s
s
s
s
s
ss
s
s
s
s
s
s
s
s
s
ss

*/
@media only screen and (max-width: 768px) {
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .mobile-view video {
    width: 100%;
  }
  .mobile-view .nocolor h5 {
    display: block;
    width: 100%;
    font-size: 1px;
  }
  /* Navigation adjustments for mobile view */
  .navigation {
    height: auto;
    padding: 15px;
  }
  .navigation .logo-text a {
    margin-left: -30px;
    font-size: 120%;
  }
  .navigation .nav-button {
    padding-right: 100px;
    margin-top: -29px;
  }
  .navigation .nav-button img {
    width: 50px;
  }
  .nav-categories {
    border-top: 5px solid rgb(255, 180, 40);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    display: none;
    width: 40%;
    height: 100vh;
    text-align: center;
    background-color: white;
    position: fixed;
    right: 0;
    z-index: 2000;
    transition: opacity 1s;
  }
  .nav-categories .nav-button .collapse-black {
    margin-right: -1px;
    margin-top: 10px;
    display: block;
    position: fixed;
    right: 0;
  }
  .nav-categories .nav-button img {
    width: 50px;
  }
  .nav-categories ul {
    margin-top: 13vh;
    padding: 0px;
    list-style: none;
  }
  .nav-categories ul li {
    margin-top: 1.5vh;
    font-weight: 600;
  }
  .nav-categories a {
    text-transform: uppercase;
    color: black;
    text-decoration: none;
  }
  .nav-categories .socials {
    margin-top: 30vh;
    color: white;
    text-align: center;
  }
  .nav-categories .socials a {
    display: inline-block;
  }
  .nav-categories .socials img {
    width: 25px;
    cursor: pointer;
    margin-left: 15px;
  }
  /* Landing page adjustments for mobile view */
  .landingpage {
    height: 100vh;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
  }
  .landingpage .btn {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 5px 50px;
    margin: 10px;
    transition: 0.5s;
  }
  .landingpage .btn a {
    text-decoration: none;
    color: #ffffff;
  }
  .landingpage .btn:hover {
    background-color: #ffffff;
  }
  .landingpage .btn:hover a {
    color: rgb(255, 180, 40);
  }
  .landintro {
    padding-top: 150px;
    left: 0%;
    text-align: center;
  }
  .landintro h5 {
    font-size: 15px;
  }
  .landintro h1 {
    font-size: 30px;
    line-height: 50px;
  }
  .landintro .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  #about {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #ececed;
    background-size: cover;
    min-height: auto;
  }
  #about .about-img {
    width: 50%;
  }
  #about h5 {
    color: #ff9100;
    opacity: 1;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0px;
    margin: 0px;
  }
  #about h2 {
    color: white;
    margin: 0px;
    padding: 0px;
    font-size: 70px;
  }
  #about h3 {
    color: black;
    font-weight: 100px;
    line-height: 50px;
    margin: 0px;
    padding: 0px;
    font-size: 30px;
  }
  #about .link {
    margin: 0 auto;
  }
  #about .link h5 {
    padding: 10px 10px;
    color: white;
    font-weight: 600;
    letter-spacing: 8px;
    border: 3px solid white;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s ease-in;
  }
  #about .link h5:hover {
    background-color: white;
    color: black;
  }
  .link h5 {
    margin-left: 20px;
    padding: 10px 10px;
    color: white;
    font-weight: 600;
    letter-spacing: 8px;
    border: 3px solid white;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s ease-in;
  }
  .link h5:hover {
    background-color: white;
    color: black;
    text-decoration: none;
  }
  #about {
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #ececed;
    background-size: cover;
    min-height: auto;
  }
  #about h5 {
    margin-top: 30px;
    font-size: 18px; /* Adjusted font size for mobile */
  }
  #about h2 {
    margin-top: 40px;
    font-size: 40px;
    color: #3a3a3a; /* Adjusted font size for mobile */
  }
  .about-img {
    margin-bottom: 50px;
  }
  #about h3 {
    font-size: 20px; /* Adjusted font size for mobile */
    line-height: 30px; /* Adjusted line height for mobile */
  }
  #about .link {
    text-align: center; /* Center align the links */
  }
  #about .link h5 {
    padding: 8px 10px; /* Adjusted padding for mobile */
    font-size: 14px; /* Adjusted font size for mobile */
  }
  #service h5 {
    margin: 40px 0px;
    font-size: 30px;
  }
  #service .ser1, #service .ser2, #service .ser3, #service .ser4 {
    text-align: center;
  }
  #service .ser1 h3, #service .ser2 h3, #service .ser3 h3, #service .ser4 h3 {
    font-size: 25px;
    text-shadow: h-shadow v-shadow blur-radius color;
    padding-left: 0px;
  }
  #service .contact {
    text-align: center;
    color: #3a3a3a;
    padding-left: 0px;
  }
  #pricing h4 {
    color: Red;
    font-size: 50px;
    text-align: center;
    font-weight: 800;
  }
  #pricing h5 {
    font-family: "Playwrite NG Modern", cursive;
    font-size: 40px;
    text-align: center;
    color: rgb(116, 116, 116);
    font-weight: 800;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #pricing .paymenticon {
    width: 30%;
  }
  #pricing #pricing-img {
    padding-top: 1vh; /* Adjust padding for better positioning on mobile */
  }
  #pricing #pricing-img .sub-heading {
    position: absolute;
    margin-top: 5%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #pricing #pricing-img .sub-heading h4 {
    font-size: 20px;
    color: white;
  }
  #pricing #pricing-img .sub-heading h5 {
    font-size: 40px;
    color: orange;
    font-weight: 800;
  }
  #testimonial #testimonial-img {
    padding-top: 1vh; /* Adjust padding for better positioning on mobile */
  }
  #testimonial #testimonial-img .sub-heading {
    position: absolute;
    margin-top: 5%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #testimonial #testimonial-img .sub-heading h4 {
    font-size: 20px;
    color: white;
  }
  #testimonial #testimonial-img .sub-heading h5 {
    font-size: 40px;
    color: orange;
    font-weight: 800;
  }
  #testimonial h4 {
    color: Red;
    font-size: 50px;
    text-align: center;
    font-weight: 800;
  }
  #testimonial h5 {
    color: orange;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
  }
  .carousel-control-next,
  .carousel-control-prev {
    display: none;
  }
  .contactus {
    background-color: #222222;
    height: auto;
    border-bottom: 5px solid rgb(255, 169, 40);
    color: white;
    margin: 0px;
  }
  .contactus a {
    text-decoration: none;
  }
  .contactus .col {
    padding-left: 5px;
    margin-bottom: 20px;
  }
  .contactus .contactimg {
    padding-top: 15px;
    margin-right: 20px;
  }
  .contactus .container {
    margin: 0 auto;
  }
  .contactus .map {
    width: 100%;
  }
  .contactus .contactimg {
    margin-top: -15px;
  }
  .contactus img {
    width: 20px;
    margin-top: 20px;
  }
  .contactus .imgfivestar {
    width: 100px;
  }
  .contactus .imgfiverr {
    width: 100px;
  }
  .contactus .imggoogle {
    width: 100px;
  }
  .contactus .copyright {
    margin-top: 20px;
    height: auto;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */