/* Reset some default styles */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Assistant", sans-serif;/*font-family: "Josefin Sans", sans-serif;/*Poppins, sans-serif*/
}

/* Global styles */
body {
	/*font-family: Poppins, sans-serif;*/
	background-color: #fff;
	line-height: 32px;
	color: #333;
	font-size: 19.2px;
	font-style: normal;
	font-weight: 400;	
	letter-spacing: 0.72px;
	text-align: center;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
	font-family: "Assistant", sans-serif;/*font-family: "Josefin Sans", sans-serif;/*Poppins, sans-serif*/
	letter-spacing: 1px;
	color: #333;
}

h1, h2 {
	color: #333;
	margin-bottom: 10px;
}

p {
	color: #666;
	margin-bottom: 10px;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

ul li a {
	color: #333;
	text-decoration: none;
	font-family: "Assistant", sans-serif;
	font-size: 14px;
	transition: color 0.3s ease;
}

ul li a:hover {
	color: #ffc107;
}

p {
	margin-bottom: 10px;
	font-family: "Assistant", sans-serif;
	font-size: 14px;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px;
}

.section-heading{
		font-size: 35px;
		font-weight: bold;
		padding: 20px;
	}
/* End Global Styles */

/***************  0. END GENERICS  ***************/

/*--------------------------------------------------------------------------------------------------------------*/

/***************  1. HOME PAGE  ***************/

/***************  1.1 Header  ***************/
header {
	position: sticky;
	top:0;
	min-height: 10vh;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	color: #fff;
	z-index: 5;
}

.top-strip {
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 0;
	background-color: #00c3b3;
	color: #FFFFFF;
	height: 25px;
	width: 100%;
	
}
.top-strip .container{
	height: 25px;
	line-height:1;
	padding-bottom: 3px;
}

.social-icons-top {
	text-align: left;
}

.social-icons-top a {
	transition: color 0.3s ease;
	margin-top: 3px;
}

.social-icons-top a:hover {
	color: #ffffff;
}

.icon-link {
	display: inline-flex;
	align-items: center;
	margin-left: 10px;
	position: relative;
	color: #222222;
	text-decoration: none;
}

.icon-link i {
	font-size: 18px;
	line-height: 1;
	margin-left: 10px;
}

.icon-text {
	font-size: 15px;
	display: inline;
}

.social-icons-top{
	display: flex;
}

.topsocial-links{
	flex-basis: 75%;
}
.former-name{
	padding-top: 3px;
	flex-basis: 25%;
	align-items:top;
	}
.former-name p{
	text-align:right;
	font-size:15px;
	margin-bottom: 3px;
	color: black;
	}

.Main-header{
	Border:block;
	background-color: #ffffff;
	z-index:5;
	line-height: 10px;
}
.logo-menu{
	display : flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0, 3%;
}
.logo {
	flex: 20%;
	align-items: center;
}
.logoimg {
	position: absolute;
    top: 25px;
    align-items: center;
    
}
.Logoimage{
	width: 210px;
	height: 60px;
    top: 0;
    left: 0;
	position: absolute;
}
.LogoimageMbl{
	width: 120px;
	height: 70px;
	position: absolute;
    top: 0;
    left: 0;
	visibility:Hidden;
}/*
.logo img{ 
	width: 210px;
	height: 60px;
}*/

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.sticky + .Page-content {
  padding-top: 102px;
}

.nav-links {
	justify-content: space-between;
	display: inline-block;
	font-style: normal;
	font-weight: 400;	
	letter-spacing: 0.72px;
	vertical-align: text-bottom;
}

.nav-links li {
	display: inline-block;
	margin: 9px 15px;
	position: relative;
	list-style: none;
	line-height: 32px;
	color: #333;
	font-size: 19.2px;
	font-style: normal;
	font-weight: 400;	
	letter-spacing: 0.72px;
	text-align: center;
}

.nav-links li a {
	color: #666;
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;	
	letter-spacing: 0.72px;
	line-height: 28px;
}

.nav-links li::after{
	content:'';
	width: 0%;
	height: 2px;
	display: block;
	background: #16c4b6;
	margin: auto;
	transition: 0.5s;
}

.nav-links li:hover::after{
	width: 100%;
}

.nav-links h3{
	font-size: 20.8px;	
	line-height:26.56px;
	letter-spacing:0.78px
	
}

.nav-links {
	flex: 65%;
	text-align: left;
	
}

.logo-menu .social-icons{
	align-items: center;
	padding-bottom: 10px;
}


@media screen and (max-width: 700px){
	.header{
		min-height: 5vh;
		background-color: #fff;
		box-shadow: 0 2px 5px rgba(0, 0, 0,0);
		color: #fff;
		z-index: 5;
	}
	
	.Main-header{
		height: 12.6%;
		Border:block;
		
	background-color: #fff;
	z-index:5;
	}
	
	.logo {
		flex: 30%;
		font-size: 2 0px;
	
	}
	.Logoimage{
		visibility: hidden;
		
	}
	.LogoimageMbl{
		visibility:visible;
		width: 80px;
	}
	/*
	.logo img{
		width: 100%;
		height: 100%
	}*/
	.logo a{
		size: auto;;
	}	
	.topsocial-links .fab.fa-instagram{
		margin-left:1px;
	}
	.topsocial-links .fab.fa-facebook{
		margin-left:1px;
	}
	.topsocial-links .fab.fa-youtube{
		margin-left:1px;
	}
	.topsocial-links .fab.fa-envira {
		display: none;
		visibility: hidden;
	}
	.icon-link {
		margin-left:1px;
	}
	.icon-link i {
		font-size: 12px;		
	}
	.icon-text {
		font-size: 12px;
	}
	.top-strip {
		height: 23px;
	}
	.former-name {
		padding-top: 2px;
	}
	.former-name p{
		font-size: 10px;
	}	
	.nav-links {
		display: inline-block;
		flex-basis: 85%;
		padding: 0px;
	}
	.nav-links li {
		margin: 2px;
		margin-right: 2px;
	}
	.logo-menu .social-icons{
	align-items: center;
	padding-bottom: 3px;
	flex-basis: 5%;
	}
	.logo-menu .social-icons a{
		margin: 1px;
	}
	
	
	.nav-links li {
	margin-right:10px;
	}
	.hero-btn{
	font-size: 15px;
	}	
		
	
	.section-heading{
		font-size: 25px;
	}
}

/***************  1.1 END Header  ***************/

/***************  1.2 Horizontal Lines  ***************/

/* Horizontal Lines */
.hr1 {
	clear: both;
	width: 50%;
	margin: 120px, 25%;
	margin-left: auto;
	margin-right: auto;
	height: 3px;
	background: #8eed09;
	border: none;
}

.hr2 {
	clear: both;
	width: 100%;
	margin: 20px, 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	height: 3px;
	background: #8eed09;
	border: none;
}
/* FAQ horizontal line*/
.hr3 {
	clear: both;
	width: 50%;
	margin: 120px, 25%;
	height: 3px;
	background: #04e0b4;
	border: none;
	text-align: center;
	align-items: center;
	
	margin-left: auto;
	margin-right: auto;
}

/***************  1.2 END Horizontal Lines  ***************/

/***************  1.3 HOME PAGE  ***************/

/*Home Background*/
	
.Home-content {
	min-height: 80vh;
	width: 100%;
	background-image: url('images/HomeImage.webp');
	/*background-image: linear-gradient(to bottom, rgba(115, 51, 4, 0.52), rgba(115, 51, 4, 0.52)),url('images/Home_background2.webp');
	*/
	background-position: center;
	background-size: cover;
	position: relative;
	margin-bottom: 3%;
	}
	

@media screen and (max-width: 700px){

	.Home-content {
	min-height: 50vh;
	background-image: url('images/HomeBackMbl.webp');
	}

}
/***************  1.3   ***************/

/***************  1.4 Intro Section  ***************/
.about-section {
	padding: 0px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about-section .container {
	max-width: 1200px;
}

.about-content {
	display: flex;
	margin-top: 40px;
	/*align-items: center;*/
	justify-content: space-between;
	margin-bottom: 40px;
}

.about-text {
	flex: 0 0 30%;
	padding-top: 50px;
	border-radius: 50px;
}

.about-section h2 {
	font-size: 30px;
	color: #333333;
	margin-bottom: 20px;
	text-align: center;	
}

.about-text h3 {
	font-family: "Josefin", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #666666;
	/*margin-bottom: 10px;*/
}
.about-logo h3 i{
	font-family: "Josefin", sans-serif;
	font-weight: 300;
	font-size: 24px;	
}

.about-text p {
	font-family: "Josefin", sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 1.5;
	text-align: justify;
}

.hero-btn{
	display: inline-block;
	text-decoration: none;
	color: #666;
	border: 3px solid #56a102;
	padding: 12px 30px;
	font-size: 18px;
	background: transparent;
	position: relative;
	cursor: pointer;
	border-radius: 4px;
	z-index: 1;
}

.hero-btn:hover{
	border: 3px solid #56a102;
	background: #56a102;
	transition: 1s;
	color: #fff;
	font-size: 20px;
}

.S_logo-image {
	flex: 0 0 70%;
	
}

.S_logo-image img {
	height: 530px;
	width: 880px;
	display: block;
	max-width: 90%;
	margin: auto;
	margin-top: 25px;
	margin-left:0px;
	z-index: -1;
	}
	
.P_logo-image {
	flex: 0 0 70%;
	
}

.P_logo-image img {
	height: 530px;
	width: 880px;
	display: block;
	max-width: 90%;
	margin: auto;
	margin-top: 25px;
	margin-right:0px;
	z-index: -1;
	}
.about-text .hero-btn{
	margin: 30px 70px;
}
	
@media screen and (max-width: 700px){
	
	.about-section .container {
		width: 83%;
	}
	.about-content {
		display: inline-block;
		align-items: center;
		justify-content: space-between;
		margin: 10px 0;
	}
	.S_logo-image img{
		margin: 0px;
		max-width: 100%;
		width: 100%;
		height: 30vh;
	}
	
	.S_logo-image {
		flex-basis: 100%;
		width: 100%;
	}
	.about-logo h3 i{
		font-size:25px;
	}
	.about-text{
		padding-top: 12px;
		margin:5px 0;
	}
	.about-text h3{
		font-size:17px;
		margin: 0px;
	}
	.about-text p {
		font-size: 17px;
		line-height: 25px;
	}	
	.about-text .hero-btn{
	margin: 0px 70px;
	width: 100px;
	height: 40px;
	font-size: 18px;
	line-height: 20px;
	padding: 5px;
	font-weight: 400;
	}
	.P_logo-image img {
		max-width: 100%;
		width: 100%;
		height: 30vh;
		margin-top: 5px 0px;
		z-index: -1;
	}
	.logo-image {
	
	margin-left: 5px;
	}	
}

/***************  1.4 END Intro Section  ***************/

/***************  1.5 Review Section  ***************/

.reviews {
	padding: 20px 0;
	text-align: center;
	margin: 10px;
  	flex: 200px 0 0;
}

.reviews .container {
	max-width: 1200px;
	margin: 0 auto;
	width: 1050px;
  	overflow-x: hidden;
  	margin: auto;
	height: 400px;
}
.cards-wrapper {
	display: flex; 
	transition: ease 0.5s;
	height: 100%;
	width: 31.5%;
	border-radius: 10px;
	position: relative;
		
}
.review {
	
	text-align: center;
	float: left;
	width: 30%;
	background-color: #dcfcf7;
	padding: auto;
	height: 110%; 
	margin-left: 20px;
	margin-bottom: 20px;
	margin: 10px;
	flex: 200px 0 0;
	flex-basis: 100%;
	border-radius: 20px;
}

.review-text {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
	font-style: oblique;
	width: 90%;
}

.review-author {
	font-size: 16px;
	font-style: italic;
	color: #666666;
	font-weight: bold;
}

/* Clear floats after the columns */
.reviews .container:after {
	content: "";
	display: table;
	clear: both;
}
.reviews .cards-wrapper {
	display: flex; 
	transition: ease 0.3s;	
	width: 31.5%;
	height: 270px;
	
}
  
.review .review-content{
  width: 100%;
  object-fit: cover;	
margin: 10px;
flex: 200px 0 0;

}
.reviews .dots-wrapper {
display: flex;
justify-content: center;
margin: auto;
}

 .dots-wrapper .dot {
border: none;
background: rgba(0, 0, 0, 0.2);
width: 20px;
height: 20px;
margin: 5px;
border-radius: 50%;
outline: none;
background-color: #02ab8e;
}
.dots-wrapper .dot:hover {
background: rgba(0, 0, 0, 0.3);
}
.dots-wrapper .dot.active {
background: rgba(0, 0, 0, 0.5);
}
  
@media screen and (max-width: 700px){
  .reviews .container {
	max-width: 700px;
	width: 90%;
  }
  .review{
	margin-left: 5px;
	margin-bottom: 5px;
	margin: 3px;
  }
  .reviews .cards-wrapper {
	width: 31.5%;
	display: flex-wrap;		
  }
  .review-author {
	font-size: 8px;
	}
  .review-text {
	padding-left: 2px;
	padding-right: 2px;
	font-size: 8px;
	}
}

/***************  1.5 END Review Section  ***************/

/***************  1.6 IG Gallery  ***************/

.instagram-gallery {
	padding: 20px 0;
	text-align: center;
	margin-bottom: 20px;
}

.instagram-gallery .container {
	max-width: 1200px;
	margin: 0 auto;
}

.instagram-gallery h2 {
	font-size: 30px;
	color: #333333;
	margin-bottom: 20px;
}

.gallery-images {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.gallery-image {
	flex: 0 0 calc(100% / 6);
	margin: 5px;
	width: 16.66667%;
}

.gallery-image img {
	display: block;
	width: 100%;
	height: auto;
	z-index: -1;
}

.gallery-image:hover::before {
	opacity: 1;
}

.gallery-image img {
	width: 100%;
	height: auto;
	transition: transform 0.3s;
}

.gallery-image:hover img {
	transform: scale(1.05);
}

@media screen and (max-width: 700px){
	.instagram-gallery {
		width:100%;
		padding: 10px;
	}
	.gallery-image {
		flex: 0 0 calc(100% / 6);
		margin: 3px;
		justify-content: center;
		align-items: center;
		margin-top: 10px;
	}
	
	.instagram-gallery .container {
		margin-left: 0px;
	}
	.instagram-gallery .container h2{
		margin-bottom: 0px;
	}
}

/***************  1.6 END IG Gallery  ***************/

/***************  1.7 FOOTER  ***************/

footer {
	background-color: #ffffff/*#b1eafc;/* #00C3B3;#73ffbe;#8DF7F7;*/;
	color: #333;
	padding: 30px 50px;
	text-align: center;
}

.footer-links {
	justify-content: space-between;
	display: inline-block;
	font-style: normal;
	font-weight: 400;	
	letter-spacing: 0.72px;
}

.footer-links li {
	display: inline-block;
	margin: 0px 15px;
	margin-bottom: 10px;
	position: relative;
	list-style: none;
	line-height: 32px;
	color: #333;
	font-size: 19.2px;
	font-style: normal;
	font-weight: 400;	
	letter-spacing: 0.72px;
	text-align: center;
}

.footer-links li a {
	color: #666;
	text-decoration: none;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;	
	letter-spacing: 0.72px;
	line-height: 28px;
}

.footer-links li::after{
	content:'';
	width: 0%;
	height: 2px;
	display: block;
	background: #16c4b6;
	margin: auto;
	transition: 0.5s;
}

.footer-links li:hover::after{
	width: 100%;
}

.footer-links h3{
	font-size: 20.8px;	
	line-height:26.56px;
	letter-spacing:0.78px
	
	
}

.footer-bottom {
	background-color: transparent;
	color: #fff;
	padding: 0px 0;
	font-size: 14px;
	text-align: center;
	font-family: "Assistant", sans-serif/*font-family: "Josefin Sans", sans-serif/*Poppins, sans-serif*/;
	margin-top: 0px;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom a {
	color: #333;
	text-decoration: underline;
}

.footer-bottom a:hover {
	color: #ffc107;
}

.social-icons {
	margin-top: 8px;
}

.social-icons a {
	display: inline-block;
	margin: 10px;
	font-size: 24px;
	transition: color 0.3s ease;
}

.social-icons a.whatsapp-icon {
	color: #25D366;
}

.social-icons a.instagram-icon {
	color: #E4405F;
}

.social-icons a.youtube-icon {
	color: #FF0000;
}

.social-icons a:hover {
	color: #ffc107;
}

@media screen and (max-width: 700px){
	footer {
		padding: 3px;
	}
	.footer-links{
		padding: 8px 15px;
	}
	.footer-links li{
		margin: 3px 12px 0 12px;
	}
	.footer-links h3{
		margin: 0px;
	}
	.footer-bottom p{
		font-size: 12px;
		line-height: 1;
	}
	.footer-bottom {
		padding: 1px 1px;
		margin: 0 0 8px 0;
		line-height: 1;
	}
	.social-icons {
		margin-top: 0px;
	}
	.social-icons a {
		margin: 0 3px;
		font-size: 20px;
	}
	.footer-bottom {
		line-height: 1.5;
	}
	
}

/* End Quick Links Section */

/* Scroll to top Button */
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 10; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #fff; /* Set a background color */
	/*color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 0px; /* Some padding */
	border-radius: 45px; /* Rounded corners */
	font-size: 10px; /* Increase font size */
	height: 60px;
}
.Scolltop{
	height:50px;
}
#myBtn:hover {
  background-color: #f8ffad /* Add a dark-grey background on hover */
}

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 700px){
	#myBtn {
		display: block;
		right: 1050px;
	}
}



