* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  }

body { 
  min-height: 100vh; 
  display: flex;
  flex-direction: column; 
}



  html {
    scroll-behavior: smooth;
  }

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  pointer: cursor;
}

ul, li {
  list-style: none;
  text-decoration: none;
  color: #d7d8d4;
}

hr {
  width: 90vw;
 padding: 0 2vw 0 2vw;
  height: 2px;
  }

section {
  height: auto;
  justify-content: center;
  text-align: center;
}

section h1 {
  padding: 10px;
  color: #d7d8d4;
}

video {
  max-width: 100%;
  height: auto;
  background-attachment: cover;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

form input {
  margin: 10px;
  padding: 10px;
  width: 50%;
  border-radius: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.container {
  max-width: 100vw;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: Arial;
}

.container img {
  width: 100%; 
  height: auto;
  border-radius: 2%;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.centered h1 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

.text-block {
  font-size: 2;
  line-height: 1.5;
  position: absolute;
  top: 1%;
  bottom: 1%;
  right: 1%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  margin-left: 50%;
  padding: 2% 1% 1%	1%;
  border-radius: 2%;
  -webkit-border-radius: 2%;
  -moz-border-radius: 2%;
  -ms-border-radius: 2%;
  -o-border-radius: 2%;
}

.text-block-left {
  font-size: 2;
  line-height: 1.5;
  position: absolute;
  top: 1%;
  bottom: 1%;
  left: 1%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  margin-right: 50%;
  padding: 2% 1% 1%	1%; 
  border-radius: 2%;
}


.licorice-regular {
  font-family: "Licorice", serif;
  font-weight: 400;
  font-style: normal;
}


.roboto-light {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.roboto-medium {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 400;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 700;
}

.services-hero {
  background-color: black;
  height: 35vh;
  width: auto;
  background-repeat: no-repeat;
}

.hero-blog {
  height: auto;
}

.reviews-one,
.reviews-two,
.promo-line {
  height: 50vh;
  width: 100vw;
}

.blog-intro {
  background-color: #000;
  color: #fff;
}

.blog-hero-image {
  background-color: #000
}

.services-hero,
.blog-hero-image img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}


.hero-blog img {
  background-repeat: no-repeat;
  width: 100vw;
  height: auto;
}

.services-title {
  z-index: 5;
  color: #fff;
  padding: 10px;
}

.subtitle {
  font-style: italic;
}

p {
  font-family: verdana;
  font-size: 20px;
}

#menu-btn {
  position: absolute;
  top: -100%;
  left: -100%;
}
/* Hide hamburger for bigger screens */
.menu-icon {
  visibility: hidden;
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 250px;
  margin-right: 2rem;
}


#navbar {
  z-index: 999;
  font-family: sans-serif;
  font-weight: bold;
  position: sticky;
  top: 0;
  overflow: hidden;
  background: -webkit-linear-gradient(
    150deg,
    #ef2f88 23%,
    #8843f2 90%,
    #8843f2 100%
  );
  padding-right: 5px;
}

/* Navbar links */
#navbar a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

#navbar a.active {
  background-color: #04AA6D;
  color: white;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: red;
}

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: red;
  width: 100%;
  z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 0;
}

/* Page content */
.content {
  padding: none;
}

.hero {
  height: 100vh;
  background: -webkit-linear-gradient(
    150deg,
    #ef2f88 23%,
    #8843f2 90%,
    #8843f2 100%
  );
  text-align: center;
  color: white;
  }

