@import url('https://fonts.googleapis.com/css?family=Ubuntu&display=swap');
*,html{
    scroll-behavior: smooth;
}
@font-face {
  font-family: saman;
  src: url(../font/saman.TTF);
}
body
{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: Arial;
    background-color: #f5f5dc;
    font-family: 'Ubuntu', sans-serif;
}
a
{
    color: inherit;
    text-decoration: none;
}
img
{
    object-fit: cover;
}
.vastu-main-container
{
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #262626;
    background-image: url(../image/back.jpg);
    background-size: cover;
}
.vastu-box-container
{
    position: absolute;
    top: 50%;
    left:100px;
    transform: translate(0%,-50%);
    width: 600px;
    overflow: hidden;
    text-align: left;
    color: white;
    
}
.earth-1
{
    position: absolute;
    top: 50%;
    transform: translate(00%,-50%) rotateZ(0deg);
    right: 0%;
    height: 80%;
    animation: earth 50s linear infinite;
}
@keyframes earth
{
    100%{transform: translate(00%,-50%) rotateZ(360deg);}
}
.vastu-box-container h1
{
    font-family: saman;
    font-weight: 100;
    font-size: 80px;
    margin: 20px auto;
    margin-bottom: 0;
    text-shadow: 1px 3px 0 #969696, 1px 13px 5px #000;
}
.vastu-box-container h4
{
    font-size: 30px;
    font-weight: 100;
    margin: 10px auto;
    margin-top: 0;
}
.particles-1
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.mobile-header
{
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 9999999;
    background-color: white;
    text-align: center;
    width: 0%;
    height: 100%;
    overflow: hidden;
    transition: .5s;
}
.mobile-menu
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	width: 100%;
}
.active-menu
{
    width: 100%;
    opacity: 1;
}
.mobile-menu li
{
    list-style: none;
    padding: 5px;
    font-size: 25px;
	display: block;
	box-sizing: border-box;
	width: 100%;
}
.mobile-menu li:hover .mobile-drop-1
{
	max-height: 300px;
}
.mobile-drop-1
{
	width: 100%;
	background-color: black;
	overflow: hidden;
	transition: .5s;
	max-height: 0px;
}
.mobile-drop-1 a
{
	width: 100%;
	display: block;
	color: white;
	font-size: 17px;
	padding: 10px;
	box-sizing: border-box;
}
.ham-close
{
    position: absolute;
    top: 10px;
    right: 10px;
}
.ham-close img
{
    width: 60px;
}
.desktop-header
{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    
    height: 100px;
    width: 100%;
    z-index: 999999;
}
.desktop-header li
{
    float: left;
    padding:40px 20px;
    position: relative;
    color: #ffff;
}
.desktop-header ul
{
    padding: 0;
    display: table;
    
    margin: auto;
    list-style: none;
}
.desktop-header a:hover
{
    color: orange;
}
.about-1
{
    width: 80%;
    margin: 100px auto;
    overflow: hidden;
    position: relative;
}
.samarkan-title
{
    font-family: saman;
    font-weight: 100;
    font-size: 70px;
    margin: 20px auto;
    margin-bottom: 0;
    color: orange;
}
.about-1 h2
{
    font-size: 30px;
    margin-top: 0;
}
.about-1 img
{
    float: left;
    width: 35%;
    margin-right: 5%;
}
.about-para
{
    float: left;
    width: 60%;
}
.about-1 a
{
    padding: 10px 30px;
    font-size: 20px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 20px;
    border-top-left-radius: 0;
}
.vastu-common-container
{
    margin: 50px auto;
    overflow: hidden;
    width: 1200px;
    position: relative
}
.vastu-common-container h1
{
    text-align: center;
    font-size: 50px;
}
.vastu-common-container-1
{
    margin: 50px auto;
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 0px 100px;
    padding-bottom: 100px;
    box-sizing: border-box;
    margin-bottom: 0;
}
.vastu-common-container-1 h1
{
    text-align: center;
    font-size: 50px;
}
.w-c-u-in
{
    overflow: hidden;
}
.wcu-box
{
    width: 33.33%;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    color: #555;
}
.wcu-img
{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: orange;
    position: relative;
    margin: auto;
}
.wcu-img img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
}
.service
{
    display: block;
    float: left;
    width: 100%;
    height: 300px;
    position: relative;
    transition: .8s;
    transform: perspective(2000px);
    transform-style: preserve-3d;
    background-color: orange;
    border: 1px solid #f2f2f2;
    box-shadow: inset 300px 0 50px rgba(0,0,0,.5);
    transition-timing-function: cubic-bezier(.3,.58,.68,.04);
}