.more-about-content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	color: grey;
	text-align: justify;
}

.more-about-content h3{
	font-size: 20px;
}

.more-about-content p {
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
}

/* End More About */

/* End Scroll to top Button */

/***************  1. END HOME PAGE  ***************/


/*--------------------------------------------------------------------------------------------------------------*/


/***************  2. SANDART PAGE  ***************/


.sandart {
	text-align: center;
	background-color: #ffffff;
	margin: 0% 5%;
}

.SA-Type {
	margin: 1%;
}

.SA-Type-text {
	padding: 0 20px;
	display: inline-block;

  position: relative;
  text-align: center;
  color: black;
}

.SA-details{
	margin: 2% 0 2% 0;
}

.timeline{
	display: flex;
	margin: 30px;
}

.Occassion{
	width: calc(100% / 7);
	margin: 8px;
	
}

.Occassion img {
	width: 100px;
	height: 100px;
}

.Occassion-text{
	text-align: center;
	justify-content: center;
	color: #6e2e00;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.5;
}






.timeline_old {
  width: 100%;
  overflow: hidden;
  position: relative;
	padding-left: 5%;
	margin-bottom: 30px;
	font-family: "Assistant", sans-serif;/*font-family: "Josefin Sans", sans-serif;*/
	background-color: #ffffff;
	font-size:16px;
	line-height: 25px;
	align-items: centre;
}

