@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 1s;
  font-family: 'DM Sans', sans-serif;
  transition: 1s;
  font-family: 'Inter', sans-serif;

}

:root {
  --color1: #FFB120;
  --color2: #07332F;
  --white: white;
  --black: black;
}

h1 {
  font-size: 32px;
  font-family: 'Cormorant Garamond', serif;

}

h2 {
  font-size: 28px;
  font-family: 'Cormorant Garamond', serif;
}

h3 {
  font-size: 24px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700 !important;
}

h4 {
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
}

h5 {
  font-size: 16px;
  font-family: 'Cormorant Garamond', serif;
}

h6 {
  font-size: 12px;
  font-family: 'Cormorant Garamond', serif;
}

span {
  font-weight: 500 !important;
 }

p {
  font-size: 16px;
}

body {
  overflow-x: hidden !important;
}

/* 1st Navbar Start */

.first-navbar {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background-color: var(--white);
}

a {
  text-decoration: none !important;
}

.navbar-stick {
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
 
}

/* @keyframes mymove {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translatey(0%);
  }
} */

.social-media-icons {
  width: 5%;
  display: flex;
  justify-content: space-between;
}

.navbar-one {
  width: 35%;
  height: 40px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.navbar-1 li {
  list-style: none;
}

.navbar-1 a {
  padding: 0 5px;
  color: var(--black) !important;
}

.social-media-icons a {

  color: var(--white);

  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 20px;
  color: var(--black) !important;
}

.social-media-icons a:hover {
  color: var(--color1);
}

.navbar-1 .nav-item .nav-link {
  color: var(--white);
}

.navbar-1 i {
  color: var(--white);
}

.navbar-1 a {
  color: var(--white);
  text-decoration: none;
}

.navbar-1 a {
  color: var(--white);
  text-decoration: none;
}

.navbar-1 a:hover {
  color: var(--color1);
}

.navbar-1 a i {
  color: var(--color1) !important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: var(--white) !important;
}

.nav-1 .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 20px;
  padding: 0 25px !important;
}

/* ============================================ */


/* Background carasoul start......//////   */


.content-1 span {
  font-weight: bolder !important;
}

.slider-area {
  width: 100%;
  float: left;
  display: block;
  height: 500px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}

.slider-area img {
  width: 100%;
}

.slider-area .carousel-control {
  width: auto;
  height: auto;
  background-image: none;
  top: 45%;
}

.slider-area .carousel-control i {
  font-size: 14px;
  color: #fff;
  width: 30px;
  height: 50px;
  line-height: 50px;
  background: #000;
  text-align: center;
}

.slider-area .carousel-control i:hover {
  color: #E5C787;
}

body {
  overflow-x: hidden;
}

.slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 100vh;
  width: 100vw;
  opacity: 1 !important;
  z-index: 0 !important;
}

.slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.15);
  transition: opacity .6s ease;
}

.slide.active {
  animation: grow 4s linear forwards;
  opacity: 1;
}

@keyframes grow {

  0%,
  20% {
    transform: scale(1);
  }

  75%,
  100% {
    transform: scale(1.15);
  }
}

.controls-container {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  z-index: 2;
}

.control {
  background-color: #fff;
  cursor: pointer;
  opacity: 0.5;
  margin: 6px;
  height: 40px;
  width: 5px;
  transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active,
.control:hover {
  background-color: #fff;
  opacity: 1;
  transform: scale(1.2);
}

.slider-img1 {
  background-position: center;
  background-size: cover;
}

.slider-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bolder;
  text-align: center;
  position: relative !important;
  z-index: 1 !important;
}

.slider-content h1 {
  font-size: 32px;
  color: var(--white);
  position: relative !important;
  z-index: 1 !important;

}



.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--black);
  opacity: 0.4 !important;
  z-index: 0 !important;
}


.slider-content .btn {

  position: relative;
  z-index: 100 !important;

}



.bg-content {
  position: relative;
  z-index: 100 !important;
  color: white;
  display: flex;

}

.bg-content h1 {
  font-weight: 700;
}

.bg-content .content-1 {
  padding: 0 20px;
  align-items: center;
}


.bg-content .btn {
  border: 3px solid var(--white);
  padding: 10px 20px;
  color: #181818;
  background: transparent;
  box-shadow: inset 0 0px 0 0 #B19777;
  padding: 10px 10px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 3%;
}

.bg-content .btn a {
  color: var(--white);
  background: transparent;
  box-shadow: inset 0 0px 0 0 #B19777;
  padding: 10px 15px;
  font-weight: 700;
}

.bg-content .btn {
  background-color: var(--color2);
  border-color: var(--white);
}

.bg-content .btn:hover a {
  color: var(--white) !important;
}

.banner-border-1 {
  height: 125px;
  width: 8px;
  background-color: var(--color1);
}

.controls-container {
  padding: 0 20px;
}

/* Background carasoul End.......//////   */


/* <!-- About Us start --> */

.about-us-page1 {
  height: 100%;
  width: 100%;
  margin-top: 5%;
}

.about-us-page1 .about-us-content1 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.about-heading {
  width: 40%;
  height: auto;
}

.about-content {
  width: 40%;
  height: 100%;
}


.about-content img {
  width: 550px;
  height: 500px;


}

.about-heading p {
  line-height: 28px;
  margin-top: 4%;
  text-align: justify;
}

.about-heading .btn {

  padding: 10px 20px;
  color: var(--white);
  background: var(--color2);
  box-shadow: inset 0 0px 0 0 #B19777;
  padding: 10px 10px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.about-heading .btn a {
  color: var(--white);
  background: transparent;

  padding: 10px 15px;
  font-weight: 700;
}

.about-heading .btn:hover {
  background-color: var(--color2);


}

.about-heading .btn:hover a {
  color: white !important;
}

.header-border {
  height: 65px;
  width: 8px;
  background-color: var(--color1);

}

.about-heading .header-1 h3 {
  font-weight: 700;
  text-transform: uppercase;
}

.about-heading .header-1 {
  display: flex;
  align-items: center;
  text-align: center;
}

.about-heading .header-1 .head-1 {
  padding: 0 10px;
}

.png-img-content {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--black);
  margin-bottom: 5%;
  margin-top: 5%;
}

.png-img-content .png-1 {
  width: 15%;
  height: 15%;
}

.png-img-content .png-1 img {
  height: 100%;
  width: 100%;
}

.png-img-content .png-content {
  width: 80%;
  height: 50%;
}


/* <!-- About Us end --> */



/* Our services section start */

.our-services-section {
  margin-top: 5%;
  height: 100%;
  width: 100%;

}

.our-services-page {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}


.our-service-image {
  width: 40%;
  height: auto;
}

.our-service-content {
  width: 40%;
  height: 100%;
}

.our-service-image img {
  height: 100%;
  width: 100%;
}

.item-1 img {
  object-fit: cover;
}



.why-choose-head {
  display: flex;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.our-service-content h4 {
  font-weight: 900;
  color: var(--color2);
  margin-bottom: 2%;
}

.our-service-content .our-service-displayflex h3 {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 10px;

}

.our-service-displayflex .service-heading h3 {
  color: var(--black) !important;
}

.service-items-1 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-evenly;
  margin-top: 10%;
}

.item-1 {
  width: 30%;
  height: 153PX;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.item-1 img {
  width: 80%;
  height: 59%;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20PX;
  object-fit: contain;
}

.item-1 .text a h6 {
  font-weight: bolder !important;
  margin-top: 2%;
  padding: 0 20px;
  color: var(--black);
}

.item-1:hover {
  background-color: var(--color1);
}

.our-services-page .btn {
  background-color: var(--color2) !important;
  padding: 10px !important;
}

.our-services-page .btn a i {

  color: var(--color1) !important;
  font-weight: 700 !important;
  align-items: center;
  padding: 0 10px;
}

.our-services-page .btn a {
  text-align: center;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-weight: 700;

}

/* Our services section end */



/* <!-- ////////Why choose us section start//////// --> */

.why-choose-us {
  height: 100%;
  width: 100%;
  margin-top: 5%;
  text-align: center;
  background-image: url(https://agacinteriors.com/wp-content/uploads/2022/07/BG.png);
  background-repeat: no-repeat;

  padding: 30px;
  background-size: cover;
  background-position: fixed !important;
  position: relative;
  opacity: 1 !important;

}

.why-choose-us-section {
  width: 100%;
  height: 100%;
  position: relative;

  z-index: 1 !important;
}

.why-choose-item {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 5%;
  position: relative;
  z-index: 1 !important;

}

.why-choose-content {
  width: 20%;
  height: 170px;
  background-color: var(--white);
  padding: 20px;
  position: relative;

  z-index: 1 !important;
  border-radius: 20px;

}

.why-choose-content img {
  width: 120px;
  height: 100px;
  object-fit: contain;
}

.our-service-displayflex {
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}

.our-service-displayflex .service-heading {
  padding: 0 10px;
}

.our-service-displayflex .service-heading h3 {
  font-weight: 700 !important;
  color: var(--black) !important;

}

.why-choose-item .why-choose-content:hover {

  transform: scale(1.1);
}

.service-overlay {

  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color2);
  opacity: 0.6;

}

.why-choose-content p {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-size: 14px;
}

.our-service-displayflex .why-choose-heading .heading-1 {
  color: var(--white) !important;
}


/* <!-- ////////Why choose us section end//////// --> */



/* <!--//////// How we do section start/////// --> */

.about-page-start-1 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  margin-top: 5%
}

.about-page-1 {
  width: 260px;
  height: 30%;
}

.about-page-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.about-page-1-content {
  width: 40%;
  height: auto;
}

.page-1 {
  margin-top: 15%;
}

.about-page-1-content span {
  color: var(--black);
  font-weight: bolder;
}

.about-page-1 .how-we-do-shadow {

  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 20px;
}

.about-page-1 .how-we-do-shadow h5 {
  color: var(--color1);
  font-weight: 900;
}

.about-page-1-content h4 {
  font-weight: 700;
  color: var(--color2);
  margin-bottom: 3%;
}

.our-service-displayflex .color h3 {
  color: var(--black);

}

.about-page-1-content p {
  margin-top: 5%;
  text-align: justify;

}

.inside-content span {
  align-items: center;
  text-align: center;
  margin-top: 10%;
  font-size: 35px;
  color: var(--color1);
  font-weight: 900;

}

.inside-content .inside-1 {
  padding: 0 20px;
  margin-top: 5%;
}

.inside-content .inside-1 h5 {
  font-weight: 700;
}


.our-service-displayflex h3 {
  padding: 0 5px !important;
}

/* <!--//////// How we do section end/////// --> */



/* <!-- //////////background-fixed-concept-Start////////...... --> */

#hero1 {
  width: 100%;
  height: 400px;
  background: url(https://img.freepik.com/premium-photo/luxurious-modern-classic-black-interior-generative-ai_372999-11253.jpg?w=740);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  opacity: 1 !important;
  margin-top: 5%;
}

.hero .inner .copy p {
  color: var(--white) !important;
}

.copy {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1 !important;
  text-align: center;

}

