/* @import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Pacifico&family=Satisfy&display=swap");


/* navbar design  */

.navbar ul li a {
  font-size: 1.1rem;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.navbar ul li a:hover {
  color: white !important;
  background-color: rgb(235, 168, 75);
}

/* home page design */

#hero {
  background-image: url("images/homebanner.jpg");
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#hero h4 {
  padding-top: 7rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

#hero h2 {
  font-family: "Times New Roman", Times, serif;
}

#hero h1 {
  color: #088178;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

#hero a {
  background-image: url("images/button.png");
  background-color: transparent;
  color: #088178;
  border: 0;
  text-decoration: none;
  padding: 14px 80px 14px 65px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
}

.clients {
  padding: 4rem;
}

.clients h2 {
  font-family: "Pacifico", cursive;
  font-family: "Satisfy", cursive;
  font-size: 2rem;
  color: #9c6644;
  text-align: center;
  font-weight: bold;
  padding-bottom: 1rem;
}

.box {
  display: grid;
  align-items: center;
  justify-content: center;
  width: 60%;
  height: 60%;
  transition: transform 0.5s ease-in;
  margin: 3px auto;
}

.box img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.box:hover {
  transform: scale(1.2);
}

.homesection2 {
  padding: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start; /* Align items to stretch to the same height */
}

.homesection2 .image-container {
  position: relative;
}

.homesection2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.homesection2 .overlay:hover {
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust the background color and opacity as desired */
  opacity: 1;
  transition: opacity 0.3s ease;
}

.homesection2 .ovtext2 {
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
}

.homesection2 .ovtext2 h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: "Spicy Rice", cursive;
  color: white;
}

.homesection2 .ovtext2 a {
  color: white;
  font-weight: bold;
  background-color: #f4b323;
  font-family: "Times New Roman", Times, serif;
  padding: 0.5rem;
  text-decoration: none;
}

.homesection3 {
  display: flex;
  flex-direction: row;
  padding: 3rem;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  align-items: center;
  justify-content: space-around;
}

.homesection3 .homesection3content {
  width: 50%;
}

.homesection3 img {
  width: 40%;
  border-top-right-radius: 85px;
}

.homesection3 .homesection3content h4 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

.homesection3 .homesection3content p {
  font-family: "Times New Roman", Times, serif;
  color: black;
}

.homesection4 {
  display: flex;
  flex-direction: row;
  padding: 3rem;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  align-items: center;
  justify-content: space-around;
}

.homesection4 .homesection4content {
  width: 50%;
}

.homesection4 img {
  width: 40%;
  border-top-left-radius: 85px;
}

.homesection4 .homesection4content h4 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

.homesection4 .homesection4content p {
  font-family: "Times New Roman", Times, serif;
  color: black;
}

.homesection5 {
  display: flex;
  flex-direction: row;
  padding: 3rem;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
  align-items: center;
  justify-content: space-around;
}

.homesection5 .homesection5content {
  width: 50%;
}

.homesection5 img {
  width: 40%;
  border-top-right-radius: 85px;
}

.homesection5 .homesection5content h4 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

.homesection5 .homesection5content p {
  font-family: "Times New Roman", Times, serif;
  color: black;
}

.googlereview {
  padding: 3rem;
}

/* about us design */

.aboutsection1 {
  padding: 12.5rem;
  padding-bottom: 8rem;
  background-color: #e1dada;
  align-items: center !important;
  text-align: left;
  background-image: url("images/aboutusheader.jpg");
  background-repeat: no-repeat;
}

.aboutsection1 h2 {
  font-family: "Pacifico", cursive;
  font-family: "Satisfy", cursive;
  font-size: 3rem;
  color: #9c6644;
  text-align: left;
  font-weight: lighter;
}

.aboutsection1 a {
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-weight: 2.3rem;
  text-align: left;
  font-weight: bold;
  color: #ad724d;
}

.aboutsection2 {
  padding: 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.aboutsection2 .aboutleft {
  padding: 2.4rem;
  font-family: "Times New Roman", Times, serif;
}

.aboutsection3 {
  padding: 4rem;
  background-image: url("images/aboutpagedesign.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.aboutsection3 h2 {
  font-family: "Pacifico", cursive;
  font-family: "Satisfy", cursive;
  font-weight: lighter;
  color: brown;
}

.aboutsection4 {
  padding: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; /* Align items to stretch to the same height */
}

.aboutsection4 .image-container {
  position: relative;
}

.aboutsection4 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
}

.aboutsection4 .overlay:hover {
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Adjust the background color and opacity as desired */
  opacity: 1;
  transition: opacity 0.3s ease;
}

.aboutsection4 .ovtext2 {
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem;
}

.aboutsection4 .ovtext2 h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-family: "Spicy Rice", cursive;
  color: white;
}

.aboutsection4 .ovtext2 a {
  color: white;
  font-weight: bold;
  background-color: #f4b323;
  font-family: "Times New Roman", Times, serif;
  padding: 0.5rem;
  text-decoration: none;
}

/* contactus page */

.contactusection1 {
  padding: 14rem;
  padding-bottom: 8rem;
  background-color: #e1dada;
  align-items: center !important;
  text-align: center;
}