.hero-image {
  z-index: 100;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("hero.jpg");
	background-size: cover;   
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.title {
  font-weight: bold;
  text-align: center;
  background: -webkit-linear-gradient(
    150deg,
    #ef2f88 23%,
    #8843f2 90%,
    #8843f2 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title1 h1{
  font-family: "Lucinda", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.hero-title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}


.hero-title h1 {
  z-index: 99;
  font-family: sans-serif;
  font-size: 4rem;
  background: -webkit-linear-gradient(
    150deg,
    #ef2f88 23%,
    #8843f2 90%,
    #8843f2 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services-title p,
.hero-title p,
button {
  z-index: 98;
  font-size: 0.8rem;
  margin: 1px;
  margin-bottom: 1px;
  padding: 1px;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}


.services-title {
  text-align: center;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.services-title h1 {
  z-index: 5;
  font-family: sans-serif;
  font-size: 4rem;
  background: -webkit-linear-gradient(
    150deg,
    #ef2f88 23%,
    #8843f2 90%,
    #8843f2 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


#partner {
  background-color: black;
  align-content: center;
  text-align: center;
}

#about-us {
  margin: 1vh 2vw 1vh 2vw;
  font-family: sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  color: whitesmoke;
  text-align: center;
  line-height: 1.5;
}

#about-us h3 {
  margin: 10px 2px 10px 2px;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 60px 0;
  background: black;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #8843f2);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ef2f88);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
  -webkit-animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 150px;
  margin: 0 40px;
}

.button-outline {
  height: 4rem;
  width: 10rem;
  border-radius: 5rem;
  font-family: sans-serif;
  font-size: 2rem;
  margin: 5px;
  background-color: transparent;
  color: #d7d8d4;
  border: solid 3px #fff;
  border-radius: 35%;
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
}

.button-fill {
  z-index: 5;
  margin: 0.5rem;
  padding: 1rem;
  height: auto;
  width: auto;
  border: none;
  border-radius: 3rem;
  font-size: 3rem;
  font-weight: bold;
  color: white;
  background: linear-gradient(150deg, #ef2f88 23%, #8843f2 90%, #8843f2 100%);
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}

button:hover {
  width: 50%;
  height: 200%;
  font-size: 2.2rem;
  font-weight: bold;
  transition: all 1s ease-in-out;
  background: -webkit-linear-gradient(    150deg,    #ef2f88 23%,    #8843f2 90%,    #8843f2 100%  );
  color: #fff;
  -webkit-transition: width 1s, height 2s, transform 3s;
  -moz-transition: width 1s, height 2s, transform 3s;
  -ms-transition: width 1s, height 2s, transform 3s;
  -o-transition: width 1s, height 2s, transform 3s;
  cursor: pointer;
}

.button-fill:hover {
  margin: none;
  padding: none;
  width: auto;
  height: auto;
  font-size: 3rem;
  transition: 5s;
  background-color: white;
  border: 20px solid white;
  color: -webkit-linear-gradient(
    150deg,
    #ef2f88 23%,
    #8843f2 90%,
    #8843f2 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 5s;
  -moz-transition: 5s;
  -ms-transition: 5s;
  -o-transition: 5s;
  cursor: pointer;
}


.column {
  float: left;
  width: 30%;
  align-content: center;
  color: #d7d8d4;
}


#services {
  background-color: #000;
  height: auto;
  padding: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}


.row h2 {
  color: #d7d8d4;
}

.row p {
  justify-content: center;
  align-items: center;
}

/* Clear floats after the columns 
.row:after {
  content: "";
  display: table;
  clear: both;
}
*/
.col-blog {
  padding: 2%;
  font-size: 2rem;
  justify-content: center;
  text-align: center;
}


.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Space between cards */
}

.card {
  flex: 1 1 calc(33.333% - 40px); /* Three cards per row with gap */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 30%;
  background-color: transparent;
  margin: 20px 1px;
  padding: 3px;
  border-radius: 7%;
  text-align: center;
  font-family: arial;
  -webkit-border-radius: 7%;
  -moz-border-radius: 7%;
  -ms-border-radius: 7%;
  -o-border-radius: 7%;
}

.card p {
  padding: 1px;
  color: #f2f2f2;
  font-size: 1rem;
  font-style: italic;
}

.card button {
  border: solid 1px #ce0de0;
  outline: 0;
  padding: 2px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 50%;
  font-size: 18px;
}

.card button:hover {
  background-color: #d7d8d4;
  color: #000;
  border: solid 1px #ce0de0;
}

.desc button:hover {
  background-color: #d7d8d4;
  color: #000;
  border: solid 1px #ef2f88;
}

.card h1 {
  font-size: 2rem;
  padding: 5px;
  color: white;
}

.card h3 {
  font-size: 1.8em;
  margin: 5px;
  padding: 5px;
  background: -webkit-linear-gradient(
    170deg,
    #ef2f88 23%,
    #8843f2 90%,
    #8843f2 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card img {
  width: 99%;
    height: 200px; /* Fixed height for images */
    object-fit: cover; /* Prevent image distortion */
  
    border-radius: 10%;
  margin: 1px 1px 1px 1px;
  padding: 2px;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
}

.card:hover {
  box-shadow: 0 8px 16px 4px rgba(122, 5, 120, 0.8);
  border: 2px solid #ce0de0;
}

.card:hover img {
  transform: scale(1.01);
  filter: hue-rotate(-50deg);
  -webkit-filter: hue-rotate(-50deg);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}

.desc {
  line-height: 1.5;
  padding: 5px;
  box-shadow: 0 8px 16px 4px rgba(122, 5, 120, 0.8);
}

.desc h1 {
  font-size: 2rem;
  padding: 3px;
  color: #d7d8d4;
}

.desc p {
  font-weight: bolder;
  padding: 5px;
}

.desc li {
  text-align: left;
  font-style: italic;
  padding: 5px;
}

.box
{
  position: relative;
  width: 320px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 30px;
  transition: 0.5s;
}

.box::before
{
  content:' ';
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
}

.box::after
{
  content:'';
  position: absolute;
  top: 0;
  left: 50;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
  filter: blur(30px);
}

.box:hover:before,
.box:hover:after
{
  transform: skewX(0deg);
  left: 20px;
  width: calc(100% - 90px);
  
}

.box:nth-child(1):before,
.box:nth-child(1):after
{
  background: linear-gradient(90deg, #8843f2, #ff0058)
}

.box:nth-child(2):before,
.box:nth-child(2):after
{
  background: linear-gradient(180deg, #ff0058, #ef2f88)
}

.box:nth-child(3):before,
.box:nth-child(3):after
{
  background: linear-gradient(315deg, #8843f0, #ff0049)
}

.box span
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}

.box span::before
{
 content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.1s;  
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08)
}

.box:hover span::before
{
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

.box span::after
{
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  animation: animate 2s ease-in-out infinite;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  animation-delay: -1s;
}

.box:hover span:after
{
  bottom: -50px;
  right: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

@keyframes animate
{
  0%, 100%
  {
    transform: translateY(10px);
  }
  
  50%
  {
    transform: translate(-10px);
  }
}

.box .content
{
  position: relative;
  left: 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
  transform: 0.5s;
  color: #fff;
}

.box:hover .content
{
  left: -25px;
  padding: 60px 40px;
}

.box .content h2
{
  font-size: 2em;
  color: #fff;
  margin-bottom: 10px;
}

.box .content p
{
  font-size: 1.1em;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.box .content a
{
  display: inline-block;
  font-size: 1.1em;
  color: #111;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
}

.box .content a:hover
{
  background: #ffcf4d;
  border: 1px solid rgba(255, 0, 88, 0.5);
  box-shadow: 0 1px 15px rgba(1, 1, 1, 0.2);
}

.parallax {
  height: 70vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
  url("parallax.jpg");
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  -webkit-backface-visibility: 0.1;
  -webkit-filter: brightness(0.95);
}

@supports not (background-attachment: fixed) {
  .parallax {
    background-attachment: scroll;
  }
}

.grey-bg {
  background-color: #242424;
}

.text-small {
  font-size: smaller;
}

/*Newsletter */

.newsletter {
  background-color: #000;
  color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0 20px 0;
}

/* Style inputs with type="text", select elements and textareas */
input[type="text"],
select,
textarea {
  width: 100%;
  /*Fullwidth*/padding: 15px;
  /*Somepadding*/border: 1px solid #ccc;
  /*Grayborder*/border-radius: 50%;
  /*Roundedborders*/box-sizing: border-box;
  /*Makesurethatpaddingandwidthstaysinplace*/margin-top: 10px;
  /*Addatopmargin*/margin-bottom: 10px;
  /*Bottommargin*/resize: vertical;
   /* Allow the user to vertically resize the textarea (not horizontally) */:;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* Style the submit button with a specific background color etc */
input[type="submit"] {
  background: -webkit-linear-gradient(    170deg,    #ef2f88 23%,    #8843f2 90%,    #8843f2 100%  );
  color: white;
  border: 1px solid white;
  border-radius: 24px;
  cursor: pointer;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

input[type="submit"]:hover {
  transform: scale(1.01);
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  background: -webkit-linear-gradient(    270deg,    #ef2f88 23%,    #8843f2 90%,    #8843f2 100%  );
  transition: 3s;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
}

/* Add a background color and some padding around the form */


.small-title h1 {
  font-size: 2.5rem;
}

.text-med {
  font: roboto-medium;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.7;
  padding: 10px;
  color: #d7d8d4;
}

#reviews {
    background-color: #000;
}
/* Slideshow container */
.reviews-container {
  min-height: 20vh;
  background-color: #000;
  position: relative;
}

/* Slides */
.mySlides {
  display: none;
  padding: 20%;
  text-align: center;
  color: white;
  line-height: 2;
  background-color: black;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #fff;
  font-weight: 200;
  font-size: 55px;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
  }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
  text-align: center;
  background: black;
}

/* The dots/bullets/indicators */
.dot {
  z-index: 5;
  background: linear-gradient(150deg, #ef2f88 23%, #8843f2 90%);
  cursor: pointer;
  height: 25px;
  width: 25px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  -webkit-transition: background-color 0.6s ease;
  -moz-transition: background-color 0.6s ease;
  -ms-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  }

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #8843f2;
}

/* Add an italic font style to all quotes */
q {
  font-size: x-large;
  font-style: italic;
}


.author {
  font-size: 1.5rem;
  font-weight: bold;
  background: -webkit-linear-gradient(
    150deg,
    #ef2f88 23%,
    #8843f2 90%,
    #8843f2 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#myVideo {
  object-fit: cover;
  right: 0;
  bottom: 0;
  min-width: 100%;
  height: 35vh;
}

#myBtn {
  margin-left: none;
  width: auto;
  height: auto;
  font-size: 20px;
  padding: 8px;
  border: none;
  border-radius: 30px;
  background: red;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}


footer {
  margin-top: auto;
  padding-top: 1px;
  background: #000;
  color: white;
  text-align: center;
  padding: none;
  font-family: Arial, sans-serif;
}

footer h2 {
  font-size: 2rem;
}

footer p.text-small {
  display: flex;
  justify-content: center;
  gap: 15px;
  }

footer .icons {
  width: 25px;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

footer .icons:hover {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}


#backToTop {
  background: linear-gradient(150deg, #ef2f88 23%, #8843f2 90%, #8843f2 100%);
  border: solid 1px #fff;
  color: white;
  padding: 1px 15px;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  transition: 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}


#backToTop:hover {
  transform: scale(1.2);
  background: linear-gradient(-150deg, #ef2f88 23%, #8843f2 90%, #8843f2 100%);
  border: solid 1px #fff;
  color: #fff;
  font-weight: bold;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.gallery-image {
  background-color: #242424;
  padding: 20px;
  display: flex;
  flex: 1 1 calc(33.333% - 40px); 
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-image img {
  border: 2px solid #8843f2;
  height: 250px;
  width: 350px;
  transform: scale(1.0);
  transition: transform 0.4s ease;
}

.img-box {
  box-sizing: content-box;
  margin: 10px;
  height: 250px;
  width: 33% -20px;
  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

.caption {
  position: absolute;
  bottom: 5px;
  left: 20px;
  opacity: 0.0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.transparent-box {
  height: 250px;
  width: 350px;
  background-color:rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
}

.img-box:hover img { 
  transform: scale(1.1);
}

.img-box:hover .transparent-box {
  background-color:rgba(0, 0, 0, 0.5);
}

.img-box:hover .caption {
  transform: translateY(-20px);
  opacity: 1.0;
}

.img-box:hover {
  cursor: pointer;
}

.caption > p:nth-child(2) {
  font-size: 0.8em;
}

.opacity-low {
  opacity: 0.5;
}

.qanda {
  text-align: center;
  justify-content: center;
  padding:5vw;
  background-color: #000;
  color: #ddd;
}

details {
    font-size: 150%;
    color: #d7d8d4;
    font-style: italic;
    margin-bottom: 10px;
    padding: 10px;
}

details > summary {
  padding: 4px;
  width: 90vw;
  cursor: pointer;
}

summary {
  font-weight: bold;
  cursor: pointer;
}

details > p {
  font-size: x-large;
  padding: 4px;
  margin: 0;
}

details[open] summary {
  margin-bottom: 10px;
}

.g2,
.align-content-center {
  text-align: center;
  color: #d7d8d4;
  line-height: 2;
}
.align-content-center h1 {
  padding-left: 5%;
  padding-right: 5%;
}

.align-content-right {
  text-align: right;
  padding: 5px;
}

/* Contact Page Styles */

.contact-container {
  background-color: #000;
  align-items: center;
  color: #d7d8d4;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-form, .contact-details {
  flex: 1;
  min-width: 300px;
  color: #d7d8d4;
  justify-items: inherit;
}

.contact-form label {
  align-items: left;
  display: block;
  margin: 10px 0 5px;
  font-weight: bold;
}


.contact-form h2, .contact-details h2 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #d7d8d4;
}

.contact-form label {
  display: block;
  margin: 10px 0 5px;
  font-weight: bold;
}

.contact-form input, .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.contact-form button {
  width: 40%;
  height: auto;
  font-size: 1.2rem;
  background: -webkit-linear-gradient(
    150deg,
    #ef2f88 23%,
    #8843f2 90%,
    #8843f2 100%
  );
  color: #d7d8d4;

}

.contact-form button:hover {
  background-color: #0056b3;
}

.contact-details p {
  margin: 10px 0;
  font-size: 16px;
}

.contact-details a {
  color: #d7d8d4;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border: none;
}

#faq {
  background-color: #000;
  color: #d7d8d4;
  padding: 10px;
  justify-content: center;
  text-align: left;
}

#faq details {
  padding-left: 10%;
}

main,
#news,
#contact,
#services,
#whyUs {
  background-color: #000;
}

#contact h1,
#whyUs h1 {
  color: #d7d8d4;
  font-size: 2rem;
  padding: 10px;
}

.insideConfett {
  background-color: #000;
  color: #d7d8d4;
  justify-items: center;
  text-align: center;
}

.insideConfett h1 {
  font-family: 'Licorice', 'Helvetica', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 5rem;
  padding: 10px;
}

.contact-container {
  background-color: #000;
  color: #d7d8d4;
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.white-text {
  font-weight: bold;
  color: #d7d8d4;
}