.copy h1 a {
  color: var(--white) !important;
}

.copy h1 .head-1 {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Cormorant Garamond', serif;


}

.copy h6 {
  color: var(--white);
  position: relative;
  z-index: 1 !important;
  font-family: 'Noto Serif', serif;
  font-size: 16px;

}

.overlay-concept-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--black);
  opacity: 0.6 !important;
}

/* <!-- //////////background-fixed-concept-End/////...... --> */



/* //////////Testimonial slider Start/////////// */

.reviewers .whatwedo-title {
  margin-bottom: 5% !important;
}

.reviewers .owl-item {
  height: 330px !important;
  overflow: visible !important;

}

.our-service-displayflex .service-heading {
  color: var(--white) !important;
  position: relative;
  z-index: 1 !important;
}

.whatwedo-container {
  position: relative;
  z-index: 1 !important;
}

.borders {
  height: 90px !important;
}

.whatwedo-container .our-service-displayflex .service-heading h3 {
  color: var(--white) !important;
}

.whatwedo-container .our-service-displayflex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.reviewers {
  margin-top: 5%;
  text-align: center;
  background-image: url(https://shreyadesigns.com/wp-content/uploads/2023/01/cabinet-mock-up-room-dark-blue-floor-wooden-minimal-design-3d-rendering_43151-1759.jpg);
  position: relative;
  z-index: 0 !important;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

.over-1 {
  opacity: 0.5 !important;
}


.reviewers .whatwedo-content {
  overflow: visible !important;
}

.reviewers .testimonial-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: visible !important;
  padding: 3%;
}

.testimonial-image {
  width: 110px;
  height: 110px;
  margin-bottom: 5%;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: 5px solid var(--color);
}



.reviewers .testimonial-container h5 {
  color: var(--color1);
  font-weight: 900 !important;
}

.reviewers .testimonial-container p {
  color: var(--white);
  font-size: 13px;
}


.owl-nav .owl-prev,
.owl-next i {
  color: var(--black) !important;
}


/* //////////Testimonial slider end/////////// */

.according-wraper {
  margin: 50px 0px;
}
 
.according-wraper h2 {
  text-align: center;
  color: var(--color);
  font-weight: 700 !important;
 

}
.According-wraper span {
  text-align: center;

  font-weight: bold;
}
.accoeden-con {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  margin: 20px 0;
}

.question {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 80px 10px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

@media screen and (max-width: 790px) {
}


/* faq Section Start */

/* 


.faqs {
  width: 100%;
  display: flex;
}


.accordion {
  background: #f7f6fc;
  margin-bottom: 15px;
}

.accordion h3 {
  cursor: pointer;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}

.accordion h3.active {
  padding-bottom: 0;
}

.accordion h3::after {
  content: "\f067";
  right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome Free";
  font-weight: 800;
}


.accordion .accordion-content {
  display: none;
  padding: 20px;
}
 */


/*  
 .faq-page1{
  width: 100%;
  height: auto;
  margin-bottom: 3%;
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
   }

.faq-heading {
  font-family: Lato;   
  font-weight: 400;
  font-size: 19px;
   -webkit-transition: text-indent 0.2s;
  text-indent: 20px;
  color: var(--black);
}

.faq-text {
  font-family: Open Sans;   
  font-weight: 400;
  color: var(--black);
  width:95%;
  height: auto !important;
  padding-left:20px;
  margin-bottom:30px;
  height: 200px !important;
}

.faq input[type="checkbox"]:checked + label{
  height: auto !important;
}

.faq {
  width: 47%;
  height: 100%;
  margin: 0 auto;
  background: white;
  border-radius: 4px;
  position: relative;
  border: 1px solid #E1E1E1;
   
}
 
.faq-head h3{
  color: var(--black) !important;
} */
/* 
.faq-img {
  width: 100%;
  height: 100%;

}

.faq-img img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.faq-section {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 5%;

}


.faq-section b{
  width: 47%;
}

.card-header .btn {
  font-size: 15px !important;
  text-align: start !important;
  text-decoration: none !important;
  color: var(--black) !important;
}

.card-header {
  align-items: center;
}

.card-header i {
  text-align: end !important;
} */

/* .faq label {
  display: block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 56px;
  padding-top:1px;
 
  background-color: #FAFAFA;
  border-bottom: 1px solid #E1E1E1;
}

.faq-head{
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 20px;
}

.header-border {
  height: 55px;
  width: 8px;
  background-color: var(--color1);
}

.faq input[type="checkbox"] {
  display: none;
}

.faq .faq-arrow {
  width: 10px;
  height: 10px;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-top: 2px solid var(--color1);
  border-right: 2px solid var(--color1);
  font-weight: 900 !important;
   float: right;
  position: relative;
  top: -30px;
  right: 27px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
         
}

 .faq input[type="checkbox"]:checked + label > .faq-arrow {
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
 .faq input[type="checkbox"]:checked + label {
  display: block;
  background: rgba(255,255,255,255) !important;
  color: #4f7351;
  height: 165px;
  transition: height 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

 .faq input[type='checkbox']:not(:checked) + label {
  display: block;
  transition: height 0.8s;
  height: 50px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
} */





/*///////////////// faq Section End //////////////////*/




/* ============================== Footer Section =================================================== */


.single-cta i {
  font-size: 25px;
  color: var(--white);
}

.single-cta .cta-text {
  color: var(--white) !important;
}

.container-fluid {
  position: relative;
  z-index: 1 !important;
}



.footer-bg {
  height: auto;
  width: 100%;
  /* background-image: url(https://img.freepik.com/free-photo/3d-contemporary-living-room-interior-modern-furniture_1048-8649.jpg?w=900&t=st=1698727380~exp=1698727980~hmac=2deb0e1fcac0562ad59e4d16bfe6a6aa88e85d8609829dc00a4e4f2e81fc94ab) !important; */
  background-color: var(--black);


  background-position: sticky;
  background-size: cover;
  padding: 10px 10px;
  position: relative;
  opacity: 1 !important;
}

.overlay-concept-2 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--black);
  z-index: 0;
  opacity: 0.5 !important;

}

.cta-text h4 {
  color: var(--color1);
  font-weight: 900 !important;
}

.footer-cta {
  margin-top: 0 !important;
  width: 100%;

  border-bottom: 1px solid var(--white);
  position: relative;
  z-index: 1 !important;
}

.footer-content {
  position: relative;
  z-index: 1 !important;
  padding: 0 30px;
}


.footer-logo-1 {
  height: 183px;
  width: 225px;
}

.footer-logo-1 img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footer-text {
  color: var(--white) !important;
  margin-top: 5%;
}

.icon-1 {
  height: 30px;
  width: 30px;
}

.icon-1 img {
  height: 100%;
  width: 100%;
}

.icon-with-content {
  width: 100%;
gap: 15px;
  margin-top: 2%;
  display: flex;
}
.icon-with-content span a {
  font-size: 14px;
  color: var(--white);
  
}

.icon-with-content a i {
  color: var(--color1) !important;
  font-size: 20px;

}

.footer-widget-heading h3 {
  color: var(--white);
  position: relative;
  margin-top: 0%;
  font-size: 25px;
  font-family: 'Noto Serif', serif;
}

.border-1 {
  height: 4px;
  width: 15%;

  background-color: var(--color1) !important;
  margin-bottom: 5%;
}



.content-with-img-1 {
  width: 100%;
  height: 100%;
}

.image-1 {
  width: 100%;
  display: flex;
  margin-top: 5%;
  justify-content: space-between;
}

.footer-img1 {
  height: 80px;
  width: 30%;
}

.footer-img1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;

}

.input-type {
  font-style: italic;
  padding: 6px 6px;

}

.footer-content-1 {
  height: auto;
  width: 100%;
  color: var(--white);
  transform: translate(5%, -0%);
  font-size: 14px;
}

.footer-content-1 span {
  color: var(--color1);
}

.subscribe-form button {
  padding: 7px;
  border: none !important;
}

.subscribe-form button i {
  font-size: 20px !important;
}

.subscribe-form button:hover {
  background-color: var(--color1) !important;
}

.subscribe-form p {
  margin-top: 3%;
  color: var(--white);
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
}

.Latest-img {
  height: 70px;
  width: 20%;
}

.Latest-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* =========================== Last Footer =============================================================================== */
.copyright-area {
  background-color: var(--white);


}

.copyright-text {
  color: var(--black);
  height: 100%;
  padding-top: 15px;

}

.copyright-text span {
  color: orangered;
}

.footer-icons1 {
  height: 100%;
  padding-top: 15px;
}

.footer-menu .footer-icons1 a i {
  padding: 0 10px;
  color: var(--black);
  font-size: 15px;
  letter-spacing: 5px;
}


.footer-content-1 ul li {
  margin-top: 5%;
  font-size: 15px;
  align-items: center;
  list-style: none;

}

.footer-content-1 ul li a {
  font-size: 17px;
  color: var(--white);

}

.footer-widget-heading {
  margin-top: 9%;
}

.footer-text p {
  text-align: justify;
}

/* Footer end */




/* /////////////Media query start/////////////// */

