body{
	background:url(../img/web_bg.jpg);	
	background-repeat: repeat;
    background-size: cover;    
    height:3000px;	
}
h1{
	color:#F9DDAD;
	font-family: Lusitana;
	font-size: 48px;
	font-weight: 400;
	line-height: 72px;
	letter-spacing: 0.5px;	
}
h2{
	font-family: Lusitana;
	color:#F9DDAD;
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0.5px;
	text-align: center;
}
h3{
	color:#F9DDAD;
	font-family: Gill Sans;
	font-size: 24px;
	font-weight: 300;
	line-height: 31.2px;
	letter-spacing: 0.5px;	
}
p{	
	color:#F9DDAD;
	font-family: Gill Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;	
	margin-bottom: 0px;
}

@media (max-width: 767px) {  
h1{
	font-size: 28px !important;     
    line-height: 36px !important; 
}
h2, #section-4 .h2-head h2, .accordion-button {
    font-size: 21px !important;     
    line-height: 26px !important; 
}
#section-3 h2{
	font-size: 24px !important;     
    line-height: 28px !important; 
}
h3{	
	font-size: 18px;	
	line-height: 24px;	
}
p{		
	font-size: 12px;	
	line-height: 21px;	
}
#section-4 .box {
    width: 100% !important;
    max-width: 200px !important;
}
#section-6 h3 {    
    font-size: 30px!important;    
    line-height: 40px!important;    
}
#section-7 p {    
    font-size: 16px !important;
    line-height: 24px !important;   
}	
}

.fadeInDown-animation {
  animation: 1s fadeInDown 1 ease-in forwards;
}

@keyframes fadeInDown {
  0% {    
	transform: scale(1);
    opacity: 0;
  }
  70% {
    top: 50px;
	transform: scale(0.5);
    opacity: 0.5;		
  }
  99% {
    top: 100px;
	transform: scale(0.2);
    opacity: 1;		
  }
  100% {
	top: 150px;  
	opacity: 0;	
	display:none;      
  }
}

@keyframes fadeInUp {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }  
  99% {
    top: -50px;
	transform: scale(1);
    opacity: 1;
  }
}
.fadeInUp-animation {
  animation: 1.2s fadeInUp 1 ease-out forwards;
}

.flip{
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.logo-nav{	
	height:40px;
    padding-right:30px;	
}
.logo-cart{	
	margin-bottom: 3px;
}
.btn-cart{	
	background:url(../img/bg.png);	
	background-repeat: repeat;
    background-size: cover; 
	border: 1px solid #a56c1d !important;
	padding: 0.375rem 1.25rem;
	margin-right:10px;
	color:#fff;
}
.nav-contianer{
	background:url(../img/web_bg.jpg);	
	background-repeat: repeat;
    background-size: cover;
	box-shadow: 0px 0px 20px #00000080;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius:10px;
	max-width: 96%;
}
.nav-link{
	color:#fff;
}
#btn-cart-main{
	display:none !important;
}
#nav-right{
	display:block !important;
}
@media (max-width: 1024px) {
    #nav-right{
		display:none !important;
	}
	#btn-cart-main{
		display:block !important;
	}		
}



#section-1{    
	text-align: center;
	margin-top: 80px !important;
}
.section-1-img{
	width:100%;
	max-width:280px;
}
.section-1-surya-div{
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
.section-1-surya-div p{
	 text-align: left;
	 color:#fff;
}
#section-1 .phone{
	width:100%;
	max-width:450px;
}

@media (max-width: 767px) {
    .logo-nav {
		height: 32px;
		padding-right: 0px;
	}		
}


#section-2{
	background:url(../img/land_2.png);	
	background-repeat: no-repeat;
    background-size: cover; 
	text-align: center;	
}
#section-2 .div-journey{
	border: 1px solid #F9DDAD;
    padding: 25px 8px;
    border-radius: 10px;
	width:100%;
	max-width: 1100px;
    margin: 0px auto;
}
#section-2 .btn-cart {
   margin-right:0px;
}
#section-2 .phone{
	width:100%;
	max-width:450px;
}