.contactusection1 h2 {
  font-family: "Pacifico", cursive;
  font-family: "Satisfy", cursive;
  font-size: 3rem;
  color: #9c6644;
  text-align: center;
  font-weight: lighter;
}

.contactusection1 a {
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-weight: 2.3rem;
  text-align: center;
  font-weight: bold;
  color: #ad724d;
}

.contactsection2 .contactbox {
  padding: 5rem;
  margin: 7rem;
  margin-top: 3rem;
}

.contactsection2 .contactbox .contactinfo .contactdetails {
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
  border: 1px solid rgb(233, 233, 233);
}

.contactsection2 .contactbox .contactinfo .contactdetails .icon {
  font-size: 2rem;
  font-weight: bolder;
  /* color: #8f5834; */
}

.contactsection2 .contactbox .contactinfo .contactdetails .info {
  font-family: "Times New Roman", Times, serif;
  /* color: #8f5834; */
  font-size: 1rem;
  font-weight: bolder;
}

.contactsection2 .contactbox .forminfo {
  padding-left: 1.4rem;
}

.contactsection2 .contactbox .forminfo h2 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bolder;
  /* color: #8f5834; */
}

.feild {
  width: 100%;
  padding: 0.5rem 1rem;
  border: 2px solid rgb(106, 106, 106);
  font-size: 1.1rem;
  margin-bottom: 22px;
  transition: 0.3s;
  border-radius: 4px;
}

.feild:focus {
  background-color: #fff;
  border: 2px solid rgba(30, 85, 250, 0.47);
}

.area {
  min-height: 225px;
}

.contactussection3 {
  padding: 3rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.contactussection3 iframe {
  width: 100%;
}

/* footer design  */

.footer {
  position: relative;
  width: 100%;
  /* background: rgb(252,196,150);
  background: linear-gradient(90deg, rgba(252,196,150,1) 0%, rgba(201,197,191,1) 35%, rgba(251,189,131,0.969152626871061) 100%); */
  background: rgb(212, 212, 222);
  background: linear-gradient(
    90deg,
    rgba(212, 212, 222, 1) 0%,
    rgba(158, 149, 139, 1) 35%,
    rgba(110, 112, 113, 1) 100%
  );
  min-height: 100px;
  padding: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: white;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
  color: black;
}

.menu__link {
  font-size: 1.3rem;
  color: white;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: bold;
  font-family: "Times New Roman", Times, serif;
}

.menu__link:hover {
  opacity: 1;
  color: black;
}

.footer p {
  color: white;
  font-size: 1rem;
  font-weight: bold;
}

/**Copyrights page**/

.copy {
  background: #3766f4;
  padding: 0.5rem;
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
}

.copy h3 {
  font-size: 16px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  color: black;
  font-weight: bold;
}

.copy a {
  color: black;
  text-decoration: none;
}

.copy a:hover {
  color: white;
}


/* our collection page design */


#logindesign {
  padding: 8rem;
  padding-bottom: 3rem;
}

#logindesign h4 {
  color: black;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}

#loginbtndesign {
  color: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}


.collection1{
  padding: 12rem;
  padding-bottom: 2rem;
  align-items: center !important;
  text-align: center;
}

.collection1 h2 {
  font-family: "Pacifico", cursive;
  font-family: "Satisfy", cursive;
  font-size: 3rem;
  color: #9c6644;
  text-align: center;
  font-weight: lighter;
}

.collection1 a {
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-weight: 2.3rem;
  text-align: center;
  font-weight: bold;
  color: #ad724d;
}

.blog_flex{
	display: flex;
	width: 100%;
}
.flex-part1{
	width: 30%;
	height: 12rem !important;
	border: 1px solid #eee;
}
.flex-part2{
	border: 1px solid #eee !important;
	padding-left: 10px;
	width: 70%;
}
.flex-part1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.flex-part2 #title{
	color: #544E48;
	text-decoration: none;
	font-weight: bold;
	text-align: justify;
}
.flex-part2 #body{
	color: #544E48;
	text-decoration: none;
	text-align: justify;
	font-size: 0.9rem;
}
.flex-part2 ul{
	display: flex;
	padding: 0 !important;
	margin: 0 !important;
}
.flex-part2 ul li{
	list-style: none;
}
.flex-part2 ul li a{
	color: gray;
	text-decoration: none;
	font-size: 0.8rem;
}
.right-section{
	flex-direction: column;
}
.right-section h6{
	background-color:#9c6644;
	color:white;
	padding: 10px;
	border-radius: 5px;
}
.right-section ul li a{
	text-decoration: none;
	color: #555;
	font-size: 0.9rem;
}
.right-section ul li{
	list-style: none;
	border-bottom: 1px solid #eee;
	padding: 4px 0 4px 0;
}
#single_img{
    width: 100%;
    height: 20rem;
}
#single_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.collection .img-fluid:hover {
  -moz-transform: scale(1.03) rotate(0deg);
  -webkit-transform: scale(1.03) rotate(0deg);
  -o-transform: scale(1.03) rotate(0deg);
  -ms-transform: scale(1.03) rotate(0deg);
  transform: scale(1.03) rotate(0deg);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