@media screen and (max-width:320px) {


  .navbar-nav .nav-link{
    margin-top: 5% !important;
  }

  .icon-with-content span a{
    font-size: 14px !important;
  }
  /* 1st Navbar Start */

  .first-navbar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: var(--white);
  }

  a {
    text-decoration: none !important;
  }




  .social-media-icons {
    width: 15%;
    display: flex;
    justify-content: space-between;
    display: none;
  }

  .navbar-one {
    width: 100%;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
  }

  .navbar-1 li {
    list-style: none;
  }

  .navbar-1 a {
    padding: 0 2px;
    font-size: 15px;

  }

  .social-media-icons a {

    color: var(--white);

    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
  }

  .social-media-icons a:hover {
    color: var(--color1);
  }

  .navbar-1 .nav-item .nav-link {
    color: var(--white);
  }

  .navbar-1 i {
    color: var(--white);
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
    font-size: 10px;
  }

  .navbar-1 a:hover {
    color: var(--color1);
  }

  .navbar-1 a i {
    color: var(--color1);
  }

  /* 1st Navbar End */



  /* <!-- About Us start --> */

  .about-us-page1 {
    height: 100%;
    width: 100%;
    margin-top: 5%;
  }

  .about-us-page1 .about-us-content1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .about-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
  }


  .about-content img {
    width: 90%;
    height: 100%;


  }

  .about-heading p {
    line-height: 28px;
    margin-top: 4%;
    width: 90%;
    text-align: justify;
  }

  .about-heading .btn {

    padding: 10px 20px;
    color: var(--white);
    background: var(--color2);
    box-shadow: inset 0 0px 0 0 #B19777;
    padding: 10px 10px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-decoration: none !important;
  }

  .about-heading .btn a {
    color: var(--white);
    background: transparent;

    padding: 10px 15px;
    font-weight: 700;
  }

  .about-heading .btn:hover {
    background-color: var(--color2);


  }

  .about-heading .btn:hover a {
    color: white !important;
  }

  .header-border {
    height: 65px;
    width: 8px;
    background-color: var(--color1);

  }

  .about-heading .header-1 h3 {
    font-weight: 700;
    text-transform: uppercase;
  }

  .about-heading .header-1 {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .about-heading .header-1 .head-1 {
    padding: 0 10px;
  }

  .png-img-content {
    height: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--black);
    margin-bottom: 5%;
    margin-top: 5%;
  }

  .png-img-content .png-1 {
    width: 15%;
    height: 15%;
  }

  .png-img-content .png-1 img {
    height: 100%;
    width: 100%;
  }

  .png-img-content .png-content {
    width: 80%;
    height: 50%;
  }


  /* <!-- About Us end --> */



  /* Our services section start */

  .our-services-section {
    margin-top: 5%;
    height: 100%;
    width: 100%;

  }

  .our-services-page {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .our-service-image {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our-service-content {
    width: 90%;
    height: 100%;
    margin-top: 5%;
  }

  .our-service-image img {
    height: 100%;
    width: 100%;
  }



  .our-service-displayflex {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 5%;
  }

  .our-service-content h4 {
    font-weight: 900;
    color: var(--color2);
    margin-bottom: 2%;
  }

  .our-service-content .our-service-displayflex h3 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
  }


  .service-items-1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 10%;
    flex-direction: column;
    align-items: center;
  }

  .item-1 {
    width: 100%;
    height: 250PX;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
  }

  .item-1 img {
    width: 50%;
    height: 45%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20PX;
  }

  .item-1 .text a h6 {
    font-weight: bolder !important;
    margin-top: 2%;
    padding: 0 20px;
    color: var(--black);
  }

  .item-1:hover {
    background-color: var(--color1);
  }

  .our-services-page .btn {
    background-color: var(--color2) !important;
    padding: 10px !important;
  }

  .our-services-page .btn a i {
    color: var(--color1) !important;
    font-weight: 700 !important;
    align-items: center;
    padding: 0 10px;
  }

  .our-services-page .btn a {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;

  }

  /* Our services section end */


  /* <!-- ////////Why choose us section start//////// --> */

  .why-choose-us {
    height: 100%;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    background-image: url(https://agacinteriors.com/wp-content/uploads/2022/07/BG.png);
    background-repeat: no-repeat;

    padding: 30px;
    background-size: cover;
    background-position: fixed !important;
    position: relative;
    opacity: 1 !important;

  }

  .why-choose-us-section {
    width: 100%;
    height: 100%;
    position: relative;

    z-index: 1 !important;
  }

  .why-choose-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    position: relative;
    z-index: 1 !important;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .why-choose-content {
    width: 100%;
    height: 170px;
    background-color: var(--white);
    padding: 20px;
    position: relative;
    margin-top: 5%;

    z-index: 1 !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .why-choose-content img {
    width: 120px;
    height: 100px;
  }

  .our-service-displayflex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }

  .our-service-displayflex .service-heading {
    padding: 0 10px;
  }

  .our-service-displayflex .service-heading h3 {
    font-weight: 700 !important;
    color: var(--white);

  }

  .why-choose-item .why-choose-content:hover {

    transform: scale(1.1);
  }

  .service-overlay {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color2);
    opacity: 0.6;

  }

  .why-choose-content p {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 14px;
  }


  /* <!-- ////////Why choose us section end//////// --> */



  /* <!--//////// How we do section start/////// --> */

  .about-page-start-1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .about-page-1 {
    width: 90%;
    height: 30%;
  }

  .about-page-1 img {
    width: 100%;
    height: 100%;
    margin-top: 10%;
  }


  .about-page-1-content {
    width: 90%;
    height: auto;
    margin-top: 10%;
  }

  .page-1 {
    margin-top: 15%;
  }

  .about-page-1-content span {
    color: var(--black);
    font-weight: bolder;
  }

  .about-page-1 .how-we-do-shadow {

    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 20px;
  }

  .about-page-1 .how-we-do-shadow h5 {
    color: var(--color1);
    font-weight: 900;
  }

  .about-page-1-content h4 {
    font-weight: 700;
    color: var(--color2);
    margin-bottom: 3%;
  }

  .our-service-displayflex .color h3 {
    color: var(--black);

  }

  .about-page-1-content p {
    margin-top: 5%;
    text-align: justify;
  }

  .inside-content span {
    align-items: center;
    text-align: center;
    margin-top: 10%;
    font-size: 35px;
    color: var(--color1);
    font-weight: 900;

  }

  .inside-content .inside-1 {
    padding: 0 20px;
    margin-top: 5%;
  }

  .inside-content .inside-1 h5 {
    font-weight: 700;
  }



  /* <!--//////// How we do section end/////// --> */




  /* <!-- //////////background-fixed-concept-Start////////...... --> */

  #hero1 {
    width: 100%;
    height: 400px;
    background: url(https://img.freepik.com/premium-photo/luxurious-modern-classic-black-interior-generative-ai_372999-11253.jpg?w=740);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    opacity: 1 !important;
    margin-top: 5%;
  }

  .hero .inner .copy p {
    color: var(--white) !important;
  }

  .copy {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1 !important;
    text-align: center;
    padding: 10px;
  }

  .copy h1 a {
    color: var(--white) !important;
    font-size: 25px;
  }

  .copy h1 .head-1 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;


  }

  .copy h6 {
    color: var(--white);
    position: relative;
    z-index: 1 !important;
    font-family: 'Noto Serif', serif;
    font-size: 16px;

  }

  .overlay-concept-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black);
    opacity: 0.6 !important;
  }

  /* <!-- //////////background-fixed-concept-End/////...... --> */




  /* faq Section Start */


  .faq-page1 {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    flex-direction: column;
  }

  .faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 17px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: var(--black);
  }

  .faq-text {
    font-family: Open Sans;
    font-weight: 400;
    color: var(--black);
    width: 95%;
    height: auto !important;
    padding-left: 20px;
    margin-bottom: 30px;
  }

  .faq {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;

  }





  .faq-img {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
  }

  .faq-img img {
    height: 415px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;

    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
  }

  .faq-head {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .header-border {
    height: 97px;
    width: 8px;
    background-color: var(--color1);

  }

  .faq input[type="checkbox"] {
    display: none;
  }

  .faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid var(--color1);
    border-right: 2px solid var(--color1);
    font-weight: 900 !important;
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

  }

  .faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 165px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 80px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 10px 1px;
  }



  /*///////////////// faq Section End //////////////////*/


}

@media screen and (min-width:321px) and (max-width:375px) {
  /* 1st Navbar Start */

  .first-navbar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: var(--white);
  }

  
  .navbar-nav .nav-link{
    margin-top: 5% !important;
  }

  a {
    text-decoration: none !important;
  }


  .social-media-icons {
    width: 15%;
    display: flex;
    justify-content: space-between;
    display: none;
  }

  .navbar-one {
    width: 100%;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
  }

  .navbar-1 li {
    list-style: none;
  }

  .navbar-1 a {
    padding: 0 2px;
    font-size: 15px;
  }

  .social-media-icons a {

    color: var(--white);

    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
  }

  .social-media-icons a:hover {
    color: var(--color1);
  }

  .navbar-1 .nav-item .nav-link {
    color: var(--white);
  }

  .navbar-1 i {
    color: var(--white);
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
    font-size: 10px;
  }


  .navbar-1 a:hover {
    color: var(--color1);
  }

  .navbar-1 a i {
    color: var(--color1);
  }

  /* 1st Navbar End */


  /* <!-- About Us start --> */

  .about-us-page1 {
    height: 100%;
    width: 100%;
    margin-top: 5%;
  }

  .about-us-page1 .about-us-content1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .about-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
  }


  .about-content img {
    width: 90%;
    height: 100%;


  }

  .about-heading p {
    line-height: 28px;
    margin-top: 4%;
    width: 90%;
    text-align: justify;
  }

  .about-heading .btn {

    padding: 10px 20px;
    color: var(--white);
    background: var(--color2);
    box-shadow: inset 0 0px 0 0 #B19777;
    padding: 10px 10px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

  .about-heading .btn a {
    color: var(--white);
    background: transparent;

    padding: 10px 15px;
    font-weight: 700;
  }

  .about-heading .btn:hover {
    background-color: var(--color2);


  }

  .about-heading .btn:hover a {
    color: white !important;
  }

  .header-border {
    height: 65px;
    width: 8px;
    background-color: var(--color1);

  }

  .about-heading .header-1 h3 {
    font-weight: 700;
    text-transform: uppercase;
  }

  .about-heading .header-1 {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .about-heading .header-1 .head-1 {
    padding: 0 10px;
  }

  .png-img-content {
    height: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--black);
    margin-bottom: 5%;
    margin-top: 5%;
  }

  .png-img-content .png-1 {
    width: 15%;
    height: 15%;
  }

  .png-img-content .png-1 img {
    height: 100%;
    width: 100%;
  }

  .png-img-content .png-content {
    width: 80%;
    height: 50%;
  }


  /* <!-- About Us end --> */



  /* Our services section start */

  .our-services-section {
    margin-top: 5%;
    height: 100%;
    width: 100%;

  }

  .our-services-page {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .our-service-image {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our-service-content {
    width: 90%;
    height: 100%;
    margin-top: 5%;
  }

  .our-service-image img {
    height: 100%;
    width: 100%;
  }



  .our-service-displayflex {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 5%;
  }

  .our-service-content h4 {
    font-weight: 900;
    color: var(--color2);
    margin-bottom: 2%;
  }

  .our-service-content .our-service-displayflex h3 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
  }


  .service-items-1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 10%;
    flex-direction: column;
    align-items: center;
  }

  .item-1 {
    width: 100%;
    height: 250PX;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
  }

  .item-1 img {
    width: 50%;
    height: 45%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20PX;
  }

  .item-1 .text a h6 {
    font-weight: bolder !important;
    margin-top: 2%;
    padding: 0 20px;
    color: var(--black);
  }

  .item-1:hover {
    background-color: var(--color1);
  }

  .our-services-page .btn {
    background-color: var(--color2) !important;
    padding: 10px !important;
  }

  .our-services-page .btn a i {

    color: var(--color1) !important;
    font-weight: 700 !important;
    align-items: center;
    padding: 0 10px;
  }

  .our-services-page .btn a {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;

  }

  /* Our services section end */





  /* <!-- ////////Why choose us section start//////// --> */

  .why-choose-us {
    height: 100%;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    background-image: url(https://agacinteriors.com/wp-content/uploads/2022/07/BG.png);
    background-repeat: no-repeat;

    padding: 30px;
    background-size: cover;
    background-position: fixed !important;
    position: relative;
    opacity: 1 !important;

  }

  .why-choose-us-section {
    width: 100%;
    height: 100%;
    position: relative;

    z-index: 1 !important;
  }

  .why-choose-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    position: relative;
    z-index: 1 !important;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .why-choose-content {
    width: 100%;
    height: 170px;
    background-color: var(--white);
    padding: 20px;
    position: relative;
    margin-top: 5%;

    z-index: 1 !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .why-choose-content img {
    width: 120px;
    height: 100px;
  }

  .our-service-displayflex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }

  .our-service-displayflex .service-heading {
    padding: 0 10px;
  }

  .our-service-displayflex .service-heading h3 {
    font-weight: 700 !important;
    color: var(--white);

  }

  .why-choose-item .why-choose-content:hover {

    transform: scale(1.1);
  }

  .service-overlay {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color2);
    opacity: 0.6;

  }

  .why-choose-content p {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 14px;
  }


  /* <!-- ////////Why choose us section end//////// --> */



  /* <!--//////// How we do section start/////// --> */

  .about-page-start-1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .about-page-1 {
    width: 90%;
    height: 30%;
  }

  .about-page-1 img {
    width: 100%;
    height: 100%;
    margin-top: 10%;
  }


  .about-page-1-content {
    width: 90%;
    height: auto;
    margin-top: 10%;
  }

  .page-1 {
    margin-top: 15%;
  }

  .about-page-1-content span {
    color: var(--black);
    font-weight: bolder;
  }

  .about-page-1 .how-we-do-shadow {

    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 20px;
  }

  .about-page-1 .how-we-do-shadow h5 {
    color: var(--color1);
    font-weight: 900;
  }

  .about-page-1-content h4 {
    font-weight: 700;
    color: var(--color2);
    margin-bottom: 3%;
  }

  .our-service-displayflex .color h3 {
    color: var(--black);

  }

  .about-page-1-content p {
    margin-top: 5%;
    text-align: justify;
  }

  .inside-content span {
    align-items: center;
    text-align: center;
    margin-top: 10%;
    font-size: 35px;
    color: var(--color1);
    font-weight: 900;

  }

  .inside-content .inside-1 {
    padding: 0 20px;
    margin-top: 5%;
  }

  .inside-content .inside-1 h5 {
    font-weight: 700;
  }



  /* <!--//////// How we do section end/////// --> */




  /* <!-- //////////background-fixed-concept-Start////////...... --> */

  #hero1 {
    width: 100%;
    height: 400px;
    background: url(https://img.freepik.com/premium-photo/luxurious-modern-classic-black-interior-generative-ai_372999-11253.jpg?w=740);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    opacity: 1 !important;
    margin-top: 5%;
  }

  .hero .inner .copy p {
    color: var(--white) !important;
  }

  .copy {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1 !important;
    text-align: center;
    padding: 10px;
  }

  .copy h1 a {
    color: var(--white) !important;
    font-size: 25px;
  }

  .copy h1 .head-1 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;


  }

  .copy h6 {
    color: var(--white);
    position: relative;
    z-index: 1 !important;
    font-family: 'Noto Serif', serif;
    font-size: 16px;

  }

  .overlay-concept-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black);
    opacity: 0.6 !important;
  }

  /* <!-- //////////background-fixed-concept-End/////...... --> */


  .faq-page1 {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    flex-direction: column;
  }

  .faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 17px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: var(--black);
  }

  .faq-text {
    font-family: Open Sans;
    font-weight: 400;
    color: var(--black);
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
    height: auto !important;

  }

  .faq {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;

  }


  .faq-img {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
  }

  .faq-img img {
    height: 415px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;

    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
  }

  .faq-head {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .header-border {
    height: 97px;
    width: 8px;
    background-color: var(--color1);

  }

  .faq input[type="checkbox"] {
    display: none;
  }

  .faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid var(--color1);
    border-right: 2px solid var(--color1);
    font-weight: 900 !important;
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

  }

  .faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 165px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 80px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 10px 1px;
  }



  /*///////////////// faq Section End //////////////////*/



}

