* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --priary-text-color: #d19b34;
  --black-color: #000;
  --white-color: #fff;
  --secondary-text-color:#d3a268
}
section {
  padding: 60px 0;
}

body {
  overflow-x: hidden;
  background-color: var(--black-color);
  color: var(--white-color);
}

.vertical-line ul {
    list-style: none; /* Remove default bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
}

.vertical-line li {
    position: relative; /* For the pseudo-element positioning */
    padding-left: 20px; /* Add space between the line and text */
    margin-bottom: 10px; /* Add gap between lines */
}

.vertical-line li::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 16px;
    height: 50%;
    width: 4px;
    background-color:var(--secondary-text-color);
}

.past_preiage{
  margin: 10px 0;
}
.past_preiage img{
  border-radius: 0px 40px 0 40px;

}
.past_preiage h4{
    text-align:center;
    font-size:16px;
}
.inesto_pastperformance {
  position: relative;
}
.inesto_pastperformance::before {
  position: absolute;
  content: '';
  background-image: url(../images/Inesttree.png);
  height: 150px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  left: -66px;
  bottom: 227px;
}
.inesto_pastperformance::after {
  position: absolute;
  content: '';
  background-image: url(../images/tree.png);
  height: 150px;
  width: 100%; /* Matches the container's width */
  background-repeat: no-repeat;
  background-size: contain;
  right: 0; /* Align the image to the right */
  top: 0; /* Align the top of the image with the container */
}

.menu_logo {
  width: 10%;
  margin: 0 auto;
}
.nav_icon {
  border: 1px solid var(--white-color) !important;
  padding: 0 15px;
  border-radius: 10px;
  margin-top: 10px;
  margin-right: 40px;
}
.menu_nav a {
  font-size: 20px;
  color: var(--white-color) !important;
  margin: 0 10px;
}
.menu_nav a:active {
  border-bottom: 2px solid var(--white-color) !important;
  color: var(--white-color) !important;
}
.menu_nav a:hover {
  border-bottom: 2px solid var(--white-color) !important;
  color: var(--white-color) !important;
}
.luxory_text h1 {
  font-size: 75px;
  font-weight: 700;
}
.luxory_text h6 {
  margin-top: 30px;
  font-size: 26px;
  color: var(--white-color);
  position: relative;
  padding-left: 15px;
}
.luxory_text h6::before {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  border-left: 3px solid var(--white-color);
}
.main_luxoryimg img {
  height: 600px;
  background:var(--black-color);
  opacity:0.4;
}
.carosel_luxories {
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translate(-50%, -50%);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: none !important;
}
.carosel_img img {
  width: 450px !important;
  margin: 0 auto;
  height: 400px !important;
  border-radius: 5px;
}
.carousel-indicators {
  top: 100% !important;
  left: -383px !important;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px !important;
  border-radius: 50% !important;
}
.interior_design_studio{
  background-color:#424242 ;
}
/* main luxarious finish */
/* about start */
.about-inesto h1 {
  font-size: 80px;
  color: var(--white-color);
  font-weight: 600;
}
.about-inesto p {
  font-size: 18px;
  color: var(--secondary-text-color);
  font-weight: 500;
}
.about_inesto img {
  
  border-radius: 20px 0px 0px 20px;
}
.interior_txt h2 {
  font-size: 40px;
  font-weight: 600;
}
.interior_txt span {
  color: var(--secondary-text-color);
  font-size: 36px;
}
.interior_txt p {
  color: var(--white-color);
  font-size: 20px;
  text-align:justify;
}
.interior_txt {
		padding: 20px 0 0 80px;
	}
.ins_project h2 {
  font-size: 40px;
  font-weight: 700;
}
.ins_project p {
  font-size: 16px;
  font-weight: 400;
}
.interior_sec img{
	width:120%;
	margin: 0 auto;
}
.ins_project span {
  color: var(--secondary-text-color);
}
	
	.ins_projectimg{
		width: 840px;
		height: 300px;
		overflow: hidden;
	}
    .ins_projectimg img {
         width: 100%;
		 height: 100%;
		 object-fit: cover;
		transition: transform 0.3s ease;
    }
	.ins_projectimg img:hover{
		 transform: scale(1.1);
	}
.our_working-text span {
  color: var(--secondary-text-color);
}
.our_working-text h1 {
  font-size: 43px;
  font-weight: 600;
  text-transform: uppercase;
}
.inesto_num li {
  counter-increment: custom-counter;
  margin-bottom: 1.5rem;
  padding-left: 40px;
  position: relative;
}
.inesto_num ol {
    list-style: none !important;
}