.timeline_old::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #8c4c03/*#3498db*/;
    transform: translateY(-50%);
}

.event {
  width: calc(100% / 8);
	height: 60px;
  float: left;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  transform: translateY(50%);
  padding: 5px;
	margin-right: 10px;
  background-color: #c7884e /*#8c4c03#3498db*/;
  /*background: linear-gradient(135deg, #FFA726, #c7884e);*/
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s ease-in-out;
	vertical-align: middle;
}

.event:last-child {
    margin-bottom: 0;
}

.event-title {  
	font-weight: 550;
	vertical-align: middle;
}


@media (max-width: 768px) {
    .event {
        width: calc(100% / 4);
    }
}

@media (max-width: 576px) {
    .event {
        width: calc(100% / 2);
    }
}

.Why-SandArt{
	display: flex;
	margin: 30px;
}

.Uses{
	width: calc(100% / 7);
	margin: 8px;
	
}

.Uses img {
	width: 100%;
	height: 120px;
	
}

.Use-text{
	text-align: center;
	color: #6e2e00;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}


.BookYourSandArt{
	align-items: center;
  justify-content: center;
  display: flex;
}

.SA-Book{
	position: relative;
	width: 300px;
	height: 150px;
  align-items: center;
  justify-content: center;
}

.SA-Book img{
	width: 100%;
	height: 100%;
}

.SA-BookYours2{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.5s ease;
}

.SA-BookYours2:hover{
	opacity:1;
}






.sandart-video{
	margin: 0%;
}

.sandart-textleft{
	font-size: 20px;
	font-family: "Assistant", sans-serif;/*font-family: "Assistant", sans-serif;/*font-family: "Josefin Sans", sans-serif/*Poppins, sans-serif*/
	text-align: right;
	padding: 0px 25px 130px 50px;
	line-height: 2;
	margin: 3%;
}

.sandart-textright{
	font-size: 20px;
	font-family: "Assistant", sans-serif;/*font-family: "Josefin Sans", sans-serif/*Poppins, sans-serif*/
	text-align: left;
	padding: 0px 25px 130px 50px;
	line-height: 1.8;
	margin: 3%;
}

.sandart-photoleft{
	float: left;
	margin: 30px;
}

.sandart-photoright{
	float: right;
	margin: 30px;
}

.lastline{
	font-size: 25px;
	font-family: "Assistant", sans-serif/*font-family: "Josefin Sans", sans-serif/*Poppins, sans-serif*/;
	text-align: center;
	line-height: 2;
	margin: 30px 10px 0px 10px;
}

.lastline a img{
	padding-top: 0px;
	vertical-align: middle;
}

.sandart .container .cta-button {
	display: inline-block;
	background-color: none;
	color: #fff;
	text-decoration: none;
	padding: 6px 12px;
	border-radius: 4px;
	transition: background-color 0.3s ease;
}

.SA-imagegrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns in each row */
    gap: 10px; /* Gap between images */
    max-width: 1200px; /* Adjust the maximum width as needed */
    margin: 0 auto; /* Center the grid on the page */
    padding: 6px 6px;
}

