@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}






header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0px 0px 10px black;
	padding:10px;
	
	background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
	 position: fixed;
  top: 0;
   z-index: 1000;
}

#logo{

	width:20%;
}

#logo img{
	width: 200px;
	height: 60px;
	background-color: none;
}



nav{
	width:80%;
}

#logo h1{
	font-size: 30px;
	 font-family: "Ubuntu", sans-serif;
	 color:purple;
}

#nav_links{


    display: flex;
    align-items: center;
	justify-content: space-around;
	

}

#nav_links li {
	list-style: none;
}

#nav_links li a{
	font-size: 16px;
	text-decoration: none;
	color:black;
}

#nav_links li a:hover{
	color:red;
}

#toggle{
	display: none;
}

.service{
	position:relative;
}
/*
.service:hover #over_box{
   display: block;

}
*/

#over_box{
	width:350%;
	padding: 10px;
	display: none;
	position: absolute;
	top:20px;
	left:-30px;
	z-index: 100000;
	  background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
  border-radius: 30px;
}

#over_box ul li{
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;


}

#mobile_nav {
    display: none;
}


#main_details_box{

	width: 100%;
	max-width: 100%;
	height: 100vh;
	background-image: url(../images/a.jpg);
			background-position: center;
			background-size: cover;

}
#maincontentbox{
          width: 100%;
          max-width: 100%;
          height: 100%;
          display: flex;
          background-color: rgba(0, 0, 0, 0.4);
 }

 #welcome_message_box{
   width: 60%;
   height: 600px;
   
   padding: 10px;
  
 }
 #welcome_message_box h1{
 	margin-top: 200px;
 	 font-family: "Ubuntu", sans-serif;
 	 color: white;
 	 text-align: center;
 	 font-size: 55px;
	 
 }

 #contact_center{
 	 width: 40%;
   height: 600px;
    
    display: flex;
    align-items: center;
    justify-content: center;

 }

 #request_form{
 	width: 60%;
 	height: auto;
 	padding: 10px;
 	background-color: white;
 	 
 }
 

 #request_form h2{
 	 	color:green;
 	 	text-align: center;
 	 }
  

 #client_name{
 	width: 100%;
 	padding: 5px;
 	margin-top: 15px;
 	outline: none;
 }

#client_num{
 	width: 100%;
 	padding: 5px;
 	margin-top: 15px;
 	outline: none;
 }

 #rqst_btn{
 	width:120px;
 	padding: 10px;
 	margin-top: 15px;
 	margin-bottom: 10px;
 	margin-left: 50%;
 	transform: translate(-50%);
 	background-color: #FFB41F;
 	outline: none;
 	border: none;
 	cursor: pointer;
 }



#why_bst{
	font-family: "Ubuntu", sans-serif;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#quality_of_best{
	width: 100%;
	height: auto;
	
	display: flex;
}

.reason_for_best{
	width: 20%;
	height: auto;
	
	padding: 10px;
}

.premium_quality{
	width: 100%;
	height: auto;
	
	padding: 10px;
	background-color: #F2F2F2;
	border-radius: 7px;
}

#premium_quality h3{
	font-family: "Ubuntu", sans-serif;
	color: orange;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#premium_quality p{
	text-align: justify;
}

#premium_quality:hover{

	background-color: #FF5533;
}


}
		
		#pricechart{
			width:80%;
			height:auto;
			
			margin: 0px auto;
		}

		#pricechart:hover{
             background-color: #FAD5A5;
		}

		#chart_heading{
			width:100%;
			height:auto;
			border-bottom: 1px solid #ccc;
			padding: 20px;
			
		}

		#distance{
			width:100%;
			height:70px;
			border-bottom: 1px solid #ccc;
			display: flex;
		}

		.size{
			width:100%;
			height:70px;
			
			padding: 10px;
		}

		#one_bhk_heading,#two_bhk_heading,#three_bhk_heading,#four_bhk_heading{
			width:100%;
			height:70px;
			border-bottom: 1px solid #ccc;
			display: flex;
		}

			#about{
			width:100%;
			height: auto;
			
			display: flex;
			margin-top: 50px;
		}

		#about_banner,#about_details{

			width: 50%;
			height: auto;
			
			padding: 20px;
		}

		#about_banner img{
			width: 100%;
			height: auto;

		}

		#about_banner address{
			margin-top: 20px;
			font-size: 20px;
			font-family: "Ubuntu", sans-serif;
		}

		#about_details h2{
			text-align: center;
			margin-top: 20px;
			margin-bottom: 15px;
			font-family: "Ubuntu", sans-serif;
		}

		#about_details p{
			text-align: justify;
			font-family:  sans-serif;
		}

		#about_details:hover{

			background-color: #FBCEB1;
		}

#galary{
	text-align: center;
	font-family: "Ubuntu", sans-serif;
	margin-top: 20px;
}

