body {
    margin: 0;
    padding-top: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #464645;

}

a {
     text-decoration: none;
   }

#xx{
       background: linear-gradient(#7d7b75, #b6b5b2);
       background-size: cover;
       background-position: center;
     }
#banner {
    background: linear-gradient(#b6b5b2, #efefef);
    background-size: cover;
    background-position: center;
    height: 70vh;
    width: 100%;
}

.logoimg {

    max-width: 100%;
    height: 50vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;


}

.priceimg {

    width: auto;
    height: 140vh;
    display: block;
    margin-left: auto;
    margin-right: auto;




}

.banner-text {
    text-align: center;
    color: #464645;
    padding-top: 50px;

}

.banner-text h1 {
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #464645;
}

.banner-text p {
    font-size: 33px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #464645;
}

.banner-btn {
    margin: 0px auto 0;

}

.banner-btn a {
    width: 150px;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    display: inline-block;
    margin: 0 10px;
    padding: 10px 6px 10px 6px;
    color: #000;
    border: 0.7px solid #000;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

.banner-btn a span {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #555;
    z-index: -1;
    transition: all 0.5s ease-in-out;

}

.banner-btn a:hover span {
    width: 100%;
}

.banner-btn a:hover {
    color: #fff;

}

#sideNav{

      width: 230px;
      height: 100vh;
      position: fixed;
      right: -200px;
      top: 0;
      background: #000;
      z-index: 2;
      transition: 0.6s;
      border-left: grey solid 1px;

}

nav ul {

      padding-top: 50px;
    }

nav ul li {

      list-style: none;
      margin: 15px 20px 12px;

}

nav ul li a{

      font-family: "Roboto", sans-serif;
      font-weight: 200;
      font-style: normal;
      text-decoration: none;
      color: #fff;
      font-size: 12px;

}

nav ul li {

      list-style: none;
      margin: 15px 20px 12px;

}
#menuBtn{


      width: 40px;
      height: 40px;
      background: #000;
      text-align: center;
      position: fixed;
      right: 30px;
      top: 20px;
      border-radius: 3px;
      z-index: 3;
      cursor: pointer;

}

#menuBtn img{

      width: 15px;
      margin-top: 13px;


}

@media screen and (max-width: 770px){


    .banner-btn {
        margin: 80px 0px 20px;

      }


    .banner-text h1 {
        font-size: 22px;
    }

    .banner-btn a {
        display: block;
        margin: 60px auto;
    }


    .logo {

      padding-top: 30px;
    }
    .logoimg {

        height: 180px;
        width: auto;


    }
    .priceimg{
        height: 600px;
        width: auto;


    }

      nav ul {

        padding-top: 30px;
          }

      nav ul li {

      list-style: none;
      margin: 20px 10px;



      }

      nav ul li a{
        font-size: auto;

      }}

#feature{
      font-family: "Roboto", sans-serif;
      font-weight: 200;
      font-style: normal;
      color: #000;
      width: 100%;
      padding: 10px 0;
      background: linear-gradient(#7d7b75, #efefef);

}

.title-text {

      font-family: "Roboto", sans-serif;
      font-weight: 100;
      font-style: normal;
      text-align: center;
      padding-bottom: 20px;
      padding-top: 10px;
      flex-basis: 100%;
}



.title-text p{

      font-size: 12px;
      color: #000;
      font-weight: bold;
      position: relative;
      z-index: 1;
      display: inline-block;

}

.title-text p::after{

      content: '';
      width: 50px;
      height: 35px;
      background: linear-gradient(#efefef, #fff);
      position: absolute;
      top: -20;
      left: 0;
      z-index: -1;
      transform: rotate(10deg);
      border-top-left-radius: 35px;
      border-bottom-right-radius: 35px;

}
.title-text h1{

      font-size: 35px;
      font-family: "Roboto", sans-serif;
      font-weight: 200;
      font-style: bold;
      color: 000;
}
.title-text h2{
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: bold;
  text-decoration: none;
  color: #000;
}

.title-text {


      margin-left: 35px;
      margin-right: 35px;
      line-height: 1.2;
      text-align: center !important;
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-style: normal;
    }

.title-text h3{


      margin-left: 35px;
      margin-right: 35px;
      font-size: 18px;
      font-family: "Roboto", sans-serif;
      font-weight: 100;
      font-style: normal;
}


.title-text h4{

      padding-top: 40px;
      margin-left: 35px;
      margin-right: 35px;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 100;
      font-style: italic;
}


.title-text h5{


      margin-left: 35px;
      margin-right: 35px;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: 300;
      font-style: bold;
}


.title-text h6{


  margin-left: 35px;
  margin-right: 35px;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
  text-decoration: underline;
}

.feature-box {

      width: 80%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      text-align: center;

}

.features {

      flex-basis: 50%;

}

.features-img {

      flex-basis: 50%;
      margin: auto;

}

.features-img img {

      width: 70px;
      border-radius: 10px;

}

.features h1 {

      text-align: left;
      margin-bottom: 10px;
      font-weight: 100;
      color: #000;

}

.features-description{


      display: flex;
      align-items: center;
      margin-bottom: 20px;
}

.features-icon .fa{

      width: 50px;
      height: 50px;
      font-size: 30px;
      line-height: 50px;
      border-radius: 8px;
      color: #efefef;
      border: 1px solid #efefef;

}

.features-text p{

      padding: 0 20px;
      text-align: initial;


}

@media screen and (max-width: 770px){

  .title-text h1{
          padding-top: 60px;
          font-size: 35px;

  }


  .title-text h2{
          margin-right: 7px;


  }

  .features{

        flex-basis: 100%;

  }

  .features-img{

        flex-basis: 100%;
  }

  .features-img img {

        width: 100%;

  }
}



/*------service---*/

#Service{
    width: 100%;
    padding: 20px 0;
    background: linear-gradient(#efefef, #efefef);

}

.service-box{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
}

.single-service{
    flex-basis: 60%;
    text-align: center;
    border-radius: 7px;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #fff;
    position: relative;


}

.single-service img{

    width: 100%;
    height: auto;
    border-radius: 7px;

}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 7px;
    cursor: pointer;
    background: linear-gradient(rgba(0,0,0,0.5), #efefef);
    opacity: 0;
    transition: 1s;


}
.single-service:hover .overlay{

    opacity:1
}

.service-desc {

    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity:0;
    transform: translateX(-50%);
    transition: 1s;
}

.service-desc hr {
    background: #000;
    color: #00;
    height: 1px;
    border: 0
    margin: 15px auto;
    width: 80px;

}

.service-desc a {

    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 22px;
    color: #000;

}

.service-desc h3 {

    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-style: italic;
    font-size: 15x;
    color: #000;

}

.single-service:hover .service-desc{

    bottom: 40px;
    opacity: 1;
}

@media screen and (max-width: 770px){

      .single-service{
        flex-basis: 100%;
        margin-bottom: 30px;

      }
      .service-desc p{
        font-size: 12px;
      }
      hr{
        margin: 5px auto;
      }

      .single-service:hover .service-desc{

          bottom: 25% !important;
      }
}

#testimonials {

      width: 100%;
      padding: 70px 0;
}