.service:hover
{
     box-shadow: inset 20px 0 50px rgba(0,0,0,.5);
}
.front
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: .8s;
    height: 100%;
    transform-style: preserve-3d;
    background-color: #fff;
    transform-origin: left;
    transition-timing-function: cubic-bezier(.3,.58,.68,.04);
}
.service:hover .front
{
    transform: rotateY(-135deg);
}
.icon
{
    width: 100px;
    margin: auto;
    margin-top: 50px;
    display: block;
}
.light
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateZ(-1px);
}
.service h1
{
    font-size: 20px;
    margin-top: 30px;
}
.service h4
{
    font-size: 20px;
    color: white;
    width: 80%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 20px;
}
.service h3
{
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
    color: orange;
}
.service p
{
    width: 80%;
    color: #fff;
    font-size: 13px;
    margin: auto;
}
.service-box
{
    float: left;
    padding: 10px 30px;
    box-sizing: border-box;
    width: 33.33%;
}
.services 
{
   width: 33.33%;
    text-align: center;
    float: left;
}
.services-1
{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #555;
    line-height: 100px;
    position: relative;
    margin: auto;    
}
.services-1 img
{
    width: 80%;
    height: 70%;
    display: block;
    object-fit: contain;
    margin: 10% auto;
}
.services-1 i
{
    font-size: 50px;
    line-height: 120px;
    color: orange;
}
.services h1
{
    font-size: 25px;
    margin: 10px auto;
}
.services 
{
   width: 33.33%;
    text-align: center;
    float: left;
    padding: 40px 0px;
}