*{
			margin: 0;
			padding: 0;
			box-sizing: border-box;
		}
		.container{

			position: relative;
			width: 100%;
			height: 100vh;
			overflow: hidden;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.slider{
			position: absolute;
			inset: 80px 200px 80px 80px;
			background: #000;
			border-radius: 20px;
		}
		.slider .slides{
			position: absolute;
			top:50%;
			transform: translateY(-50%);
			width: 240px;
			height: 320px;
			background: var(--img);
			background-size: cover;
			background-position: center;
			
			transition: 0.5s;
			border-radius: 20px;
			box-shadow: 0 25px 50px rgba(0,0,0,0.5);

		}

		.slider .slides:nth-child(1),
		.slider .slides:nth-child(2)
		{
			position:absolute;
			top:0;
			left:0;
			width: 100%;
			height: 100%;
			transform: translateY(0);
			box-shadow: 0 25px 50px rgba(0,0,0,0);
			background-size: cover;
		}
        
        .slider .slides:nth-child(3)
        {
        	left: calc(50% + 240px);
        	background-size: cover;
        }
        .slider .slides:nth-child(4)
        {
        	left: calc(50% + 500px);
        	background-size: cover;
        }
        .slider .slides:nth-child(5)
        {
        	left: calc(50% + 760px);
        	background-size: cover;
        }
        .slider .slides:nth-child(6)
        {
        	left: calc(50% + 1020px);
        	background-size: cover;
        	opacity: 0;
        }

        .button{
        	position: absolute;
        	bottom: 15px;
        	display: flex;
        	gap:20px;

        }

        .button span{

        	position: relative;
        	width: 30px;
        	height: 30px;
        	background: #111;
        	cursor: pointer;
        	display: flex;
        	justify-content: center;
        	align-items: center;
        	border-radius: 50%;

        }

        .button span::before{
        	content: '';
        	position: absolute;
        	width: 15px;
        	height: 15px;
        	border-top: 4px solid #fff;
        	border-left: 4px solid #fff;
        	transform: rotate(315deg) translate(2px,2px);
        }

        .button span:nth-child(2)::before{
        	transform: rotate(135deg) translate(2px,2px);
        }

        .button span:active{

        	opacity: 0.5;
        }


        #our_establisment{

        	width: 100%;
        	height: auto;
        	background-color: #f6f6f6;
        	display: flex;
        	padding: 60px;
        	

        }

        #country_served{
        
        	height: auto;
        	width: 25%;
        	display: flex;
        	align-items: center;
        	justify-content: center;
        
        	
        }

        #earth{
        	width: 40%;
        	display: flex;
        	align-items: center;
        	justify-content: right;
        }

        #earth i{
        	font-size: 50px;
        }

        #ser_con{
        	width: 60%;
        	display: flex;
        	flex-direction: column;
        	align-items: center;
        
        }

               .testimonial_container{
             position: relative;
          
        	width: 100%;
        	height: 100vh;
        	
        	background: #dfedf2;
          background: linear-gradient(90deg,rgba(223, 237, 242, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
         
          padding: 15px;

        }

        .one,.two,.three,.four,.five{
        	position: absolute;
        	top: 150px;

        	width: 80%;
        	text-align: center;
        	margin-left: 50%;
        	transform: translateX(-50%);
        	padding: 30px;
        	box-shadow: 0px 2px 5px #ccc;
        }

        .two,.three,.four,.five{
        	margin-left: -100%;
        }


      

    


        .one img{
              width: 100px;
              height: 100px;
              border-radius: 50%;
             margin: 0 auto;
        	


        }

        .one p{
             margin-top: 10px;
             text-align: justify;


        }

        .two img{
              width: 100px;
              height: 100px;
              border-radius: 50%;
              margin: 0 auto;


        }

        .two p{
             margin-top: 10px;
             text-align: justify;

        }

        .three img{
              width: 100px;
              height: 100px;
              border-radius: 50%;
              margin: 0 auto;


        }

        .three p{
             margin-top: 10px;
             text-align: justify;

        }

         .four img{
              width: 100px;
              height: 100px;
              border-radius: 50%;
               margin: 0 auto;

        }

        .four p{
             margin-top: 10px;
             text-align: justify;


        }

         .five img{
              width: 100px;
              height: 100px;
              border-radius: 50%;
              margin: 0 auto;


        }

        .five p{
             margin-top: 10px;
             text-align: justify;


        }


       

       

        .indicator{
        	width: 80%;
        	display: flex;
        	justify-content: center;
        	align-items: center;
        	position: absolute;
        	bottom: 20px;
        	gap: .75rem;
        	margin-left: 50%;
        	transform: translate(-50%);
        }

        .indicator span{
        	height: 20px;
        	width: 20px;
        	background-color: white;
        	border-radius: 50%;
        	cursor: pointer;
        }

        .indicator span:hover{
        	background-color: pink;
        	transition: .5s;
        }


         .footer {
  background: #eec0c8;
  padding: 60px 0;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

.footer .containerfoot {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #e53935;
}

.footer-col p {
  line-height: 1.7;
  margin-bottom: 15px;
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin: 10px 0;
}

.footer-col ul li a {
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #e53935;
}

.footer-logo {
  width: 220px;
  margin-bottom: 20px;
}

.footer-social a {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
  color: #e53935;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.footer-social a:hover {
  background: #e53935;
  color: #fff;
}

/* Responsive for Tablets */
@media(max-width: 992px) {
  .footer .containerfoot {
    grid-template-columns: repeat(2, 1fr);
  }
}




/*  about us page coding start now                             */








.hero {
      background-image: url(../images/b.jpg);
			background-position: center;
			background-size: cover;
      
      padding: 100px 0;
      text-align: center;
    }

    .hero h1 {
      font-size: 42px;
      margin-bottom: 15px;
      color: #ff4f00  ;
      font-family: "Poppins", sans-serif;
    }

    .hero p {
      font-size: 18px;
      margin-bottom: 30px;
      
    }

    .btn {
      display: inline-block;
      padding: 12px 28px;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
      margin: 5px;
    }

    .btn-primary {
      background: #ff7f50;
      color: #fff;
    }

    .btn-outline {
      border: 2px solid #fff;
      color: #fff;
    }



/*  about us page coding end now */  





/*  shifting process  page coding start now */                           


#shifting_process{

	width: 100%;
	height: 80vh;
	background-image: url(../images/d.jpg);
			background-position: center;
			background-size: cover;
			display: flex;
			justify-content: center;
			align-items: center;
      
}

#shifting_cont{

	width: 70%;
	max-width: 90%;
	height: 50%;
	background-color: rgba(0, 0, 0, 0.7);

}

#shifting_cont h1{
	color: white;
	text-align: center;
	margin-top: 30px;
	 font-family: "Poppins", sans-serif;
}