.SandArtgallery {
    text-align: center;
    border: 1px solid #ccc;
}

.SandArtgallery:hover {
  border: 2px solid #777;
}

.SandArtgallery img {
    max-width: 100%;
    height: auto;
}



@media screen and (max-width: 700px){
	.section-heading{
		padding: 10px 0;
	}
	.SA-details h2{
		font-size:25px;
	}
	.timeline{
		margin:0px;
		display: grid;
		grid-template-columns: auto auto auto;
	}
	.Occassion{
		width: 90px;
	}
	.Occassion img {
		width: 70px;
		height: 60px;
		margin: 0px;
		
	}
	.Why-SandArt{
		margin:0;
		display: grid;
		grid-template-columns: auto auto auto;
	}
	.Uses{
		width: 90px;
		justify-content:center;
		text-align: center;
	}
	.Uses img {
		width: 80px;
		height: 80px;
		margin: 0px;
		
	}
	.Use-text{
		line-height:1.2;
	}
	.sandart-photoleft{
		margin: 10px;
	}
	.sandart-video{
		align-items:center;
		padding: 12px;
	}
	.sandart-photoright{
		margin: 10px;
	}
	.sandart-textright{
		padding: 10px;
		font-size: 15px;
	}
	.sandart-textleft{
		padding: 10px;
		font-size: 15px;
	}
	.responsive-iframe{
		width: 320px;
		height: 192px;
	}
	.sandart .container .lastline{
		font-size: 20px;
	}
	.more-about-content {
		width:80%;
	}
	.more-about-content {
		max-width: 700px;
		font-size: 15px;
	}

	.more-about-content h3{
		font-size: 15px;
	}	
}

