@import url('https://fonts.googleapis.com/css2?family=Ephesis&family=Montserrat+Alternates:ital,wght@0,200;0,300;0,400;0,500;1,400&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:wght@100;200;300;400;600;700&display=swap');
:root{
    --orange:#ff7800;
    --lightcolor:#666;
    --black:#130f40;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: .2s;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Montserrat';
}
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.header{
    padding: 2rem 7%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
}
#logo{
    font-size: 2.5rem;
    color: rgb(96, 233, 176);
}
#logo span{
    color: rgb(59, 238, 214);
}
#logo .gradient-text {
  background-image: linear-gradient(to right, #833ab4, #fd1d1d,#fcb045);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icons #menu-bars{
    color: rgb(59, 238, 214);
    font-size: 2rem;
}
.navbar.active{
    left: 0;
}
.navbar{
    position: absolute;
    top: 100%;
    /*background: rgb(59, 238, 214);*/
    width: 30rem;
    height: 100vh;
    left: -200%;
    transition: .5s;
}
.navbar a{
    display: block;
    margin: 1rem;
    padding: 1rem;
    color: white;
    font-size: 1.5rem;
}
.navbar a:hover {
  color: rgb(59, 238, 214);
}
.background-image{
    background: url(images/coffee_appointment_2.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.inner-text-background{
    text-align: center;
}
.inner-text-background h2{
    color: rgb(59, 238, 214);
    font-size: 30px;
}
.inner-text-background h1{
    color: rgb(59, 238, 214);
    font-size: 50px;
}
.animate-character
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
      font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.inner-text-background h3{
    color: rgb(96, 233, 176);
    font-size: 30px;
} 

.get-in-touch{
    padding: 4rem 7%;
    background: rgb(59, 238, 214);
}
.get-in-touch h1{
    color: white;
    font-size: 40px;
    text-align: center;
}
.get-in-touch h1:hover {
    color: #666;
}
.main-touch p{
    color: white;
    text-align: center;
    font-size: 1.5rem;
}
.touch-icons{
    text-align: center;
    margin-top: 20px;
}
.touch-icons a{
    color: white;
    font-size: 2rem;
    margin-right: 2rem;
}

/* =================================== */

/* ======================================== */
.our-prices{
  padding: 4rem 7%;
}
.our-prices h1{
  color:  rgb(96, 233, 176);
  font-size: 40px;
  text-align: center;
  margin-bottom: 25px;

}
.our-prices h1 span{
  color: rgb(59, 238, 214);
}
.main-prices{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

#black-listed{
  color:  rgb(96, 233, 176);
  font-size: 21px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

#black-listed
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

.inner-prices{
  flex-basis: 40%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 3rem 2rem;
}
.price-heading{
  padding: 3rem;
  background: var(--black);
  text-align: center;
}
.price-heading h2{
  color: white;
  font-size: 2rem;
}

.price-heading .dwelling {
  color: rgb(161, 221, 161);
}

.price-text .power {
  color: rgb(96, 231, 231);
}

.inner-price-heading h2
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
}

.inner-price-heading .complete-price {
  text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #44107a 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 25px;
}

.inner-price-heading .labor {
  color: #555;
}

.inner-price-heading .complete-price {
  color: rgb(161, 221, 161);
}
.price-heading p{
  color: white;
  font-size: 1.5rem;
}
.price-text p{
  font-size: 1.5rem;
  margin: 1rem 0;
  color: #999;
}
.inner-prices .inner-price-heading h2{
  color: rgb(59, 238, 214);
  font-size: 2rem;
  margin-bottom: 25px;
}
.inner-prices .inner-price-heading h2 span{
  font-size: 4rem;
}
.inner-price-heading p {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 25px;
}
.inner-price-heading p .red {
  color: crimson;
  text-transform: uppercase;
}
.line-1 {
  text-transform: none;
}
.inner-prices a{
  padding: 1rem 4rem;
  font-size: 1.5rem;
  color: white;
  background: var(--black);
  border-radius: 15px;
}

.inner-prices a:hover {
  background-color: greenyellow;
  color: var(--black);
  font-weight: bold;
}

/* ============================================== */

/* =================================== */








@media (max-width:768px) {
    html{
        font-size: 55%;
    }
    .inner-prices{
        flex-basis: 100%;
    }
    .inner-we-do img{
        width: 50%;
        margin-top: 50px;
        
    }
    .we-do-image{
        text-align: center;
    }
}