@media screen and (min-width:376px) and (max-width:425px) {

  
  .navbar-nav .nav-link{
    margin-top: 5% !important;
  }
  /* 1st Navbar Start */

  .first-navbar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: var(--white);
  }

  a {
    text-decoration: none !important;
  }


  .social-media-icons {
    width: 15%;
    display: flex;
    justify-content: space-between;
    display: none;
  }

  .navbar-one {
    width: 100%;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px;
  }

  .navbar-1 li {
    list-style: none;
  }

  .navbar-1 a {
    padding: 0 2px;
    font-size: 15px;
  }

  .social-media-icons a {

    color: var(--white);

    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
  }

  .social-media-icons a:hover {
    color: var(--color1);
  }

  .navbar-1 .nav-item .nav-link {
    color: var(--white);
  }

  .navbar-1 i {
    color: var(--white);
  }


  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
    font-size: 12px;
  }

  .navbar-1 a:hover {
    color: var(--color1);
  }

  .navbar-1 a i {
    color: var(--color1);
  }

  /* 1st Navbar End */


  /* <!-- About Us start --> */

  .about-us-page1 {
    height: 100%;
    width: 100%;
    margin-top: 5%;
  }

  .about-us-page1 .about-us-content1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .about-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
  }


  .about-content img {
    width: 90%;
    height: 100%;


  }

  .about-heading p {
    line-height: 28px;
    margin-top: 4%;
    width: 90%;
    text-align: justify;
  }

  .about-heading .btn {

    padding: 10px 20px;
    color: var(--white);
    background: var(--color2);
    box-shadow: inset 0 0px 0 0 #B19777;
    padding: 10px 10px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

  .about-heading .btn a {
    color: var(--white);
    background: transparent;

    padding: 10px 15px;
    font-weight: 700;
  }

  .about-heading .btn:hover {
    background-color: var(--color2);


  }

  .about-heading .btn:hover a {
    color: white !important;
  }

  .header-border {
    height: 65px;
    width: 8px;
    background-color: var(--color1);

  }

  .about-heading .header-1 h3 {
    font-weight: 700;
    text-transform: uppercase;
  }

  .about-heading .header-1 {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .about-heading .header-1 .head-1 {
    padding: 0 10px;
  }

  .png-img-content {
    height: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--black);
    margin-bottom: 5%;
    margin-top: 5%;
  }

  .png-img-content .png-1 {
    width: 15%;
    height: 15%;
  }

  .png-img-content .png-1 img {
    height: 100%;
    width: 100%;
  }

  .png-img-content .png-content {
    width: 80%;
    height: 50%;
  }


  /* <!-- About Us end --> */



  /* Our services section start */

  .our-services-section {
    margin-top: 5%;
    height: 100%;
    width: 100%;

  }

  .our-services-page {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .our-service-image {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our-service-content {
    width: 90%;
    height: 100%;
    margin-top: 5%;
  }

  .our-service-image img {
    height: 100%;
    width: 100%;
  }



  .our-service-displayflex {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 5%;
  }

  .our-service-content h4 {
    font-weight: 900;
    color: var(--color2);
    margin-bottom: 2%;
  }

  .our-service-content .our-service-displayflex h3 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
  }


  .service-items-1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 10%;
    flex-direction: column;
    align-items: center;
  }

  .item-1 {
    width: 100%;
    height: 250PX;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
  }

  .item-1 img {
    width: 50%;
    height: 55%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20PX;
  }

  .item-1 .text a h6 {
    font-weight: bolder !important;
    margin-top: 2%;
    padding: 0 20px;
    color: var(--black);
  }

  .item-1:hover {
    background-color: var(--color1);
  }

  .our-services-page .btn {
    background-color: var(--color2) !important;
    padding: 10px !important;
  }

  .our-services-page .btn a i {

    color: var(--color1) !important;
    font-weight: 700 !important;
    align-items: center;
    padding: 0 10px;
  }

  .our-services-page .btn a {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;

  }

  /* Our services section end */

  /* <!-- ////////Why choose us section start//////// --> */

  .why-choose-us {
    height: 100%;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    background-image: url(https://agacinteriors.com/wp-content/uploads/2022/07/BG.png);
    background-repeat: no-repeat;

    padding: 30px;
    background-size: cover;
    background-position: fixed !important;
    position: relative;
    opacity: 1 !important;

  }

  .why-choose-us-section {
    width: 100%;
    height: 100%;
    position: relative;

    z-index: 1 !important;
  }

  .why-choose-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    position: relative;
    z-index: 1 !important;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .why-choose-content {
    width: 100%;
    height: 170px;
    background-color: var(--white);
    padding: 20px;
    position: relative;
    margin-top: 5%;

    z-index: 1 !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .why-choose-content img {
    width: 120px;
    height: 100px;
  }

  .our-service-displayflex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }

  .our-service-displayflex .service-heading {
    padding: 0 10px;
  }

  .our-service-displayflex .service-heading h3 {
    font-weight: 700 !important;
    color: var(--white);

  }

  .why-choose-item .why-choose-content:hover {

    transform: scale(1.1);
  }

  .service-overlay {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color2);
    opacity: 0.6;

  }

  .why-choose-content p {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 14px;
  }


  /* <!-- ////////Why choose us section end//////// --> */



  /* <!--//////// How we do section start/////// --> */

  .about-page-start-1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .about-page-1 {
    width: 90%;
    height: 30%;
  }

  .about-page-1 img {
    width: 100%;
    height: 100%;
    margin-top: 10%;
  }


  .about-page-1-content {
    width: 90%;
    height: auto;
    margin-top: 10%;
  }

  .page-1 {
    margin-top: 15%;
  }

  .about-page-1-content span {
    color: var(--black);
    font-weight: bolder;
  }

  .about-page-1 .how-we-do-shadow {

    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 20px;
  }

  .about-page-1 .how-we-do-shadow h5 {
    color: var(--color1);
    font-weight: 900;
  }

  .about-page-1-content h4 {
    font-weight: 700;
    color: var(--color2);
    margin-bottom: 3%;
  }

  .our-service-displayflex .color h3 {
    color: var(--black);

  }

  .about-page-1-content p {
    margin-top: 5%;
    text-align: justify;
  }

  .inside-content span {
    align-items: center;
    text-align: center;
    margin-top: 10%;
    font-size: 35px;
    color: var(--color1);
    font-weight: 900;

  }

  .inside-content .inside-1 {
    padding: 0 20px;
    margin-top: 5%;
  }

  .inside-content .inside-1 h5 {
    font-weight: 700;
  }



  /* <!--//////// How we do section end/////// --> */




  /* <!-- //////////background-fixed-concept-Start////////...... --> */

  #hero1 {
    width: 100%;
    height: 400px;
    background: url(https://img.freepik.com/premium-photo/luxurious-modern-classic-black-interior-generative-ai_372999-11253.jpg?w=740);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    opacity: 1 !important;
    margin-top: 5%;
  }

  .hero .inner .copy p {
    color: var(--white) !important;
  }

  .copy {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1 !important;
    text-align: center;
    padding: 10px;
  }

  .copy h1 a {
    color: var(--white) !important;
    font-size: 25px;
  }

  .copy h1 .head-1 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;


  }

  .copy h6 {
    color: var(--white);
    position: relative;
    z-index: 1 !important;
    font-family: 'Noto Serif', serif;
    font-size: 16px;

  }

  .overlay-concept-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black);
    opacity: 0.6 !important;
  }

  /* <!-- //////////background-fixed-concept-End/////...... --> */

  .faq-page1 {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    flex-direction: column;
  }

  .faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 17px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: var(--black);
  }

  .faq-text {
    font-family: Open Sans;
    font-weight: 400;
    color: var(--black);
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
    height: auto !important;

  }

  .faq {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;

  }


  .faq-img {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
  }

  .faq-img img {
    height: 415px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;

    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
  }

  .faq-head {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .header-border {
    height: 97px;
    width: 8px;
    background-color: var(--color1);

  }

  .faq input[type="checkbox"] {
    display: none;
  }

  .faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid var(--color1);
    border-right: 2px solid var(--color1);
    font-weight: 900 !important;
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

  }

  .faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 165px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 80px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 10px 1px;
  }



  /*///////////////// faq Section End //////////////////*/



}