#shifting_cont h2{
	color: white;
	text-align: center;
	margin-top: 30px;
	 font-family: "Poppins", sans-serif;
}

#shifting_cont a{
	text-decoration: none;
	color: white;
}

#shifting_cont a:hover{

	color: yellow;
}

#shifting_process_details{
width: 100%;
height: auto;
padding: 10px;

}

#shifting_process_details h1{
	color: #8e3a59;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
}


#shifting_process_details h2{
	color: #8e3a59;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: "Poppins", sans-serif;
}



#shifting_process_details p{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Ubuntu", sans-serif;
}

#inquiry_box{
width: 100%;
padding: 20px;
height: auto;
display: flex;

}

.enquiry_form{
width: 50%;
height: auto;
padding: 20px;



}

.enquiry_form input{
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	outline: none;
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 6px;
}

#send_messase{
	width:150px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	background-color: #fff8dc;
	margin-left: 50%; 
   transform: translate(-50%);
}

.enquiry_form img{
	width: 50%;
margin-top: 30px;
margin-left: 50%;
transform: translate(-50%);
}







/*  shifting process  page coding end now   */


/*  contact us   page coding start now   */


#contact_box{
	width: 100%;
padding: 20px;
height: auto;
}

#contact_box h1{
	text-align: center;
margin-bottom: 15px;

}

#contact_box h5{
	color: pink;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
}

#contact_box input{
width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 20px;
	outline: none;
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: 6px;
	background-color: #ccc;


}

#send_contact_messase{
	width: 150px;
	background-color: #fff8dc;
	margin-left: 50%;
transform: translate(-50%);
margin-top: 15px;
margin-bottom: 15px;
	border: none;
	outline: none;
	padding: 10px;
}

#contact_details_box{
	width: 100%;
	height: auto;
	display: flex;
	gap: 3rem;
	padding: 40px;
}

.contact_info{
	width: 33%;
	height: auto;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 4px #ccc;
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 15px;
}

.contact_info h3{
	text-align: center;
		font-family: "Ubuntu", sans-serif;
		margin-bottom: 15px;
}

.contact_info address{

	font-size: 20px;
	margin-bottom: 10px;
}
.cont_circle{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fff8dc;

margin-top: 20px;
margin-bottom: 15px;
}

.cont_circle i{
	margin-left: 50%;
	font-size: 23px;
	margin-top: 13px;
transform: translate(-50%);
}








/*  contact us  page coding end now   */

/*  shifting service  page coding start now   */


.householdshifting{


	width:100%;
	height: auto;
	display: flex;
	padding: 15px;
}

.shift_img{
	width: 50%;
	height: auto;
	
}

.shift_img img{
	width: 100%;
}