.services h1
{
    font-size: 25px;
    margin: 10px auto;
}
.parallax-1
{
    width: 100%;position: relative;
    overflow: hidden;
    margin: 30px auto;
    background-image: url(../image/Vastu-Shastra.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.parallax-overlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 0;
}
.parallax-in-1
{
    width: 80%;
    margin: auto;
    overflow: hidden;
    padding: 50px 0px;
    z-index: 9999;
    position: relative;
}
.parallax-1 img
{
    float: left;
    width: 30%;
    filter: brightness(1000%);
}
.parallax-1 p
{
    color: white;
}
.white-samar
{
    font-size: 60px;
    color: white;
}
.parallax-desc-1
{
    float: left;
    width: 70%;
    padding-left: 50px;
    box-sizing: border-box;
    font-size: 20px;
}
.testimonial-1
{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background-image: url(../image/testimonial-back.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.testimonial-in-1
{
    padding: 50px 0px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 80%;
    z-index: 99;   
}
.testimonial-in-1 h1
{
    font-size: 50px;
    color: white;
    text-align: center;
}
.testimonial-box
{
    width: 100%;
    padding: 20px;
	height: 300px;
    border-radius: 10px;
    background-color: white;
    margin:30px auto;
    box-sizing: border-box;
}
.test-user
{
    position: relative;
    margin: auto;
	width: 100%;
    overflow: hidden;
}
.test-user-img img
{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 4px solid #ffff;
    object-position: center;
    float: left;
    display: block;
    position: relative;
    z-index: 9;
}
.test-user-name
{
   
    box-sizing: border-box;
    background-color: white;
    position: relative;
   padding: 10px 20px;
    border-radius: 10px;
	float: left;
	width: 100%;
	text-align: center;
}
.test-user h2
{
    margin-bottom: 0;
	margin-top: 10px;
    font-size: 20px;
}
.test-user h3
{
    margin-top: 10px;
    font-size: 15px;
    font-weight: 100;
	margin-bottom: 10px;
}
.ham-menu
{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: white;
    border-radius: 10px;
    display: none;
}
.ham-menu img
{
    width: 100%;
}
.copyright
{
    width: 100%;
    padding: 10px 0;
    color: white;
    background-color: orange;
    text-align: center;
}
.common-container
{
    width: 100%;
    padding:50px 0px;
}
.common-title
{
    text-align: center;
    font-size: 100px;
    font-family: saman;
    color: white;
	font-weight: 100;
}
.workshop-start
{
    width: 80%;
    margin: 0px auto;
    overflow: hidden;
    margin-bottom: 50px;
}
.workshop-box
{
    width: 50%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    
    
}
.workshop-box img
{
    width:100%;
    height: 500px; 
 

}
.about-start
{
	width: 500px;
	text-align: center;
	margin: 50px auto;
	color: gray;
}
.about-2
{
    position: relative;
    overflow: hidden;
}
.about-box-2
{
    width: 50%;
    height: 400px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}
.about-box-2 img
{
    width: 100%;
    height: 100%;
}
.about-box-in
{
    padding:0px 40px;
    font-size: 15px;
    letter-spacing: 1px;
}
.about-box-in h1
{
   font-family: saman;
    font-size: 40px;
    color: orange;
    font-weight: lighter;
    margin: 0;
}
.about-vastu
{
   width: 100%;
    margin-top: 50px;
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
    background-color: #c7a44a;
    text-align: center;
    box-sizing: border-box;
}
.about-vastu-in
{
    width: 900px;
    margin: auto;
    overflow: hidden;
    padding:  40px;
    background-color: white;
    box-sizing: border-box;
    -webkit-box-shadow: -8px 7px 23px 0px rgba(0,0,0,0.67);
-moz-box-shadow: -8px 7px 23px 0px rgba(0,0,0,0.67);
box-shadow: -8px 7px 23px 0px rgba(0,0,0,0.67);
}
.about-vastu-in h1
{
   font-size: 40px; 
    margin-top: 0;
    color:#555;
}
.about-vastu-in d
{
    font-family: saman;
    color: #c7a44a;
    font-size: 50px;
}
.blog-start
{
    font-size: 20px;
    color: gray;
    width: 900px;
    text-align: center;
    margin: 50px auto;
}
.blog-in-start
{
    width: 80%;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.blog-in-start h1
{
    font-size: 20px;
}
.blog-in-start p
{
    font-size: 15px;
}
.blog-in
{
    width: 33.33%;
    box-sizing: border-box;
    float: left;
    padding: 20px;
    overflow: hidden;
}
.blog-in img
{
    width: 100%;
    height: 300px;
}
.blog-in a
{
   font-size: 20px; 
   color: orange;
}
.blog-page
{
    font-weight: 900;
    font-size: 50px;
    text-align: center;
    margin: 100px auto;
    
    color: grey;
}
.contact-box
{
    position: relative;
    overflow: hidden;
}
.contact-box-in
{
    width: 50%;
    height: 500px;
    padding: 50px;
    position: relative;
    overflow: hidden;
    background-color: #c7a44a;
    text-align: left;
    float: left;
    box-sizing: border-box;
}
.contact-box-in h1
{
    text-align: center;
    font-size: 25px;
}
.contact-box-in p
{
    font-size: 20px;
    color: white;
    text-align: center;
}
.contact-start
{
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.contact-in i
{
    display:inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    color: black;
    margin: 10px;
    line-height: 40px;
    font-size: 20px;
}
.contact-vastu
{
     width: 50%;
    height: auto;
    margin: auto;
    overflow: hidden;
    float: left;
    padding:  40px 100px;
   box-sizing: border-box;
}
.contact-vastu input
{
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 10px auto;
}
.contact-vastu textarea
{
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 10px auto;
    height: 80px;
    resize: none;
}
.contact-vastu button
{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px auto;
    background-color: #c7a44a;
    border: none;
    color: white;
}
.media-dropdown
{
    position: absolute;
    top: 80%;
    left: 0%;
    transition: .5s;
    transform: translateX(0%);
    width: 200px;
    max-height: 0%;
    overflow: hidden;
}
.media-dropdown a
{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    background-color: white;
    color: black;
}
.gallery-start
{
     width: 80%;
    margin: auto;
}
.gallery-box img
{
    width: 33.33%;
    height: auto;
    margin: 60px;
    box-sizing: border-box;
    overflow: hidden;
}
.drop 
{
    transition: .5s;
}
.desktop-header li:hover .media-dropdown
{
    max-height: 300px;
}
.drop:hover
{
    background-color: white;
    color: orange;
    
}
.comming-soon
{
    background-image: url(../image/vastu-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 250px 200px;
    width: 100%;
    height: 100%;
    color: white;
    box-sizing: border-box;
}
.comming-soon h1
{
    font-size: 100px;
    font-family: saman;
    margin: 20px 0;
    font-weight: 100;
}
.media-dropdown a:hover
{
    background-color: black;
}
.social
{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 40px;
    background: white;
    color: black;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 99999;
    border: 2px solid #ccc;
}
.social span
{
    display: block;
    width: 100%;
}

.social i
{
    text-align: center;
    font-size: 30px;
    margin: 5px;
}
.fa-facebook-square:hover
{
    color:#3b5998;
}.fa-facebook:hover
{
    color:#3b5998;
}
.fa-whatsapp:hover
{
    color:  #25D366;
}
.fa-instagram:hover
{
    color: #C13584;

}
.services-1:hover
{
    filter: brightness(5) grayscale(100);
    background-color: black;
}
.purush-samar
{
	font-size: 50px;
}
.blog-container
{
	width: 100%;
	height: 100%;
	background-image: url(../image/vastu-bg.jpg);
	padding-top: 250px;
	box-sizing: border-box;
	text-align: center;
	background-size: cover;
	color: white;
}
.blog-container h1
{
	font-family: saman;
	margin: 0;
	font-weight: 100;
	font-size: 10vw;
}
.container-f1
{
    width: 80%;
    margin: 100px auto;
    overflow: hidden;
    position: relative;
}
.box-f1
{
    width:33.33%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    height: auto;
}
.box-in-f1
{
    width: 100%;
}
.box-in-f1 video
{
    width: 100%;
    height: 350px;
    background-color: black;
}
@media screen and (max-width:500px)
{
    
.container-f1
    {
        width: 90%;
    }
    .box-f1
    {
        width: 100%;
    }
    .box-in-f1 video
    {
    height: auto;
    }
    .common-title
    {
        font-size: 50px;   
    }
  .social
    {
        top: 10;
        transform: translateY(0);
    }
    
    .workshop-box,.workshop-start
    {
        width: 100%;
        
    }
    .services
    {
        width: 50%;
    }
    .pop-in
    {width: 90%;}
    .ham-menu
    {
        display: block;
    }
    .desktop-header ul
    {
        display: none;
    }
    .vastu-box-container ul
	{
		padding-left: 20px;
	}
    .vastu-box-container
    {
        width: auto;
        left: 10px;
		transform: translateY(0%);
    }
    .earth-1
    {
        transform: translate(50%,-50%);
    }
    .vastu-box-container h1
    {
        font-size: 40px;
    }
    .vastu-box-container p
    {
        width: 90%;
        font-size: 13px;
    }
    .about-1 img
    {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .about-1 h2
    {
        font-size: 20px;
    }
    .about-1 p
    {
        font-size: 13px;
        text-align: justify;
    }
    .samarkan-title
    {
        font-size: 50px;
    }
    .about-para
    {
        width: 100%;
        float: none;
    }
    .vastu-common-container
    {
        width: 100%;
    }
    .vastu-common-container h1
    {
        font-size: 35px;
    }
    .wcu-box
    {
        width: 50%;
    }
    .wcu-box h3
    {
        font-size: 14px;
    }
    .wcu-img img
    {
        max-height: 50%;
        max-width: 50%;
    }
    .parallax-1 img
    {
        width: 100%;
    }
    .parallax-desc-1
    {
        width: auto;
        padding: 0;
      font-size: 15px;
      
    }
    .parallax-in-1
    {
        width: 90%;
    }
    .vastu-common-container-1
    {
        padding: 0;
        padding-bottom: 100px;
    }
    .service-box
    {
        width: 100%;
    }
    .testimonial-in-1
    {
        width: 90%;
    }
    .testimonial-box
    {
        height: 450px;
        padding: 20px;
    }
    .vastu-main-container
    {
        background-position: right;
    }
    
    .about-start
    {
       width: 350px; 
    }
    .about-box-in
    {
         padding: 20px 20px;
        font-size: 14px;
    }
    
    .about-box-2 
    {
        width: 100%;
        height: auto;
       
    }
    .about-box-2 img
    {
        width: 100%;
        height: auto;
    }
    .about-vastu
    {
        margin-top: 0;
        padding: 50px 0px;
        
    }
    .about-vastu p
    {
        font-size: 14px;
        text-align: justify;
    }
    .about-vastu-in h1
    {
        font-size: 30px;
        
    }
    .about-vastu-in d
    {
        font-size: 40px;
    }
    .about-vastu-in
    {
        width: 90%;
        padding: 20px;
    }
    .blog-start
    {
        width: 90%;
    }
    .blog-in-start
    {
         width: 90%;
        padding: 0px;
        
    }
    .blog-in
    {
        width: 100%;
        padding: 0px;
        margin-bottom: 50px;
    }
    .contact-box-in
    {
        width: 100%;
        padding: 50px 10px;
    }
    .contact-vastu
    {
        width: 100%;
        padding: 40px 20px;
    }
    @keyframes earth
{
    100%{transform: translate(50%,-50%) rotateZ(360deg);}
}
    
       
}
     

   