@media screen and (min-width:426px) and (max-width:540px) {
  
  .navbar-nav .nav-link{
    margin-top: 5% !important;
  }
  /* 1st Navbar Start */

  .first-navbar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: var(--white);
  }

  a {
    text-decoration: none !important;
  }


  .social-media-icons {
    width: 15%;
    display: flex;
    justify-content: space-between;
    display: none;
  }

  .navbar-one {
    width: 100%;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px;
  }

  .navbar-1 li {
    list-style: none;
  }

  .navbar-1 a {
    padding: 0 2px;
    font-size: 15px;
  }

  .social-media-icons a {

    color: var(--white);

    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
  }

  .social-media-icons a:hover {
    color: var(--color1);
  }

  .navbar-1 .nav-item .nav-link {
    color: var(--white);
  }

  .navbar-1 i {
    color: var(--white);
  }


  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
    font-size: 12px;
  }

  .navbar-1 a:hover {
    color: var(--color1);
  }

  .navbar-1 a i {
    color: var(--color1);
  }

  /* 1st Navbar End */



  /* <!-- About Us start --> */

  .about-us-page1 {
    height: 100%;
    width: 100%;
    margin-top: 5%;
  }

  .about-us-page1 .about-us-content1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .about-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
  }


  .about-content img {
    width: 90%;
    height: 100%;


  }

  .about-heading p {
    line-height: 28px;
    margin-top: 4%;
    width: 90%;
    text-align: justify;
  }

  .about-heading .btn {

    padding: 10px 20px;
    color: var(--white);
    background: var(--color2);
    box-shadow: inset 0 0px 0 0 #B19777;
    padding: 10px 10px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

  .about-heading .btn a {
    color: var(--white);
    background: transparent;

    padding: 10px 15px;
    font-weight: 700;
  }

  .about-heading .btn:hover {
    background-color: var(--color2);


  }

  .about-heading .btn:hover a {
    color: white !important;
  }

  .header-border {
    height: 65px;
    width: 8px;
    background-color: var(--color1);

  }

  .about-heading .header-1 h3 {
    font-weight: 700;
    text-transform: uppercase;
  }

  .about-heading .header-1 {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .about-heading .header-1 .head-1 {
    padding: 0 10px;
  }

  .png-img-content {
    height: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--black);
    margin-bottom: 5%;
    margin-top: 5%;
  }

  .png-img-content .png-1 {
    width: 15%;
    height: 15%;
  }

  .png-img-content .png-1 img {
    height: 100%;
    width: 100%;
  }

  .png-img-content .png-content {
    width: 80%;
    height: 50%;
  }


  /* <!-- About Us end --> */



  /* Our services section start */

  .our-services-section {
    margin-top: 5%;
    height: 100%;
    width: 100%;

  }

  .our-services-page {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .our-service-image {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our-service-content {
    width: 90%;
    height: 100%;
    margin-top: 5%;
  }

  .our-service-image img {
    height: 100%;
    width: 100%;
  }



  .our-service-displayflex {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 5%;
  }

  .our-service-content h4 {
    font-weight: 900;
    color: var(--color2);
    margin-bottom: 2%;
  }

  .our-service-content .our-service-displayflex h3 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
  }


  .service-items-1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 10%;
    flex-direction: column;
    align-items: center;
  }

  .item-1 {
    width: 100%;
    height: 250PX;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
  }

  .item-1 img {
    width: 50%;
    height: 55%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20PX;
  }

  .item-1 .text a h6 {
    font-weight: bolder !important;
    margin-top: 2%;
    padding: 0 20px;
    color: var(--black);
  }

  .item-1:hover {
    background-color: var(--color1);
  }

  .our-services-page .btn {
    background-color: var(--color2) !important;
    padding: 10px !important;
  }

  .our-services-page .btn a i {

    color: var(--color1) !important;
    font-weight: 700 !important;
    align-items: center;
    padding: 0 10px;
  }

  .our-services-page .btn a {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;

  }

  /* Our services section end */


  /* <!-- ////////Why choose us section start//////// --> */

  .why-choose-us {
    height: 100%;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    background-image: url(https://agacinteriors.com/wp-content/uploads/2022/07/BG.png);
    background-repeat: no-repeat;

    padding: 30px;
    background-size: cover;
    background-position: fixed !important;
    position: relative;
    opacity: 1 !important;

  }

  .why-choose-us-section {
    width: 100%;
    height: 100%;
    position: relative;

    z-index: 1 !important;
  }

  .why-choose-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    position: relative;
    z-index: 1 !important;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .why-choose-content {
    width: 100%;
    height: 170px;
    background-color: var(--white);
    padding: 20px;
    position: relative;
    margin-top: 5%;

    z-index: 1 !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .why-choose-content img {
    width: 120px;
    height: 100px;
  }

  .our-service-displayflex {
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }

  .our-service-displayflex .service-heading {
    padding: 0 10px;
  }

  .our-service-displayflex .service-heading h3 {
    font-weight: 700 !important;
    color: var(--white);

  }

  .why-choose-item .why-choose-content:hover {

    transform: scale(1.1);
  }

  .service-overlay {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color2);
    opacity: 0.6;

  }

  .why-choose-content p {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 14px;
  }


  /* <!-- ////////Why choose us section end//////// --> */



  /* <!--//////// How we do section start/////// --> */

  .about-page-start-1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .about-page-1 {
    width: 90%;
    height: 30%;
  }

  .about-page-1 img {
    width: 100%;
    height: 100%;
    margin-top: 10%;
  }


  .about-page-1-content {
    width: 90%;
    height: auto;
    margin-top: 10%;
  }

  .page-1 {
    margin-top: 15%;
  }

  .about-page-1-content span {
    color: var(--black);
    font-weight: bolder;
  }

  .about-page-1 .how-we-do-shadow {

    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 20px;
  }

  .about-page-1 .how-we-do-shadow h5 {
    color: var(--color1);
    font-weight: 900;
  }

  .about-page-1-content h4 {
    font-weight: 700;
    color: var(--color2);
    margin-bottom: 3%;
  }

  .our-service-displayflex .color h3 {
    color: var(--black);

  }

  .about-page-1-content p {
    margin-top: 5%;
    text-align: justify;
  }

  .inside-content span {
    align-items: center;
    text-align: center;
    margin-top: 10%;
    font-size: 35px;
    color: var(--color1);
    font-weight: 900;

  }

  .inside-content .inside-1 {
    padding: 0 20px;
    margin-top: 5%;
  }

  .inside-content .inside-1 h5 {
    font-weight: 700;
  }



  /* <!--//////// How we do section end/////// --> */




  /* <!-- //////////background-fixed-concept-Start////////...... --> */

  #hero1 {
    width: 100%;
    height: 400px;
    background: url(https://img.freepik.com/premium-photo/luxurious-modern-classic-black-interior-generative-ai_372999-11253.jpg?w=740);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    opacity: 1 !important;
    margin-top: 5%;
  }

  .hero .inner .copy p {
    color: var(--white) !important;
  }

  .copy {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1 !important;
    text-align: center;
    padding: 10px;
  }

  .copy h1 a {
    color: var(--white) !important;
    font-size: 25px;
  }

  .copy h1 .head-1 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;


  }

  .copy h6 {
    color: var(--white);
    position: relative;
    z-index: 1 !important;
    font-family: 'Noto Serif', serif;
    font-size: 16px;

  }

  .overlay-concept-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black);
    opacity: 0.6 !important;
  }

  /* <!-- //////////background-fixed-concept-End/////...... --> */

  .faq-page1 {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    flex-direction: column;
  }

  .faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: var(--black);
  }

  .faq-text {
    font-family: Open Sans;
    font-weight: 400;
    color: var(--black);
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
    height: auto !important;

  }

  .faq {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;

  }


  .faq-img {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
  }

  .faq-img img {
    height: 415px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;

    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
  }

  .faq-head {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .header-border {
    height: 97px;
    width: 8px;
    background-color: var(--color1);

  }

  .faq input[type="checkbox"] {
    display: none;
  }

  .faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid var(--color1);
    border-right: 2px solid var(--color1);
    font-weight: 900 !important;
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

  }

  .faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 165px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 65px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 10px 1px;
  }



  /*///////////////// faq Section End //////////////////*/


}