#section-3{
	background:url(../img/vishnu_flip.png);	
	background-repeat: no-repeat;
    background-size: cover;    	    
    text-align:center;		
}
#section-3  h2{	
	font-size: 36px;
	font-weight: 400;
	line-height: 54px;	
}
#section-3 .phone{
	width:100%;
}




#section-4{
	background:url(../img/shiva_bg.png);	
	background-repeat: no-repeat;
    background-size: cover; 
	text-align: center;
}
#section-4 img{
	width: 80px;
}
#section-4 .h2-head h2{
	font-family: Lusitana;
	font-size: 48px;
	font-weight: 400;
	line-height: 72px;
	letter-spacing: 0.5px;	
}
#section-4 .section-1-surya-div img{
	width:50px !important;
}
#section-4 .border{
	border: 1px solid #F9DDAD;
    padding: 25px 10px;
    border-radius: 10px;
	width: 100% !important;
	max-width: 1100px;
    margin: 0px auto;
}
#section-4 .box{
	width: 100% !important;
	max-width: 350px;
}



#section-5{
	background:url(../img/land_2.png);	
	background-repeat: no-repeat;
    background-size: cover;    
	background-position: center;    	
}
#section-5  img{
	width:50px;
}
#section-5 .border{
	border: 1px solid #F9DDAD;
    padding: 70px;
    border-radius: 10px;
	width: 100%;
	max-width: 1100px;
    margin: 0px auto;
}
#section-5 .btn-cart{
	background: #FFF;
	background-color: #FFF;
	color: #000 !important;
}
.active{
	background: #F9DDAD !important;	
	background-color: #F9DDAD !important;	
}
.accordion-button{
	font-family: Lusitana;
	color:#F9DDAD !important;
	font-size: 32px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0.5px;
	text-align: left;
	background-color: transparent;
}
.accordion-button:not(.collapsed) {
   background-color: transparent;
}
.accordion-item{
	background: none !important;	
	border: none !important;
	border-bottom: 1px solid #D9DBE9 !important;
}
.last-border{
	border: none !important;
}
.accordion{
	background: none !important;	
}
.accordion-body{
	color:#fff !important;	
	font-family: DM Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	text-align: left;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion-button:focus {    
    box-shadow: none !important;
}
@media (max-width: 767px) {
  #section-5 .border{
    padding: 10px;    
 }		
}



#section-6{		    
    text-align:center;		
}
#section-6  h3{
	font-family: Lusitana;
	color:#F9DDAD !important;
	font-size: 40px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: 0.5px;
	text-align: center;	
}
#section-6 .offer{
	background: #F11D00;
    border-radius: 20px;
    padding: 4px 24px 4px 24px;
	text-decoration:none;
	color:#fff;
}
#section-6 .border{
	border: 1px solid #F9DDAD;
    padding: 25px 0px;
    border-radius: 10px;
	width: 100%;
	max-width: 1100px;
    margin: 0px auto;
}

#section-7{		    
    text-align:center;		
}
#section-7  p{
	color:#F9DDAD;
	font-family: Gill Sans;
	font-size: 21px;
	font-weight: 300;
	line-height: 36px;
	text-align: left;		
}
#section-7  img{
	max-width:400px;
	width:100%;
}

#section-8{		    
    text-align:center;		
}
#section-8  img{
	width:225px;	
}
#section-8  h2{	
	color:#c6c7c8 !important;
	font-family: Gill Sans;
	font-size: 28px;
	font-weight: 300;
	line-height: 59.5px;
	letter-spacing: 0.25em;
	text-align: center;
}


#section-footer p {
	color:#c6c7c8;
	font-family: Gill Sans;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-align: center;	
	margin-bottom:0px;
}

#section-footer .white{ 
	color:#fff !important;
}
#section-footer .gray, #section-footer .nav-link{ 
	color:#c6c7c8 !important;
}

#section-footer .navbar-nav {
	flex-direction: row !important;
}
#section-footer .nav-item {
	padding-right: 20px;
}