.testimonial-row {
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.testimonial-column {

    flex-basis: 28%;
    padding: 10px;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0 10px 20px 3px #00968814;
    cursor: pointer;
    transition: transform 0.5s;


}

.testimonial-column p {

    font-size: 14px;

}

.user {
    display: flex;
    align-items: center;
    margin: 20px 0;

}

.user img {

    width: 40px;
    margin-right: 20px;
    border-radius: 3px;

}

.user-info .fa {

    margin-left: 10px;
    color: #27c0ff;
    font-size: 20px;

}

.contact-icons {

  height: 12px;
  width: 12px;
  margin-left: 5px;


}


.location-icon {

  height: 12px;
  width: 12px;



}
.user-info small{

  color: #009688;
}

.testimonial-column:hover {

  transform: translateY(-7px);

}

@media screen and (max-width: 770px){
      .testimonial-column {

        flex-basis: 100%;

      }
}

/*--footer--*/

#footer{

    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
    padding: 30px 0 20px;
    background: linear-gradient(#efefef, #fff);
    position: relative;
    color: #464645;
}


.footer-row {

    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.footer-left, .footer-right {

    flex-basis: 45%;
    padding: 10px;
    margin-bottom: 20px;


}

.footer-right {

    text-align: right;

}

.footer-row h1{
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    margin: 10px 0;

}

.footer-row p{

    font-size: 14px;

}

.footer-left fa,.footer-right fa {

      font-size:18 px;
      color: #5F5F5B;
      margin: 15px;


}

.footer-img {

  max-width: 370px;
  opacity: 0.1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.social-links{

    text-align: center;

}

.social-links .fa{
  height: 30px;
  width: 30px;
  font-size: 20px;
  line-height: 40px;
    border: 1px solid #5F5F5B;
  margin: 40px 5px 0;
  color: #5F5F5B;
  cursor: pointer;
  transition: 0.3s;

}

.social-links .fa:hover{
      background: #5F5F5B;
      color: #fff;
      transform: translateY(-5px);

}

.social-links p {

  font-size: 6px;
  margin-top: 10px;
}

@media screen and (max-width: 770px){
      .footer-left, .footer-right {

        flex-basis: 100%;
        font-size: 14px;
        }

      .footer-img {

      }
}

/*------Google maps---*/


#map {

  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 7px;
  padding-right: 7px;

}


#questions {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}


/*------accordions---*/

.accordion-item, .accordion,  {

    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
    text-decoration: none;
    color: #000;
    background-color: #efefef !important;
    --bs-accordion-btn-bg: #737373;
    --bs-accordion-active-color: #000;
    --bs-accordion-bg: #737373;
    --bs-accordion-active-bg: #efefef;

}
.accordion-button {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
    --bs-accordion-active-bg: #efefef;
    --bs-accordion-active-color: #000;
    --bs-accordion-btn-focus-box-shadow: #000;
  }



/*------Questions---*/

.contact-container{



      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      padding-bottom: 35px;

}

.contact-left{

    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-style: normal;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;


}


.contact-left-title h2 {

    font-weight: 300;
    color: $a363aa;
    font-size: 30px;
    margin-bottom: 5px;
}


.contact-left-title hr {

    border: none;
    width: 75%;
    height: 5px;
    background-color: #000;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contact-inputs{

  width: 400px;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 25px;
  font-weight: 500;
  color: #737373;
  border-radius: 22px;

}

.contact-left textarea{

  width: 400px;
  height: 140px;
  padding-top: 15px;
  border-radius: 20px;

}

.contact-inputs:focus{
  border: 2px solid #a4a1a1;
}

.contact-inputs::placeholder{
  color: #0F0F0F;
}

.contact-left button{
  display: flex;
  align-items: center;
  padding: 15px 30px;
  font-size: 16px;
  color: #fff;
  gap: 10px;
  border: 2px;
  border-color: black;
  border-radius: 22px;
  background: #525252;
  cursor: pointer;
}

.contact-left button img{

  height: 15px;
  color: #000;
}


.contact-right img{
    float: left;
    padding-top: 100px;
    width: 350px;


}


@media (max-width: 770px){

    .contact-inputs{
      width: 80vw;
    }
    .contact-right{
      display:none;
    }
}