.shift_paragraph{
	width: 50%;
	height: auto;
	
	padding: 15px;
}

.shift_paragraph h2{
	text-align: center;
	margin-top: 13px;
	margin-bottom: 13px;
	font-family: "Ubuntu", sans-serif;
	color:red;
}

.shift_paragraph p{
	font-family: "Poppins", sans-serif;
}



/*  shifting service  page coding end now   */


  @media only screen and (max-width: 900px)
  {

  	.slider{
			position: absolute;
			inset: 40px 40px 200px 40px;
			
		}

		.slider .slides{
			width: 100px;
			height: 100px;
			top:initial;
			bottom: -170px;
			box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
			

		}

		.slider .slides:nth-child(1),
		.slider .slides:nth-child(2)
		{
			
			top:initial;
			bottom:0;
			
		}

		 .slider .slides:nth-child(3)
        {
        	left: 0;
        	
        }

         .slider .slides:nth-child(4)
        {
        	left: 120px;
        	
        }

          .slider .slides:nth-child(5)
        {
        	left: 240px;
        	
        }

          .slider .slides:nth-child(6)
        {
        	left: 360px;
        	
        }




  }

		
		

		
























@media only screen and (max-width: 769px){

	

     #toggle{
     	display: block;
     	font-size: 22px;
     	position:fixed;
     	top:10px;
     	right: 10px;
     	
     }


	
  nav {
        display: none;
    }

#mobile_nav{
	width:40%;
	height: 90vh;
	background-color:#494949;
	 display: none;
	padding: 10px;
	border-radius: 10px;
	position: fixed;
	top:32px;
	right:15px;
	z-index: 100000;
	
}

#mob_nav_links li {
	display: flex;
	flex-direction: column;
	align-items: center;

	margin-top: 30px;
	margin-bottom: 30px;
}





#mob_nav_links li a{
    text-decoration: none;
    color:white;
}

#mob_nav_links li a:hover{
	color:red;
}


.mob_service{
	position: relative;
}
#over_box{
	width: 100%;
}

#mob_over_box{
	width: 100%;
	position: absolute;
	top:20px;
	background-color: #494949;


	display: none;

	
}
/*
.mob_service:hover #mob_over_box{
	display: block;
}
*/

#maincontentbox{
		flex-direction: column;
	}
 #welcome_message_box{
   width: 100%;
   height: 300px;
  
   padding: 5px;
  
 }

 #welcome_message_box h1{
 	margin-top: 100px;
 	 font-family: "Ubuntu", sans-serif;
 	 color: white;
 	 text-align: center;
 	 font-size: 35px;}

 	 #contact_center{
 	 	 width: 100%;
 	 }

 	 #request_form{
 	width: 40%;
 	height: auto;
 	padding: 10px;
 	background-color: white;
 	 
 }

.reason_for_best{
	width: 33%;
	
}

#about{

	flex-direction: column;
}

#about_banner,#about_details{

	width: 100%;
}


#contact_details_box{
	
	flex-direction: column;
	padding: 10px;
	
}

.contact_info{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	gap: 1rem;
}

.householdshifting{
	flex-direction: column;
}

.shift_img{
	width: 100%;
}

.shift_paragraph{
	width: 100%;
}



}



@media only screen and (max-width: 600px) {
  .footer .containerfoot {
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 40px 20px;
  }
}





@media only screen and (max-width:426px){

	#mobile_nav{
	width:80%;
	height: 90vh;
     position: fixed;
    z-index: 100000;
}

	#maincontentbox{
		flex-direction: column;
	}

	 #welcome_message_box{
   width: 100%;
   height: 200px;
   
   padding: 5px;
  
 }

 #welcome_message_box h1{
 	margin-top: 100px;
 	 font-family: "Ubuntu", sans-serif;
 	 color: white;
 	 text-align: center;
 	 font-size: 25px;}

 	 #contact_center{
 	 	 width: 100%;
 	 }

 	 #contact_center{
 	 	padding: 10px;
 	 }

 	 #request_form{
 	width: 90%;
 	
 	 
 }
 	 #request_form h2{
 	 	color:green;
 	 	text-align: center;
 	 }

 	 #quality_of_best{
	
	
	flex-direction: column;
}

.reason_for_best{
	width: 100%;

 	}

 	#our_establisment{
 		flex-direction: column;
 	}

 	 #country_served{
 	 	width: 100%;
 	 	margin-top: 10px;
 	 	margin-bottom: 10px;
 	 }

 

         .indicator{
        	
        
        	bottom: 15px;
        	
        	
        }

        #inquiry_box{
        	flex-direction: column;
        }

        .enquiry_form{
        	width: 100%;
        }
 }


  @media only screen and (max-width: 321px)
  { .testimonial_container{
             
          
        	
        	height: 600px;
        	
        	

        }
      }


	
       