/***************  2. END SANDART PAGE  ***************/





/*--------------------------------------------------------------------------------------------------------------*/





/***************  3. PAINTING PAGE  ***************/

.Painting{
	margin: 0 5%;
	padding: 0px;
}

.PA-Type {
	margin: 1%;
}

.PA-Type-text {
	padding: 0 20px;
	display: inline-block;

  position: relative;
  text-align: center;
  color: black;
}

.PA-Type-text img{
	opacity: 0.1;
}

.PA-Type-text img:hover {
	opacity: 1;
	transition: 0.3s ease;
}

.PA-BookYours{
	position: absolute;
  top: 48%;
  left: 43%;
  transform: translate(-50%, -50%);
}

.PA-details1{
	margin: 2% 0 2% 0;
	align-items: center;
	margin-left: auto;
  margin-right: auto;
   display: block;
   
}
.PA-details2{
	margin: 2% 0 2% 0;
	align-items: center;
	margin-left: auto;
  margin-right: auto;
   display: block;
   
}
.P-timeline {
    width: 100%;
    overflow: hidden;
    position: relative;
	padding-left: 5%;
	margin-bottom: 30px;
	font-family: "Assistant", sans-serif;/*font-family: "Josefin Sans", sans-serif;*/
	background-color: #ffffff;
	font-size:16px;
	line-height: 25px;
	align-items: centre;
}

