html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html, body {
  overflow-x: hidden;
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Raleway", serif;
  line-height: 1.4;
  background-color: #fff7e8;
  font-size: 16px;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
}
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

h2 {
  font-family: "Berkshire Swash", serif;
}

/**===========new-css==============**/

.text-theme {
  color: #7a1600;
}
.headerTop {
  background: linear-gradient(90deg, #fcbb58, #f47728, #f47728);
  display: block;
  height: 28px;
  position: fixed;
  top: 0;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
}
.headerTop:before {
  content: "";
  background-image: url(../images/header-Top.svg);
  height: 15px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: repeat;
  background-size: 34px;
}

.LargeContainer {
  max-width: 1510px;
  padding: 0 15px;
  margin: auto;
}
.logoSection {
  background: linear-gradient(90deg, #fcbb58, #f47728, #f47728);
  border-radius: 50px 50px 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 130px;
  padding: 44px 15px;
}

.bannerSection {
  position: relative;
}

.LogoShape {
  position: absolute;
  bottom: 32px;
}
.logoSectionInner h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 800;
  padding-left: 364px;
}
.LogoShape:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 20px;
  width: 362px;
  height: 362px;
  border-radius: 100%;
  background-color: #ffd692;
  margin: auto;
  z-index: -1;
}

.LogoShape .logoBrand {
  position: relative;
  z-index: 2;
  padding: 0 40px;
}
.bannerSection figure {
  position: relative;
  z-index: -2;
  margin-bottom: 0;
  line-height: 0;
}
.bannerSection figure img {
  width: 100%;
}
.logoSection:after {
  content: "";
  background-image: url(../images/bannerBottomBorderShape.svg);
  height: 14px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-size: 36px;
}

.aboutSection {
  padding: 150px 0 100px 0;
  position: relative;
}
.aboutSection .row {
  align-items: end;
}
.sectionTitle {
  font-size: 45px;
  font-weight: 100;
  font-style: normal;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}

.sectionTitle:after {
  content: "";
  background-image: url(../images/titleBorder.png);
  background-repeat: no-repeat;
  width: 150px;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-size: 100%;
}

.aboutContant p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.4;
}

.aboutContant {
  background: #feeac6;
  padding: 40px 40px 40px 0;
  position: relative;
}

.aboutContant:before {
  background: #feebc8;
  content: "";
  position: absolute;
  width: calc(100vw + 1600px);
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
}

.withSectionEffect:before {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/sectionLeft.png);
}

.withSectionEffect:after {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  background-image: url(../images/sectionRight.png);
}

/* .aboutImg img {
    max-width: initial;
  } */

.gallerySection {
  background-image: url(../images/galleryBackground.jpg);
  padding: 100px 0;
  background-size: cover;
  position: relative;
}

.gallerySection::before {
  content: "";
  height: 22px;
  background-size: 38px;
  position: absolute;
  left: 0;
  right: 0;
  background-image: url(../images/gallery-pattern.png);
  top: 0;
}

.galleryLeft {
  animation: bounceAnimation 5s infinite;
  position: absolute;
  top: 0;
  left: 70px;
}

.galleryRight {
  position: absolute;
  right: 70px;
  top: 0;
}

.gallerySection .sectionTitle {
  text-align: center;
}

.gallerySection .sectionTitle:after {
  margin: auto;
  left: 0;
  right: 0;
}

.galleryWrap {
  display: flex;
}

.gallerylarge {
  flex: 0 0 50%;
  max-width: 50%;
}

.gallerySmall {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.galleryThumb {
  margin: 10px;
  border-radius: 20px;
  overflow: hidden;
  width: calc(100% - 20px);
}
.galleryThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallerySmall .galleryThumb {
  flex: 0 0 50%;
  max-width: calc(50% - 20px);
  height: calc(50% - 20px);
}

.gallerylarge .galleryThumb {
  height: calc(100% - 20px);
}
#gallerySlider .owl-nav button {
  opacity: 0.8;
}
#gallerySlider .owl-nav button:hover {
  background: transparent;
  opacity: 1;
}
#gallerySlider .owl-nav {
  position: relative;
  top: 46px;
}

.ContactSection .sectionTitle {
  text-align: center;
}

.ContactSection .sectionTitle:after {
  margin: auto;
  left: 0;
  right: 0;
}

.ContactSection {
  padding: 150px 0 100px 0;
  position: relative;
}

.contactBox {
  border: 1px solid #ee9729;
  padding: 48px 20px;
  text-align: center;
  border-radius: 12px;
  height: 100%;
}
.contactBox span {
  display: inline-flex;
  width: 86px;
  height: 86px;
  background: #fcf1df;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-bottom: 15px;
}

.contactBox h3 {
  font-weight: bold;
  color: #9a1f04;
  font-size: 30px;
  margin: 0 0 15px 0;
}

.contactBox p {
  margin: 0;
  font-size: 16px;
  color: #4a201e;
  font-weight: 500;
  line-height: 1.5;
}
.contactBox p a{  font-size: 16px;color: #4a201e; text-decoration:none;   font-weight: 500; line-height: 1.5;}
.flower-patternCenter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.footer {
  background-color: #540c01;
  padding: 40px 0 20px 0;
  position: relative;
  overflow: hidden;
}
.footerLogo {
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.footerLogo strong {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  padding: 10px 0;
}

.footerLogo a {
  display: inline-block;
  margin-bottom: 10px;
}

.copyrightSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #791600;
  padding: 16px 0;
  margin-top: 32px;
  color: #fff;
  font-size: 14px;
}

.fiiterShapeLeft {
  position: absolute;
  bottom: 0;
  left: 0;
}

.fiiterShapeRight {
  position: absolute;
  bottom: 0;
  right: 0;
}

.footer:before {
  content: "";
  background-image: url(../images/footerTopShape.svg);
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: repeat;
  background-size: 37px;
}

.footer:after {
  content: "";
  background-image: url(../images/footerBottomShape.svg);
  height: 18px;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-size: 36px;
}

.footer .container {
  position: relative;
  z-index: 2;
}

.socialLink a {
  padding-left: 6px;
}