@media screen and (min-width:541px) and (max-width:650px) {

  
  .navbar-nav .nav-link{
    margin-top: 5% !important;
  }
  /* 1st Navbar Start */

  .first-navbar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: var(--white);
  }

  a {
    text-decoration: none !important;
  }


  .social-media-icons {
    width: 15%;
    display: flex;
    justify-content: space-between;
    display: none;
  }

  .navbar-one {
    width: 100%;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px;
  }

  .navbar-1 li {
    list-style: none;
  }

  .navbar-1 a {
    padding: 0 2px;
    font-size: 15px;
  }

  .social-media-icons a {

    color: var(--white);

    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
  }

  .social-media-icons a:hover {
    color: var(--color1);
  }

  .navbar-1 .nav-item .nav-link {
    color: var(--white);
  }

  .navbar-1 i {
    color: var(--white);
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
  }

  .navbar-1 a:hover {
    color: var(--color1);
  }

  .navbar-1 a i {
    color: var(--color1);
  }



  /* 1st Navbar End */



  /* <!-- About Us start --> */

  .about-us-page1 {
    height: 100%;
    width: 100%;
    margin-top: 5%;
  }

  .about-us-page1 .about-us-content1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .about-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
  }


  .about-content img {
    width: 90%;
    height: 100%;


  }

  .about-heading p {
    line-height: 28px;
    margin-top: 4%;
    width: 90%;
    text-align: justify;
  }

  .about-heading .btn {

    padding: 10px 20px;
    color: var(--white);
    background: var(--color2);
    box-shadow: inset 0 0px 0 0 #B19777;
    padding: 10px 10px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

  .about-heading .btn a {
    color: var(--white);
    background: transparent;

    padding: 10px 15px;
    font-weight: 700;
  }

  .about-heading .btn:hover {
    background-color: var(--color2);


  }

  .about-heading .btn:hover a {
    color: white !important;
  }

  .header-border {
    height: 65px;
    width: 8px;
    background-color: var(--color1);

  }

  .about-heading .header-1 h3 {
    font-weight: 700;
    text-transform: uppercase;
  }

  .about-heading .header-1 {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .about-heading .header-1 .head-1 {
    padding: 0 10px;
  }

  .png-img-content {
    height: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--black);
    margin-bottom: 5%;
    margin-top: 5%;
  }

  .png-img-content .png-1 {
    width: 15%;
    height: 15%;
  }

  .png-img-content .png-1 img {
    height: 100%;
    width: 100%;
  }

  .png-img-content .png-content {
    width: 80%;
    height: 50%;
  }


  /* <!-- About Us end --> */



  /* Our services section start */

  .our-services-section {
    margin-top: 5%;
    height: 100%;
    width: 100%;

  }

  .our-services-page {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .our-service-image {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our-service-content {
    width: 90%;
    height: 100%;
    margin-top: 5%;
  }

  .our-service-image img {
    height: 100%;
    width: 100%;
  }



  .our-service-displayflex {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 5%;
  }

  .our-service-content h4 {
    font-weight: 900;
    color: var(--color2);
    margin-bottom: 2%;
  }

  .our-service-content .our-service-displayflex h3 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
  }


  .service-items-1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 10%;
    align-items: center;
  }

  .item-1 {
    width: 29%;
    height: 250PX;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
  }

  .item-1 img {
    width: 83%;
    height: 55%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20PX;
  }

  .item-1 .text a h6 {
    font-weight: bolder !important;
    margin-top: 2%;
    padding: 0 20px;
    color: var(--black);
  }

  .item-1:hover {
    background-color: var(--color1);
  }

  .our-services-page .btn {
    background-color: var(--color2) !important;
    padding: 10px !important;
  }

  .our-services-page .btn a i {

    color: var(--color1) !important;
    font-weight: 700 !important;
    align-items: center;
    padding: 0 10px;
  }

  .our-services-page .btn a {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;

  }

  /* Our services section end */
  /* <!-- ////////Why choose us section start//////// --> */

  .why-choose-us {
    height: 100%;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    background-image: url(https://agacinteriors.com/wp-content/uploads/2022/07/BG.png);
    background-repeat: no-repeat;

    padding: 30px;
    background-size: cover;
    background-position: fixed !important;
    position: relative;
    opacity: 1 !important;

  }

  .why-choose-us-section {
    width: 100%;
    height: 100%;
    position: relative;

    z-index: 1 !important;
  }

  .why-choose-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    position: relative;
    z-index: 1 !important;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .why-choose-content {
    width: 100%;
    height: 170px;
    background-color: var(--white);
    padding: 20px;
    position: relative;
    margin-top: 5%;

    z-index: 1 !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .why-choose-content img {
    width: 120px;
    height: 100px;
  }


  .why-choose-content p {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 14px;
  }


  /* <!-- ////////Why choose us section end//////// --> */



  /* <!--//////// How we do section start/////// --> */

  .about-page-start-1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .about-page-1 {
    width: 90%;
    height: 30%;
  }

  .about-page-1 img {
    width: 100%;
    height: 100%;
    margin-top: 10%;
  }


  .about-page-1-content {
    width: 90%;
    height: auto;
    margin-top: 10%;
  }

  .page-1 {
    margin-top: 15%;
  }

  .about-page-1-content span {
    color: var(--black);
    font-weight: bolder;
  }

  .about-page-1 .how-we-do-shadow {

    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 20px;
  }

  .about-page-1 .how-we-do-shadow h5 {
    color: var(--color1);
    font-weight: 900;
  }

  .about-page-1-content h4 {
    font-weight: 700;
    color: var(--color2);
    margin-bottom: 3%;
  }

  .our-service-displayflex .color h3 {
    color: var(--black);

  }

  .about-page-1-content p {
    margin-top: 5%;
    text-align: justify;
  }

  .inside-content span {
    align-items: center;
    text-align: center;
    margin-top: 10%;
    font-size: 35px;
    color: var(--color1);
    font-weight: 900;

  }

  .inside-content .inside-1 {
    padding: 0 20px;
    margin-top: 5%;
  }

  .inside-content .inside-1 h5 {
    font-weight: 700;
  }



  /* <!--//////// How we do section end/////// --> */




  /* <!-- //////////background-fixed-concept-Start////////...... --> */

  #hero1 {
    width: 100%;
    height: 400px;
    background: url(https://img.freepik.com/premium-photo/luxurious-modern-classic-black-interior-generative-ai_372999-11253.jpg?w=740);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    opacity: 1 !important;
    margin-top: 5%;
  }

  .hero .inner .copy p {
    color: var(--white) !important;
  }

  .copy {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1 !important;
    text-align: center;
    padding: 10px;
  }

  .copy h1 a {
    color: var(--white) !important;
    font-size: 25px;
  }

  .copy h1 .head-1 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;


  }

  .copy h6 {
    color: var(--white);
    position: relative;
    z-index: 1 !important;
    font-family: 'Noto Serif', serif;
    font-size: 16px;

  }

  .overlay-concept-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black);
    opacity: 0.6 !important;
  }

  /* <!-- //////////background-fixed-concept-End/////...... --> */
  .faq-page1 {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    flex-direction: column;
  }

  .faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: var(--black);
  }

  .faq-text {
    font-family: Open Sans;
    font-weight: 400;
    color: var(--black);
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
    height: auto !important;

  }

  .faq {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;

  }


  .faq-img {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
  }

  .faq-img img {
    height: 415px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;

    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
  }

  .faq-head {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .header-border {
    height: 97px;
    width: 8px;
    background-color: var(--color1);

  }

  .faq input[type="checkbox"] {
    display: none;
  }

  .faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid var(--color1);
    border-right: 2px solid var(--color1);
    font-weight: 900 !important;
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

  }

  .faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 165px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 60px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 10px 1px;
  }



  /*///////////////// faq Section End //////////////////*/

}



@media screen and (min-width:651px) and (max-width:750px) {
  /* 1st Navbar Start */

  
  .navbar-nav .nav-link{
    margin-top: 5% !important;
  }

  .first-navbar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: var(--white);
  }

  a {
    text-decoration: none !important;
  }



  .social-media-icons {
    width: 10%;
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
  }

  .navbar-one {
    width: 100%;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px;
  }

  .navbar-1 li {
    list-style: none;
  }

  .navbar-1 a {
    padding: 0 2px;
    font-size: 15px;
  }

  .social-media-icons a {

    color: var(--white);

    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
  }

  .social-media-icons a:hover {
    color: var(--color1);
  }

  .navbar-1 .nav-item .nav-link {
    color: var(--white);
  }

  .navbar-1 i {
    color: var(--white);
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
  }

  .navbar-1 a:hover {
    color: var(--color1);
  }

  .navbar-1 a i {
    color: var(--color1);
  }

  /* 1st Navbar end */


  /* <!-- About Us start --> */

  .about-us-page1 {
    height: 100%;
    width: 100%;
    margin-top: 5%;
  }

  .about-us-page1 .about-us-content1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .about-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
  }


  .about-content img {
    width: 90%;
    height: 500px;


  }

  .about-heading p {
    line-height: 28px;
    margin-top: 4%;
    width: 90%;
    text-align: justify;
  }

  .about-heading .btn {

    padding: 10px 20px;
    color: var(--white);
    background: var(--color2);
    box-shadow: inset 0 0px 0 0 #B19777;
    padding: 10px 10px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

  .about-heading .btn a {
    color: var(--white);
    background: transparent;

    padding: 10px 15px;
    font-weight: 700;
  }

  .about-heading .btn:hover {
    background-color: var(--color2);


  }

  .about-heading .btn:hover a {
    color: white !important;
  }

  .header-border {
    height: 65px;
    width: 8px;
    background-color: var(--color1);

  }

  .about-heading .header-1 h3 {
    font-weight: 700;
    text-transform: uppercase;
  }

  .about-heading .header-1 {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .about-heading .header-1 .head-1 {
    padding: 0 10px;
  }

  .png-img-content {
    height: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--black);
    margin-bottom: 5%;
    margin-top: 5%;
  }

  .png-img-content .png-1 {
    width: 15%;
    height: 15%;
  }

  .png-img-content .png-1 img {
    height: 100%;
    width: 100%;
  }

  .png-img-content .png-content {
    width: 80%;
    height: 50%;
  }


  /* <!-- About Us end --> */



  /* Our services section start */

  .our-services-section {
    margin-top: 5%;
    height: 100%;
    width: 100%;

  }

  .our-services-page {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .our-service-image {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our-service-content {
    width: 90%;
    height: 100%;
    margin-top: 5%;
  }

  .our-service-image img {
    height: 500px;
    width: 100%;
  }



  .our-service-displayflex {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 5%;
  }

  .our-service-content h4 {
    font-weight: 900;
    color: var(--color2);
    margin-bottom: 2%;
  }

  .our-service-content .our-service-displayflex h3 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
  }


  .service-items-1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 0%;
    align-items: center;
  }

  .item-1 {
    width: 31%;
    height: 250PX;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
  }

  .item-1 img {
    width: 83%;
    height: 55%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20PX;
  }

  .item-1 .text a h6 {
    font-weight: bolder !important;
    margin-top: 2%;
    padding: 0 20px;
    color: var(--black);
  }

  .item-1:hover {
    background-color: var(--color1);
  }

  .our-services-page .btn {
    background-color: var(--color2) !important;
    padding: 10px !important;
  }

  .our-services-page .btn a i {

    color: var(--color1) !important;
    font-weight: 700 !important;
    align-items: center;
    padding: 0 10px;
  }

  .our-services-page .btn a {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;

  }

  /* Our services section end */


  /* <!-- ////////Why choose us section start//////// --> */

  .why-choose-us {
    height: 100%;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    background-image: url(https://agacinteriors.com/wp-content/uploads/2022/07/BG.png);
    background-repeat: no-repeat;

    padding: 30px;
    background-size: cover;
    background-position: fixed !important;
    position: relative;
    opacity: 1 !important;

  }

  .why-choose-us-section {
    width: 100%;
    height: 100%;
    position: relative;

    z-index: 1 !important;
  }

  .why-choose-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    position: relative;
    z-index: 1 !important;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .why-choose-content {
    width: 100%;
    height: 170px;
    background-color: var(--white);
    padding: 20px;
    position: relative;
    margin-top: 5%;

    z-index: 1 !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .why-choose-content img {
    width: 120px;
    height: 100px;
  }

  .our-service-displayflex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }

  .our-service-displayflex .service-heading {
    padding: 0 10px;
  }

  .our-service-displayflex .service-heading h3 {
    font-weight: 700 !important;
    color: var(--white);

  }

  .why-choose-item .why-choose-content:hover {

    transform: scale(1.1);
  }

  .service-overlay {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color2);
    opacity: 0.6;

  }

  .why-choose-content p {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 14px;
  }


  /* <!-- ////////Why choose us section end//////// --> */



  /* <!--//////// How we do section start/////// --> */

  .about-page-start-1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .about-page-1 {
    width: 90%;
    height: 30%;
  }

  .about-page-1 img {
    width: 100%;
    height: 100%;
    margin-top: 10%;
  }


  .about-page-1-content {
    width: 90%;
    height: auto;
    margin-top: 10%;
  }

  .page-1 {
    margin-top: 15%;
  }

  .about-page-1-content span {
    color: var(--black);
    font-weight: bolder;
  }

  .about-page-1 .how-we-do-shadow {

    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 20px;
  }

  .about-page-1 .how-we-do-shadow h5 {
    color: var(--color1);
    font-weight: 900;
  }

  .about-page-1-content h4 {
    font-weight: 700;
    color: var(--color2);
    margin-bottom: 3%;
  }

  .our-service-displayflex .color h3 {
    color: var(--black);

  }

  .about-page-1-content p {
    margin-top: 5%;
    text-align: justify;
  }

  .inside-content span {
    align-items: center;
    text-align: center;
    margin-top: 10%;
    font-size: 35px;
    color: var(--color1);
    font-weight: 900;

  }

  .inside-content .inside-1 {
    padding: 0 20px;
    margin-top: 5%;
  }

  .inside-content .inside-1 h5 {
    font-weight: 700;
  }



  /* <!--//////// How we do section end/////// --> */




  /* <!-- //////////background-fixed-concept-Start////////...... --> */

  #hero1 {
    width: 100%;
    height: 400px;
    background: url(https://img.freepik.com/premium-photo/luxurious-modern-classic-black-interior-generative-ai_372999-11253.jpg?w=740);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    opacity: 1 !important;
    margin-top: 5%;
  }

  .hero .inner .copy p {
    color: var(--white) !important;
  }

  .copy {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1 !important;
    text-align: center;
    padding: 10px;
  }

  .copy h1 a {
    color: var(--white) !important;
    font-size: 25px;
  }

  .copy h1 .head-1 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;


  }

  .copy h6 {
    color: var(--white);
    position: relative;
    z-index: 1 !important;
    font-family: 'Noto Serif', serif;
    font-size: 16px;

  }

  .overlay-concept-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black);
    opacity: 0.6 !important;
  }

  /* <!-- //////////background-fixed-concept-End/////...... --> */



  /* faq Section Start */


  .faq-page1 {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    flex-direction: column;
  }

  .faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: var(--black);
  }

  .faq-text {
    font-family: Open Sans;
    font-weight: 400;
    color: var(--black);
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
    height: auto !important;

  }

  .faq {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;

  }


  .faq-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    display: none;
  }

  .faq-img img {
    height: 415px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;

    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
  }

  .faq-head {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .header-border {
    height: 55px;
    width: 8px;
    background-color: var(--color1);
  }

  .faq input[type="checkbox"] {
    display: none;
  }

  .faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid var(--color1);
    border-right: 2px solid var(--color1);
    font-weight: 900 !important;
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

  }

  .faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 165px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 45px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 0;
    text-align: justify;
  }



  /*///////////////// faq Section End //////////////////*/

}