.P-timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0px;
    background-color: #8c4c03/*#3498db*/;
   transform: translateY(-50%);
}

.P-event {
    width: calc(100%/7);
	height: 40px;
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
     transform: translateY(50%);
    padding: 5px;
	margin-right: 10px;
    background-color: #6FF5C3 /*#8c4c03#3498db*/;
	color: #028761;
    border-radius: 15px;
    transition: background-color 0.3s ease-in-out;
	vertical-align: middle;
}

.P-event:last-child {
    margin-bottom: 0;
}

.P-event-title {  
	font-weight: 550;
	vertical-align: middle;
}


@media (max-width: 768px) {
    .P-event {
        width: calc(100% / 4);
    }
}

@media (max-width: 576px) {
    .P-event {
        width: calc(100% / 2);
    }
}

.Which-Mediums{
	display: flex;
	margin: 30px;
}

.P-Uses a{
	width: calc(100% / 8);
	margin: 8px;
	
}

.P-Uses img {
	width: 100%;
	height: 120px;
}

.P-Use-text{
	text-align: center;
	color: #028761;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.5;
}

.GetYourPaint{
	align-items: center;
  justify-content: center;
  display: flex;
}

.PA-Book{
	position: relative;
	width: 300px;
	height: 150px;
  align-items: center;
  justify-content: center;
}

.PA-Book img{
	width: 100%;
	height: 100%;
}

.PA-BookYours2{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 0.5s ease;
}

.PA-BookYours2:hover{
	opacity:1;
}


/* Parent Container */
.PA-BookYours1{
    position: relative;
    float: left;
    margin-right: 10px;
	background: black;
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
}

/* Child Text Container */
.PA-Type-text1 img{
    position: absolute;
    bottom: 0;
    right: 0;
    
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear; 
    transition: visibility 0s, opacity 0.5s linear;
}

/* Hover on Parent Container */
.PA-BookYours1:hover {
    cursor: pointer;
}

.PA-Type-text1:hover{
    width: 150px;
    padding: 8px 15px;
    visibility: visible;
    opacity: 0.7; 
}

		
@media (max-width: 768px) {
    .p-event {
        width: calc(100% / 4);
    }
}
@media (max-width: 576px) {
    .p-event {
        width: calc(100% / 2);
    }
}

.PA-medium{
	display: flex;
	margin: 30px;
}

.P-Medium{
	width: calc(100% / 8);
	margin: 8px;
}

.P-Medium img {
	width: 100%;
	height: 130px;
}

.P-Medium-text{
	text-align: center;
	color: #6e2e00;
	font-size: 15px;
	font-weight: 700;
}