.inesto_num li::before {
  content: counter(custom-counter);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 2px solid #fff; 
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.inesto_num li p {
  font-size: 30px;
  font-weight: 600;
}
.interior_txt ul {
    padding-left:0px !important;
    
}
.interior_txt ul li{
    list-style:none;
     font-size: 18px;
     font-weight: 600; 
     padding:15px 0;
     color: var(--secondary-text-color);
     
    
}


.inesto_num li span {
  font-size: 18px;
  font-weight: 600;
}
/* about finish */
/* Main container for timeline */
.process-timeline {
    position: relative;
    padding: 20px 0;
  }
  
  /* Style for dotted border line */
  .process-timeline::before {
    content: "";
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    height: 1px;
    border-top: 2px dashed #fff;
    z-index: 1;
  }
  
  /* Each step */
  .process-step {
    position: relative;
    z-index: 2;
    width: 5%;
  }
  
  /* Circle for icons */
  .circle-icon {
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    color: #d3a268;
    font-size:40px;
	background-color:#000;
  }
  
  /* Step labels */
  .step-label {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
  }
  .explore_mechanics span{
    color: var(--secondary-text-color);
  }
  .explore_mechanics h1{
    font-size: 40px;
    font-weight: 700;
  }
  .explore_mechanics p{
    font-size: 20px;
    font-weight: 400;
  }
  .exclusive_mechanics-txt{
    background-color: var(--white-color);
    padding: 5px;
    color: var(--black-color);
    display: inline-block;
    margin: -25px 0 0 -20px;
    border-radius: 2px;
  }
  .layer_img_full{
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)), url(../images/n.jpg);
    height: 100vh;
    background-position: center;
    background-size: cover;
  }

  .abr-section {
    background-color: #f6e3c3;
    padding-top: 0px !important;
    border-radius: 0px 0px 0px 440px;
  }
  
 
  
  .form-section {
    padding: 20px;
    background-color: #f6e3c3;
    color: #000 !important;
    position: relative;
  }
  
  
  
  .form-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
  }
  
  .form-control {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: transparent;
    font-size: 0.9rem;
  }
  
  .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #000;
  }
  .intsubmit-btn{
   
    background-color: #000;
    color: #f6e3c3;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
   
    
    cursor: pointer;
}
  
  .intsubmit-btn:hover {
    background-color: #f6e3c3; 
    color: #000; 
  }
  .social_icon i {
    font-size: 24px;
    margin: 0 10px;
  }
  /* media query start */
  @media screen and (min-width: 992px) and (max-width: 1024px){
    .luxory_text h1 {
        font-size: 59px;
    }
    .ins_projectimg img {
        width: 25%;
        margin: 0 auto;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 992px){
    .main_luxoryimg img {
        height: 291px;
    }
    .carosel_img img{
        display: none;
    }
    .menu_logo {
        width: 28%;
        margin: 0; 
    }
    .luxory_text h1{
        font-size: 40px;
    }
    .carousel-indicators [data-bs-target]{
        display: none;
    }
	
    .interior_txt h2{
        font-size: 28px;
    }
	
    .ins_projectimg img {
        width: 22%;
        margin: 0 auto;
    }
	
	
    .ins_projectimg h2 {
        font-size: 24px;
        font-weight: 700;
    }
    .ins_projectimg p {
        font-size: 14px;
        font-weight: 400;
    }
    .our_working-text h1 {
        font-size: 54px;
        
    }
    .inesto_num li p {
        font-size: 25px;

    }
    
    .explore_mechanics h1 {
        font-size: 22px;
       
    }

    .explore_mechanics p {
        font-size: 13px;
        font-weight: 400;
    }
    .contact_us h2{
        font-size: 18px;
    }
    .email_number{
        font-size: 14px;
    }
    .copy-right a{
        font-size: 12px;
    }
    .term a{
        font-size: 12px;
    }
    .circle-icon {
        width: 54px;
        height: 54px;
        font-size: 16px;
    }
    .step-label{
        font-size: 14px;
    }
	.ins_projectimg {
    width: 505px;
    height: 300px;
    overflow: hidden;
}

  }
  @media screen and (min-width: 320px) and (max-width: 767px) {
        .main_luxoryimg img {
            height: 291px;
        }
		.interior_sec img {
			width: 98%;
			margin: 10px 0;
		}
		.interior_txt {
			padding: 15px 0 0 0px;
		}
		.interior_txt h2 {
			font-size: 29px;
			font-weight: 600;
		}
        .menu_logo {
            width: 28%;
            margin: 0; 
        }
        .carosel_img img{
            display: none;
        }
        .carosel_luxories{
            display: none !important;
        }
        .luxory_text h1 {
            font-size: 48px;
            font-weight: 700;
        }
        .about-inesto h1{
            font-size: 54px;
        }
        .ins_project h2 {
            font-size: 24px;
        }
        .ins_project p{
            text-align: justify;
        }
        
        .ins_projectimg{
              flex-direction:column;
				width:280px;
				margin: 0 auto;
            
            }
        .our_working-text h1{
            font-size: 24px;
        }
        .inesto_num li p {
            font-size: 22px;
            
        }
        .circle-icon {
            width: 36px;
            height: 36px;
            font-size: 15px;
        }
        .step-label{
            font-size: 12px;
        }
        section{
            padding: 30px 0;
        }
        .process-step {

            width: 14%;
        }
        .exclusive_mechanics-txt {
           
            margin: -25px 0 0 -5px;
            
        }
        .copy-right a{
            font-size: 14px;
            margin-bottom: 10px;
        }
        .term{
                justify-content: space-between !important;
        }

      }
  /* media query finish */