@media screen and (min-width:751px) and (max-width:850px) {

  
  .navbar-nav .nav-link{
    margin-top: 5% !important;
  }
  /* 1st Navbar Start */

  .first-navbar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: var(--white);
  }

  a {
    text-decoration: none !important;
  }



  .social-media-icons {
    width: 9%;
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
  }

  .navbar-one {
    width: 100%;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px;
  }

  .navbar-1 li {
    list-style: none;
  }

  .navbar-1 a {
    padding: 0 2px;
    font-size: 15px;
  }

  .social-media-icons a {

    color: var(--white);

    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
  }

  .social-media-icons a:hover {
    color: var(--color1);
  }

  .navbar-1 .nav-item .nav-link {
    color: var(--white);
  }

  .navbar-1 i {
    color: var(--white);
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
  }

  .navbar-1 a:hover {
    color: var(--color1);
  }

  .navbar-1 a i {
    color: var(--color1);
  }

  /* 1st Navbar End */



  /* <!-- About Us start --> */

  .about-us-page1 {
    height: 100%;
    width: 100%;
    margin-top: 5%;
  }

  .about-us-page1 .about-us-content1 {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }

  .about-heading {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .about-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
  }


  .about-content img {
    width: 90%;
    height: 500px;

  }

  .about-heading p {
    line-height: 28px;
    margin-top: 0;
    width: 90%;
    text-align: justify;
  }

  .about-heading .btn {

    padding: 10px 20px;
    color: var(--white);
    background: var(--color2);
    box-shadow: inset 0 0px 0 0 #B19777;
    padding: 10px 10px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
  }

  .about-heading .btn a {
    color: var(--white);
    background: transparent;

    padding: 10px 15px;
    font-weight: 700;
  }

  .about-heading .btn:hover {
    background-color: var(--color2);


  }

  .about-heading .btn:hover a {
    color: white !important;
  }

  .header-border {
    height: 65px;
    width: 8px;
    background-color: var(--color1);

  }

  .about-heading .header-1 h3 {
    font-weight: 700;
    text-transform: uppercase;
  }

  .about-heading .header-1 {
    display: flex;
    align-items: center;
    text-align: center;
  }

  .about-heading .header-1 .head-1 {
    padding: 0 10px;
  }

  .png-img-content {
    height: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--black);
    margin-bottom: 5%;
    margin-top: 2%;
  }

  .png-img-content .png-1 {
    width: 15%;
    height: 15%;
  }

  .png-img-content .png-1 img {
    height: 100%;
    width: 100%;
  }

  .png-img-content .png-content {
    width: 80%;
    height: 50%;
  }


  /* <!-- About Us end --> */



  /* Our services section start */

  .our-services-section {
    margin-top: 5%;
    height: 100%;
    width: 100%;

  }

  .our-services-page {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .our-service-image {
    width: 90%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .our-service-content {
    width: 90%;
    height: 100%;
    margin-top: 5%;
  }

  .our-service-image img {
    height: 500px;
    width: 100%;
  }



  .our-service-displayflex {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 5%;
  }

  .our-service-content h4 {
    font-weight: 900;
    color: var(--color2);
    margin-bottom: 2%;
  }

  .our-service-content .our-service-displayflex h3 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
  }


  .service-items-1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 0%;
    align-items: center;
  }

  .item-1 {
    width: 31%;
    height: 250PX;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 5%;
  }

  .item-1 img {
    width: 83%;
    height: 55%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20PX;
  }

  .item-1 .text a h6 {
    font-weight: bolder !important;
    margin-top: 2%;
    padding: 0 20px;
    color: var(--black);
  }

  .item-1:hover {
    background-color: var(--color1);
  }

  .our-services-page .btn {
    background-color: var(--color2) !important;
    padding: 10px !important;
  }

  .our-services-page .btn a i {

    color: var(--color1) !important;
    font-weight: 700 !important;
    align-items: center;
    padding: 0 10px;
  }

  .our-services-page .btn a {
    text-align: center;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 700;

  }

  /* Our services section end */

  /* <!-- ////////Why choose us section start//////// --> */

  .why-choose-us {
    height: 100%;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    background-image: url(https://agacinteriors.com/wp-content/uploads/2022/07/BG.png);
    background-repeat: no-repeat;

    padding: 30px;
    background-size: cover;
    background-position: fixed !important;
    position: relative;
    opacity: 1 !important;

  }

  .why-choose-us-section {
    width: 100%;
    height: 100%;
    position: relative;

    z-index: 1 !important;
  }

  .why-choose-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    position: relative;
    z-index: 1 !important;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .why-choose-content {
    width: 100%;
    height: 170px;
    background-color: var(--white);
    padding: 20px;
    position: relative;
    margin-top: 5%;

    z-index: 1 !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .why-choose-content img {
    width: 120px;
    height: 100px;
  }

  .our-service-displayflex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }

  .our-service-displayflex .service-heading {
    padding: 0 10px;
  }

  .our-service-displayflex .service-heading h3 {
    font-weight: 700 !important;
    color: var(--white);

  }

  .why-choose-item .why-choose-content:hover {

    transform: scale(1.1);
  }

  .service-overlay {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color2);
    opacity: 0.6;

  }

  .why-choose-content p {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 14px;
  }


  /* <!-- ////////Why choose us section end//////// --> */



  /* <!--//////// How we do section start/////// --> */

  .about-page-start-1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .about-page-1 {
    width: 90%;
    height: 30%;
  }

  .about-page-1 img {
    width: 100%;
    height: 100%;
    margin-top: 10%;
  }


  .about-page-1-content {
    width: 90%;
    height: auto;
    margin-top: 10%;
  }

  .page-1 {
    margin-top: 15%;
  }

  .about-page-1-content span {
    color: var(--black);
    font-weight: bolder;
  }

  .about-page-1 .how-we-do-shadow {

    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 20px;
  }

  .about-page-1 .how-we-do-shadow h5 {
    color: var(--color1);
    font-weight: 900;
  }

  .about-page-1-content h4 {
    font-weight: 700;
    color: var(--color2);
    margin-bottom: 3%;
  }

  .our-service-displayflex .color h3 {
    color: var(--black);

  }

  .about-page-1-content p {
    margin-top: 5%;
    text-align: justify;
  }

  .inside-content span {
    align-items: center;
    text-align: center;
    margin-top: 10%;
    font-size: 35px;
    color: var(--color1);
    font-weight: 900;

  }

  .inside-content .inside-1 {
    padding: 0 20px;
    margin-top: 5%;
  }

  .inside-content .inside-1 h5 {
    font-weight: 700;
  }



  /* <!--//////// How we do section end/////// --> */




  /* <!-- //////////background-fixed-concept-Start////////...... --> */

  #hero1 {
    width: 100%;
    height: 400px;
    background: url(https://img.freepik.com/premium-photo/luxurious-modern-classic-black-interior-generative-ai_372999-11253.jpg?w=740);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    opacity: 1 !important;
    margin-top: 5%;
  }

  .hero .inner .copy p {
    color: var(--white) !important;
  }

  .copy {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1 !important;
    text-align: center;
    padding: 10px;
  }

  .copy h1 a {
    color: var(--white) !important;
    font-size: 25px;
  }

  .copy h1 .head-1 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;


  }

  .copy h6 {
    color: var(--white);
    position: relative;
    z-index: 1 !important;
    font-family: 'Noto Serif', serif;
    font-size: 16px;

  }

  .overlay-concept-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black);
    opacity: 0.6 !important;
  }

  /* <!-- //////////background-fixed-concept-End/////...... --> */
  /* faq Section Start */


  .faq-page1 {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    flex-direction: column;
  }

  .faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: var(--black);
  }

  .faq-text {
    font-family: Open Sans;
    font-weight: 400;
    color: var(--black);
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
    height: auto !important;

  }

  .faq {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;

  }


  .faq-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    display: none;
  }

  .faq-img img {
    height: 415px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
  }

  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;

    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
  }

  .faq-head {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .header-border {
    height: 55px;
    width: 8px;
    background-color: var(--color1);
  }

  .faq input[type="checkbox"] {
    display: none;
  }

  .faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid var(--color1);
    border-right: 2px solid var(--color1);
    font-weight: 900 !important;
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

  }

  .faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 165px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 50px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 0;
    text-align: justify;
  }




  /*///////////////// faq Section End //////////////////*/




}