.painting-section {
	padding-top: 30px;
	margin-bottom: 30px;
}

div.p-gallery {
  border: 1px solid #ccc;
}

div.p-gallery:hover {
  border: 1px solid #777;
}

div.p-gallery img {
  width: 100%;
  height: auto;
  max-width: 400px;
  max-height: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
	z-index: -1;
}

div.p-description {
  padding: 15px;
  text-align: center;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
}

.painting-painting {
  padding: 10px 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .painting-painting {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .painting-painting {
    width: 100%;
  }
}

div.pp-gallery {
  border: 1px solid #ccc;
}

div.pp-gallery:hover {
  border: 1px solid #777;
}

div.pp-gallery img {
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
	z-index: -1;
}

div.pp-description {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.portrait-gallery{
	margin: 30px;
}

.portrait-painting {
  padding: 15px 10px;
  float: left;
  width: 24.99999%;
  }

@media only screen and (max-width: 700px) {
  .portrait-painting {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .portrait-painting {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* More About */
.more-about-section {
	padding: 20px 0;
	text-align: center;
}

.more-about-section .container {
	max-width: 1200px;
	margin: 0 auto;
}

.more-about-section .container h2{
	font-size: 30px;
}

.more-about-content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
	color: grey;
	text-align: justify;
}

.more-about-content h3{
	font-size: 20px;
}

.more-about-content p {
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
}

/* End More About */
@media screen and (max-width: 700px){
	
	.PA-details1 h2{
		font-size:25px;
	}
	
	.P-timeline{
		
		height: 350px;
	}
	.PA-details2 h2{
		font-size:25px;
	}
	.Which-Mediums{
		margin:0;
		display: grid;
		grid-template-columns: auto auto auto;
	}
	.P-Uses{
		width: 90px;
		justify-content:center;
		text-align: center;
	}
	.P-Uses img {
		width: 80px;
		height: 80px;
		margin: 0px;
	}
	.P-timeline{
		margin:0;
		display: grid;
		grid-template-columns: auto auto auto;
		grid-template-rows: 80px 80px;
		height: 200px;
	}
	.P-event-title{
		font-size: 14px;
	}
	.painting-section{
		display: grid;
		grid-template-columns: 50% 50%;
		margin: 0px;
		padding: 0px;
	}
	div.p-description{
		padding: 3px;
	}
	.P-event{
		width: 90px;
		height: 50px;
		line-height: 1.2;
		justify-content:center;
		text-align: center;
		margin-bottom: 0px;
	}
	.more-about-content {
		width:80%;
	}
	.more-about-content {
		max-width: 700px;
		font-size: 15px;
	}

	.more-about-content h3{
		font-size: 15px;
	}
	.portrait-gallery{
		display: grid;
		grid-template-columns: 50% 50%;
		margin: 0px;
	}	
	div.pp-description{
		padding: 3px;
	}
}

/***************  3. END PAINTING PAGE  ***************/


/*--------------------------------------------------------------------------------------------------------------*/





/***************  4. Our Story  PAGE  ***************/

.about-about {
	padding: 	10px 0px;
	text-align: center;
	background-color: #ffffff/* #ebfdff*/;
	display: flex;
	margin: 10px 200px 0px 200px;
}

.about-about .container .section-heading{
	margin: 30px 100px 30px 100px;
}

.about-about-content{
	margin: 2%;
}

.about-about-text{
	font-size: 20px;
	font-family: "Assistant", sans-serif;/*font-family: "Josefin Sans", sans-serif/*Poppins, sans-serif*/
	text-align: justify;
	line-height: 1.8;
	margin: 20px;
	padding: 20px 10px;
}

.about-about-photo{
	float: left;
	margin: 1%;
}

.about-about-photo img{
	margin-right: 30px;
	z-index: -1;
	border-radius:10px;
}

@media screen and (max-width: 700px){
	.about-about{
		padding:5px;
		margin: 0 10px;
	}
	.about-about .container .section-heading{
	margin: 5px 30px;
	padding:0px;
	}
		
	.about-about-text{
		font-size: 18px;
		line-height: 1.5;
		padding-left: 5px;
		padding-bottom: 1px;
	}
	.about-about-content{
		padding: 0px 0;
		}
	.about-about-photo{
	 width: 80%;
	}
	.about-about-photo img{
		width:70%;
		height: 70%;
		margin: 0 30%;
	z-index: -1;
	}
	
	.about-about-photo_her img{
		margin: 0 6%;
		width: 80%;
		height: 80%	;
		z-index: -1;	
	}
}

/***************  4. END Our Story  PAGE  PAGE  ***************/

/*--------------------------------------------------------------------------------------------------------------*/

/***************  5. CONTACT PAGE  ***************/

.contact-contact {
	background-color: #ffffff/* #ebfdff*/;
}

.contact-contact .container {
	display: flex;
}

.black-text {
	font-size: 30px;
	font-weight: bold;
}

.grey-text {
	text-align: left;
	font-size: 17px;
	color: grey;
}

.contact-form {
	width: 60%;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	text-align: left;
	margin-top: 40px;
}


.contact-col input, .contact-col textarea{
	width: 100%;
	padding: 15px;
	margin-bottom: 17px;
	outline: none;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.contact-info {
	width: 40%;
	padding-left: 150px;
	text-align: left;
	margin-top: 30px;
}

.right-black-text {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0px 10px 0px	;	
}

.contact-info p {
	margin: 0;
	padding: 0;
}
.contact-social-icons img {
	margin-right: 10px;	
}
.contact-social-icons .icon-link i {
	font-size: 30px;
	width: 40px;
	height: 40px;
}

.contact-social-icons a {
	transition: color 0.3s ease;
	margin-top: 10px;
	color: #009c7a;
	
}

.contact-social-icons a:hover {
	color: #ffc107;
}
@media screen and (max-width: 700px){
	.contact-contact .container {
	
	flex-wrap: wrap;
	}
	.black-text{
		font-size:25px;
	}
	.grey-text{
		font-size:18px;
	}
	.right-black-text{
		font-size:22px;
	}
	.contact-form {
	width: 90%;
	padding: 25px;
	text-align: left;
	}
	.contact-info {
    width: 95%;
    padding-left: 15px;
	margin-top: 10px;
	}
	.contact-social-icons {
		padding-bottom: 5px;
		
	}
	.contact-social-icons i {
		width: 50px;
		font-size:30px;
		height: 50px;		
	}
	.contact-info p{
		font-size: 18px;
	}
}
/***************  5. END CONTACT PAGE  ***************/
/*--------------------------------------------------------------------------------------------------------------*/
/***************  6. FAQ PAGE  ***************/



/* FAQ */
.faq {
	padding: 30px;
	text-align: center;
	background-color: #ffffff/*#ebfdff*/;
	color:#666;
}

.faq .container {
	max-width: 1200px;
}

.faq .container .section-heading{
	margin-bottom : 5%;
}

.faq .content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}
.faq .content p {
	font-size: 12px;
	color: #666666;
	line-height: 1.5;
}
.faq .content h3 {
	font-size: 25px;
	text-align: center;
	line-height: 1.5;
	margin: 3%;
}

.faq-question {
	font-style: oblique;
	font-size: 20px;
}
	
.faq-answer {
	color: grey;
	font-size: 20px;
	text-align: justify;
	margin-bottom: 4%;
}
@media screen and (max-width: 700px){
	.faq {
		padding: 15px 20px;
		}
	.faq .container .section-heading{
		margin-bottom : 0%;
		font-size: 20px;
	}
	.faq .content h3 {
	font-size: 20px;
	}
	.faq-content p {
		font-size: 10px;
	}
	.faq-question {
		font-size: 18px;
	}
	.faq-answer {
		font-size: 16px;
	}	
}
/*************** 6. END FAQ PAGE  ***************/
/*--------------------------------------------------------------------------------------------------------------*/
/*************** 7. PRIVACY POLICY  ***************/
.privacy-page {
	padding: 30px;
	text-align: center;
	background-color: #ffffff/*#ebfdff*/;
	color:#666;
}

.privacy-page .content{
	text-align: justify;
	font-size: 20px ;
	padding: 30px 100px 30px 100px ;
}
.points-heading{
	font-weight: light-bold;
	font-size:22px;
	font-style:oblique;
}
@media screen and (max-width: 700px){
	.privacy-page{
		padding: 15px 25px;
		}
	.privacy-page .content{
		font-size: 16px ;
		line-height: 1.8;
		padding: 30px;
	}		
}

/*************** 7. END PRIVACY POLICY  ***************/
/*--------------------------------------------------------------------------------------------------------------*/
/*************** 8. TERMS & CONDITIONS  ***************/
.tnc-page {
	padding: 30px;
	text-align: center;
	background-color: #ffffff/* #ebfdff*/;
	color:#666;
}

.tnc-page .content{
	text-align: justify;
	font-size: 20px ;
	padding: 30px 100px 30px 100px ;
}

.points-heading{
	font-weight: light-bold;
	font-size:22px;
	font-style:oblique;
}

@media screen and (max-width: 700px){
	.tnc-page{
		padding: 15px 28px;
		}
	.tnc-page .content{
		font-size: 16px;
		line-height: 1.6;
		padding: 30px;
	}		
}

/*************** 8. END TERMS & CONDITIONS  ****************/





 