@media screen and (min-width:851px) and (max-width:950px) {

  
  .navbar-nav .nav-link{
    margin-top: 5% !important;
  }
  /* 1st Navbar Start */

  .first-navbar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: var(--white);
  }

  a {
    text-decoration: none !important;
  }



  .social-media-icons {
    width: 9%;
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
  }

  .navbar-one {
    width: 100%;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px;
  }

  .navbar-1 li {
    list-style: none;
  }

  .navbar-1 a {
    padding: 0 2px;
    font-size: 15px;
  }

  .social-media-icons a {

    color: var(--white);

    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
  }

  .social-media-icons a:hover {
    color: var(--color1);
  }

  .navbar-1 .nav-item .nav-link {
    color: var(--white);
  }

  .navbar-1 i {
    color: var(--white);
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
  }

  .navbar-1 a:hover {
    color: var(--color1);
  }

  .navbar-1 a i {
    color: var(--color1);
  }

  /* 1st Navbar End */

  .about-content img {
    width: 100%;
    height: 500px;
  }

  .service-items-1 {
    width: 388px;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 10%;
  }

  /* <!-- ////////Why choose us section start//////// --> */

  .why-choose-us {
    height: 100%;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    background-image: url(https://agacinteriors.com/wp-content/uploads/2022/07/BG.png);
    background-repeat: no-repeat;

    padding: 30px;
    background-size: cover;
    background-position: fixed !important;
    position: relative;
    opacity: 1 !important;

  }

  .why-choose-us-section {
    width: 100%;
    height: 100%;
    position: relative;

    z-index: 1 !important;
  }

  .why-choose-item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    position: relative;
    z-index: 1 !important;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;

  }

  .why-choose-content {
    width: 100%;
    height: 170px;
    background-color: var(--white);
    padding: 20px;
    position: relative;
    margin-top: 5%;

    z-index: 1 !important;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .why-choose-content img {
    width: 120px;
    height: 100px;
  }

  .our-service-displayflex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
  }

  .our-service-displayflex .service-heading {
    padding: 0 10px;
  }

  .our-service-displayflex .service-heading h3 {
    font-weight: 700 !important;
    color: var(--white);

  }

  .why-choose-item .why-choose-content:hover {

    transform: scale(1.1);
  }

  .service-overlay {

    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color2);
    opacity: 0.6;

  }

  .why-choose-content p {
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 14px;
  }


  /* <!-- ////////Why choose us section end//////// --> */



  /* <!--//////// How we do section start/////// --> */

  .about-page-start-1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 5%;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .about-page-1 {
    width: 90%;
    height: 30%;
  }

  .about-page-1 img {
    width: 100%;
    height: 100%;
    margin-top: 10%;
  }


  .about-page-1-content {
    width: 90%;
    height: auto;
    margin-top: 10%;
  }

  .page-1 {
    margin-top: 15%;
  }

  .about-page-1-content span {
    color: var(--black);
    font-weight: bolder;
  }

  .about-page-1 .how-we-do-shadow {

    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px 20px;
  }

  .about-page-1 .how-we-do-shadow h5 {
    color: var(--color1);
    font-weight: 900;
  }

  .about-page-1-content h4 {
    font-weight: 700;
    color: var(--color2);
    margin-bottom: 3%;
  }

  .our-service-displayflex .color h3 {
    color: var(--black);

  }

  .about-page-1-content p {
    margin-top: 5%;
    text-align: justify;
  }

  .inside-content span {
    align-items: center;
    text-align: center;
    margin-top: 10%;
    font-size: 35px;
    color: var(--color1);
    font-weight: 900;

  }

  .inside-content .inside-1 {
    padding: 0 20px;
    margin-top: 5%;
  }

  .inside-content .inside-1 h5 {
    font-weight: 700;
  }



  /* <!--//////// How we do section end/////// --> */




  /* <!-- //////////background-fixed-concept-Start////////...... --> */

  #hero1 {
    width: 100%;
    height: 400px;
    background: url(https://img.freepik.com/premium-photo/luxurious-modern-classic-black-interior-generative-ai_372999-11253.jpg?w=740);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    opacity: 1 !important;
    margin-top: 5%;
  }

  .hero .inner .copy p {
    color: var(--white) !important;
  }

  .copy {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1 !important;
    text-align: center;
    padding: 10px;
  }

  .copy h1 a {
    color: var(--white) !important;
    font-size: 25px;
  }

  .copy h1 .head-1 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;


  }

  .copy h6 {
    color: var(--white);
    position: relative;
    z-index: 1 !important;
    font-family: 'Noto Serif', serif;
    font-size: 16px;

  }

  .overlay-concept-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--black);
    opacity: 0.6 !important;
  }

  /* <!-- //////////background-fixed-concept-End/////...... --> */

  /* faq Section Start */


  .faq-page1 {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
  }

  .faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 18px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: var(--black);
  }

  .faq-text {
    font-family: Open Sans;
    font-weight: 400;
    color: var(--black);
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
    height: auto !important;

  }

  .faq {
    width: 47%;
    height: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;

  }


  .faq-img {
    width: 47%;
    height: 100%;

  }

  .faq-img img {
    height: 523px;
    width: 100%;
    object-fit: cover;
  }

  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;

    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
  }

  .faq-head {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .header-border {
    height: 55px;
    width: 8px;
    background-color: var(--color1);
  }

  .faq input[type="checkbox"] {
    display: none;
  }

  .faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid var(--color1);
    border-right: 2px solid var(--color1);
    font-weight: 900 !important;
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

  }

  .faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 165px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 52px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }



  /*///////////////// faq Section End //////////////////*/



}

@media screen and (min-width:951px) and (max-width:1050px) {

  
  .navbar-nav .nav-link{
    margin-top: 5% !important;
  }
  /* 1st Navbar Start */

  .first-navbar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: var(--white);
  }

  a {
    text-decoration: none !important;
  }


  .social-media-icons {
    width: 6%;
    display: flex;
    justify-content: space-between;
  }

  .navbar-one {
    width: 45%;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-1 li {
    list-style: none;
  }

  .navbar-1 a {
    padding: 0 5px;
  }

  .social-media-icons a {

    color: var(--white);

    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
  }

  .social-media-icons a:hover {
    color: var(--color1);
  }

  .navbar-1 .nav-item .nav-link {
    color: var(--white);
  }

  .navbar-1 i {
    color: var(--white);
  }



  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
    font-size: 14px;
  }

  .navbar-1 a:hover {
    color: var(--color1);
  }

  .navbar-1 a i {
    color: var(--color1);
  }



  /* 1st Navbar End */


  .about-content img {
    width: 100%;
    height: 500px;
  }

  /* faq Section Start */


  .faq-page1 {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
  }


  .faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: var(--black);
  }

  .faq-text {
    font-family: Open Sans;
    font-weight: 400;
    color: var(--black);
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
    height: auto !important;

  }

  .faq {
    width: 47%;
    height: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;

  }


  .faq-img {
    width: 47%;
    height: 100%;

  }

  .faq-img img {
    height: 415px;
    width: 100%;
    object-fit: cover;
  }

  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;

    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
  }

  .faq-head {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .header-border {
    height: 55px;
    width: 8px;
    background-color: var(--color1);
  }

  .faq input[type="checkbox"] {
    display: none;
  }

  .faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid var(--color1);
    border-right: 2px solid var(--color1);
    font-weight: 900 !important;
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

  }

  .faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 165px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 66px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

}


/*///////////////// faq Section End //////////////////*/





@media screen and (min-width:1051px) and (max-width:1200px) {
  /* 1st Navbar Start */

  .first-navbar {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background-color: var(--white);
  }

  a {
    text-decoration: none !important;
  }


  .social-media-icons {
    width: 6%;
    display: flex;
    justify-content: space-between;
  }

  .navbar-one {
    width: 45%;
    height: 40px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-1 li {
    list-style: none;
  }

  .navbar-1 a {
    padding: 0 5px;
  }

  .social-media-icons a {

    color: var(--white);
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 20px;
  }

  .social-media-icons a:hover {
    color: var(--color1);
  }

  .navbar-1 .nav-item .nav-link {
    color: var(--white);
  }

  .navbar-1 i {
    color: var(--white);
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
  }

  .navbar-1 a {
    color: var(--white);
    text-decoration: none;
    font-size: 15px;
  }

  .navbar-1 a:hover {
    color: var(--color1);
  }

  .navbar-1 a i {
    color: var(--color1);
  }



  /* 1st Navbar End */


  .about-content img {
    width: 100%;
    height: 500px;
  }


  /* faq Section Start */


  .faq-page1 {
    width: 100%;
    height: auto;
    margin-bottom: 3%;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
  }


  .faq-heading {
    font-family: Lato;
    font-weight: 400;
    font-size: 16px;
    -webkit-transition: text-indent 0.2s;
    text-indent: 20px;
    color: var(--black);
  }

  .faq-text {
    font-family: Open Sans;
    font-weight: 400;
    color: var(--black);
    width: 95%;
    padding-left: 20px;
    margin-bottom: 30px;
    height: auto !important;

  }

  .faq {
    width: 47%;
    height: 100%;
    margin: 0 auto;
    background: white;
    border-radius: 4px;
    position: relative;
    border: 1px solid #E1E1E1;

  }


  .faq-img {
    width: 47%;
    height: 100%;

  }

  .faq-img img {
    height: 415px;
    width: 100%;
    object-fit: cover;
  }

  .faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 56px;
    padding-top: 1px;

    background-color: #FAFAFA;
    border-bottom: 1px solid #E1E1E1;
  }

  .faq-head {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
  }

  .header-border {
    height: 55px;
    width: 8px;
    background-color: var(--color1);
  }

  .faq input[type="checkbox"] {
    display: none;
  }

  .faq .faq-arrow {
    width: 10px;
    height: 10px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid var(--color1);
    border-right: 2px solid var(--color1);
    font-weight: 900 !important;
    float: right;
    position: relative;
    top: -30px;
    right: 27px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

  }

  .faq input[type="checkbox"]:checked+label>.faq-arrow {
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .faq input[type="checkbox"]:checked+label {
    display: block;
    background: rgba(255, 255, 255, 255) !important;
    color: #4f7351;
    height: 165px;
    transition: height 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  .faq input[type='checkbox']:not(:checked)+label {
    display: block;
    transition: height 0.8s;
    height: 66px;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

}


/* /////////////Media query end/////////////// */







/*///////////////// faq Section End //////////////////*/




@media screen and (max-width:660px) {

  .controls-container {
    display: none;
  }
}





@media screen and (max-width:700px) {
  .bg-content .banner-border-1 {
    display: none;
  }

  .bg-content h1 {
    font-weight: 700;
    font-size: 30px;
  }
}

@media screen and (max-width:600px) {

  .bg-content h1 {
    font-weight: 700;
    font-size: 30px;

  }

}


@media screen and (min-width:768px) and (max-width:930px) {
  span {
    font-weight: 700 !important;
    font-size: 12px;
  }
}