/*Main Css */

:root {
--primary: #E7977D;
--secondary: #FEF7EC;
--white: #fff;
--black: #000000;

--font-heading: 'Gotu', sans-serif;
--font-pera: 'Bitter', serif;
--font-body: 'Bitter', serif;
--icon: "Font Awesome 6 Pro", sans-serif;
}

::selection {
background: var(--primary);
color: #fff;
text-shadow: none;
}

::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: none;
}

::-webkit-scrollbar-track-piece {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
border-radius: 10px;
background-color: var(--primary);
}

/* Tabbing CSS */

[class^="box-"] {
display: none;
}

[class^="box-"].showfirst {
display: block;
}

body {
font-family: var(--font-body);
overflow-x: hidden;
font-size: 16px;
color: var(--body-color);
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
}

body.inner-header {
padding-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-heading);
display: block;
color: var(--secondary);
text-transform: capitalize;
}
.text-black{
    color: var(--black);
}
.text-white{
    color: var(--white);
}
h1{
font-size: 60px;
font-weight: 700;
line-height: 73px;
letter-spacing: 0em;
text-align: left;

}

h2 {
font-size: 50px;
font-weight: 700;
line-height: 61px;
letter-spacing: 0em;
}

h2 span.text-bold {
font-weight: bold;
}

h4 {
font-size: 26px;
line-height: 1.12;
}

h6{
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

.text-primary{
color: var(--primary) !important;
}

.text-secondary{
color: var(--secondary) !important;
}

.btn {
padding: 18px 58px; 
text-transform: capitalize;
font-family: var(--font-heading) !important;
 
}

.btn:focus, .btn:active:focus{
box-shadow: none;
}

.btn i{
font-size: 14px;
font-weight: 600;
}

.btn-primary{
background-color: var(--primary);
border: 1px solid var(--primary);
color: var(--white) !important;
border-radius: 0px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
background-color: transparent;
border: 1px solid var(--primary);
color: var(--primary) !important;
}


.btn-primary-border{
background-color: transparent;
border: 1px solid var(--primary);
color: var(--primary) !important;
}

.btn-primary-border:hover, .btn-primary-border:active, .btn-primary-border:focus{
background-color: var(--primary);
border: 1px solid var(--primary);
color: var(--white) !important;
}


.btn-secondary{
background-color: var(--secondary);
border: 1px solid var(--secondary);
color: var(--black) !important;
border-radius: 0px;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
background-color: transparent;
border: 1px solid var(--secondary);
color: var(--secondary) !important;
}

.btn-dark{
background-color: var(--black);
border: 1px solid var(--black);
color: var(--white) !important;
border-radius: 0px;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus{
background-color: transparent;
border: 1px solid var(--black);
color: var(--black) !important;
}


.btn-light{
background-color: var(--secondary);
border: 1px solid var(--secondary);
color: var(--black) !important;
border-radius: 0px;
}

.btn-light:hover, .btn-light:active, .btn-light:focus{
background-color: transparent;
border: 1px solid var(--secondary);
color: var(--secondary) !important;
}

*:hover,
*:focus,
* {
outline: none !important;
}

img {
max-width: 100%;
height: auto;
}

a,
input[type="submit"] {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
display: inline-block;
cursor: pointer;
text-decoration: none;
}

span {
display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
font-family: var(--font-body);
font-weight: 400;
}

::-webkit-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-ms-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
opacity: 1;
}

/* Padding Classes */
.pad-zero {
padding: 0px;
}
.pad-l-zero {
padding-left: 0px;
}
.pad-r-zero {
padding-right: 0px;
}
.ovr-hiddn {
overflow: hidden;
}
.overlay:after {
content: "";
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
}
.overlay {
display: none;
}
.overlay.active {
display: block;
}

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}
.slick-slide {
margin: 0 15px;
}
.slick-dots {
padding: 50px 0 0;
text-align: center;
}
.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}
.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}
.slick-dots li.slick-active button {
background: #B6B9FC;
width: 55px;
}
/*header css*/

/* header {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
position: fixed;
background: transparent;
z-index: 1;
left: 0;
right: 0;
top: 0;
}
header.sticky{
background: white;
box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
top: 0;
} */

.main-header{
width: 100%;
padding-top: 32px;
padding-bottom: 32px;
background-color: var(--secondary);
}



/* .menuWrap {
display: flex;
align-items: center;
justify-content: center;
} */


.menu.m-left{

    float: left;
}
.menu.m-right{
    float: right;
}
.main-header .logo{
    text-align: center;
}
.desktop-header .menuWrap {
display: flex;
align-items: center;
justify-content: end;
}
.logo img{
display: inline-block;
}
.logo img {
display: block;
}

/* Hamburger Menu */
.menu-Bar {
width: 30px;
height: 20px;
cursor: pointer;
position: absolute;
right: 15px;
top: 0;
bottom: 0px;
margin: auto;
z-index: 22;
display: none;
}
.menu-Bar span {
display: block;
height: 4px;
width: 100%;
background: var(--primary);
position: absolute;
transition: 0.6s all;
border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
top: 0;
}
.menu-Bar span:nth-child(2) {
top: 8px;
transform-origin: left;
}
.menu-Bar span:nth-child(3) {
top: 16px;
}
.menu-Bar.open span:nth-child(1) {
transform: rotate(45deg);
top: 12px;
transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
width: 0;
opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
transform: rotate(-45deg);
top: 12px;
transform-origin: right-center;
}

/* Menu Css */
.menu {
font-size: 0px;
display: inline-block;
vertical-align: middle;
}

.menu-callnow {
color: var(--primary) !important;
background: transparent;
}

.menu-callnow i{
color: var(--dark) !important;
line-height: 2;
}

.menu > li {
display: inline-block;
vertical-align: middle;
padding: 0 0 0 30px;
}

.menu > li > a {
display: block;
font-family: var(--font-body);
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: var(--black);
}

.btn-header {
background: var(--primary);
color: white !important;
padding: 12.80px 30.39px;
font-weight: 400 !important;
}



.menu > li :hover > a,
.menu > li.active > a {
border-bottom: 1px solid var(--black);
}

@keyframes scale-display {
0% {
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}
100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
}
@keyframes scale-display--reversed {
0% {
display: inline-flex;
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
99% {
display: inline-flex;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}
100% {
display: none;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}
}

@keyframes btotreverse {
0% {
top: 75px;
opacity: 1;
}
100% {
top: 115px;
opacity: 0;
}
}

@keyframes btot {
0% {
top: 115px;
opacity: 0;
}
100% {
top: 40px;
opacity: 1;
}
}

/* Main Banner CSS */


/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}
.slick-slide {
margin: 0 15px;
}
.slick-dots {
padding: 50px 0 0;
text-align: center;
}
.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}
.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}
.slick-dots li.slick-active button {
background: #B6B9FC;
width: 55px;
}

span.count {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.counter span.text-white {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.form-select, .form-select:focus {
background: transparent;
border: 1px solid #626262;
border-radius: 24px;
padding: 8px 34px 8px 29px;
color: #ddd;
font-size: 13px;
margin-bottom: 18px;
color: var(--bg-light);
box-shadow: none;
}

.slick-center button.slick-prev.slick-arrow {
position: absolute;
top: 96%;
left: 50%;
font-size: 0px;
width: 30px;
height: 30px;
border: none;
background-color: transparent;
z-index: 0;
}

.slick-center button.slick-prev.slick-arrow::before {
content: "\f177";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow {
position: absolute;
top: 92%;
right: 4%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 2;
}

.slick-center button.slick-next.slick-arrow {
position: absolute;
top: 96%;
right: 46%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 0;
}

.slick-center button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

/* .slider-for img{
width: 100%;
object-fit: cover;
object-position: center;
height: 454px;
margin-bottom: 16px;
}

.slider-nav img{
height: 174px;
width: 100%;
object-fit: cover;
object-position: center;
} */

.slick-center img {
width: 100%;
height: 500px;
}

.slick-center .slick-list.draggable {
padding: 0 24% 0 !important;
}

.slick-center .slick-slide {
margin: 0 70px;
}

.slick-center .slick-current img {
position: relative;
top: -41px;
}

.sliderDiv{
background-size: cover;
height: 1200px;
width: 100%;
background-repeat: no-repeat;
}

.socail-icons{
display: flex;
}

ul.socail-icons li i{
color: #fff;
font-size: 18px;
font-weight: 300;

}

ul.socail-icons li{
margin-right: 10px;
}

a.logo {
font-size: 30px;
color: var(--white);
font-family: var(--font-heading);
}

/* inner pages */

.inner-banner{
display: flex;
justify-content: center;
align-items: center;
padding-top: 200px;
padding-bottom: 193px;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}

.inner-banner .content h1 {

}

/* inner pages */

.footer-border {
height: 1px;
margin: 61.5px 83px 29px 177px;
background-color: rgba(255, 255, 255, 0.1);
margin-top: 60px;
}

ul.footer-social-icons{
display: flex;
margin-top: 20px;
}

ul.footer-social li a {
font-size: 16px;
line-height: 1.5;
text-align: left;
color: var(--white);
margin-bottom: 15px;
}

ul.footer-social li a i {
color: var(--primary);
margin-right: 17px !important;
}

ul.footer-social li a:hover{
color: var(--primary);
}

ul.footer-social-icons li {
margin-right: 12px;
}

ul.footer-social-icons li a{
color: var(--white);
background-color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
height: 38px;
width: 38px;
border-radius: 50%;
}

ul.footer-social-icons li a i {
font-size: 22px;
}

.menu-Bar a.logo {
font-size: 45px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: normal;
text-align: left;
color: #1dd3b0;
}

.menu > li > a:hover {
color: var(--primary);
border-bottom: 1px solid var(--black);
}
.menu > li > a.active {
border-bottom: 1px solid var(--black);
}
 
ul.breadcrumb-menu {
display: block;
text-transform: uppercase;
}

ul.breadcrumb-menu li {
display: inline-block;
vertical-align: middle;
position: relative;
color: var(--primary);
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

ul.breadcrumb-menu li a {
color: var(--dark-light);
}

ul.breadcrumb-menu li+li {
margin-left: 0px;
}

ul#counter {
display: flex;
align-items: center;
gap: 7rem;
/* padding: 24px 36px; */
/* border-radius: 8px; */
/* box-shadow: 0 10px 33px 0 rgba(130, 130, 130, 0.2); */
/* background-color: #222; */
/* margin-top: -112px;*/
}
.counter-wrapper .counter {
display: flex;
align-items: center;
gap: 20px;
}
.counter-wrapper .counter span.count {
font-weight: 700;
font-size: 45px;
color: #000;
}
ul#counter li .counter>div {
font-weight: 600;
line-height: 1;
font-size: 38px;
color: #fff;
/* padding-bottom: 10px; */
flex-shrink: 0;
}
ul#counter li {
background-repeat: no-repeat;
background-position: center;
width: 100%;
text-align: center;
line-height: 28px;
display: flex;
align-items: center;
justify-content: center;
}
ul#counter li .counter span.text {
font-family: var(--font-body);
font-size: 14px;
line-height: 2;
letter-spacing: normal;
text-align: left;
color: var(--white);
font-weight: normal;
}

ul#counter li:nth-child(1) .counter>div {
color: #ec4e52;
}
ul#counter li:nth-child(2) .counter>div {
color: #ebd142;
}
ul#counter li:nth-child(3) .counter>div {
color: #62a488;
}

.counter span.text-dark {
font-weight: 600;
font-size: 30px;
}

/* ------- */

.index-slider-news button.slick-prev.slick-arrow {
position: absolute;
top: 23%;
left: -68px;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
z-index: 2;
line-height: 0;
border-radius: 50%;
}

.index-slider-news button.slick-prev.slick-arrow::before {
content: "\f104";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.index-slider-news button.slick-next.slick-arrow {
position: absolute;
top: 23%;
right: -70px;
border: none;
background-color: transparent;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
background-color: transparent;
line-height: 0;
border-radius: 50%;
z-index: 2;
}

.index-slider-news button.slick-next.slick-arrow::before {
content: "\f105";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

/* .form-control {
border: 1px solid #D2D2D2;
margin-bottom: 20px;
border-radius: 0;
height: 35px;
} */

/* Accordian */

.accordion-list {
position: relative;
}

.accordion-list li {
padding: 0px 0px 22px 2px;
cursor: pointer;
width: 100%;
margin: 0 auto;
border-bottom: 0;
background: white;
box-shadow: none;
border-radius: 0px;
margin-bottom: 0rem;
}

ul.accordion-list li span {
display: flex;
position: relative;
}

.accordion-list li h3 {
color: var(--secondary);
display: flex;
align-items: center;
font-size: 16px;
font-weight: 700;
line-height: 30px;
margin-right: 14px;
}

.accordion-list li.active h3 {
color: var(--primary);
font-size: 20px;

}

ul.accordion-list li h3:after {
content: "\f078";
font-family: "Font Awesome 5 Pro";
position: absolute;
right: 0;
right: 0;
color: var(--secondary);
transition: all 0.3s ease-in-out;
font-size: 14px;
font-weight: 900;
top: 0;
}

.accordion-list li.active h4::after {
color: #9CA3AF;
content: "\f077";
}

ul.accordion-list li.active h3:after {
content: "\f077";
color: var(--primary);
}

.answer p {
margin-top: 16px;
color: #555555;
font-size: 16px;
font-weight: 400;
line-height: 30px;
}

/* Accordian */

/* Subscription */

.subscribe {
border: solid 1px #c9cbd6;
height: 60px;
margin-top: 18px;
border-radius: 5px;
position: relative;
overflow: hidden;
}

.subscribe button.btn-subscribe {
text-transform: uppercase;
display: inline-block;
height: 58px;
border-radius: 0;
border: none;
background: var(--primary);
position: absolute;
right: 0;
top: 0;
bottom: 0;
padding: 0 35px;
font-size: 13px;
font-weight: 600;
line-height: 1.23;
text-align: center;
color: var(--white);
}

.subscribe input.form-control {
border: none;
/* width: 100%; */
padding: 8px 13px;
height: 100%;
margin: 0;
display: inline-block;
color: var(--secondary);
background-color: transparent;
padding-right: 9.5rem;
}

/* Subscription */

.sec-pad{
padding-top: 77px;
padding-bottom: 77px;
}

/* topbar */

.top-bar {
padding: 15px 0;
background: var(--primary);
}

.top-social-icons {
display: flex;
justify-content: end;
gap: 20px;
}

.top-contact-info {
display: flex;
gap: 22px;
}

.top-contact-info li {
display: flex;
gap: 10px;
align-items: baseline;
}

.top-contact-info li a {
color: var(--white);
}

.top-social-icons li a i{
color: var(--white);
}

/* topbar */

/* contact page */

.contactIconBg li {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 20px;
}

.contactIconBg .icon{
width: 50px;
height: 50px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: var(--white);
background-color: var(--primary);
}

/* contact page */

.related-slider span.arr-left {
top: 35%;
position: absolute;
left: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

.related-slider span.arr-right {
top: 35%;
position: absolute;
right: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

footer{
background-color: var(--black);
}

footer .border-top {
border-top: 1px solid #808080!important;
}

.f-logo {
font-size: 30px;
text-align: left;
color: var(--white);
font-family: var(--font-heading);
line-height: normal;
height: 100%;
}

.f-logo:hover {
color: var(--white);
}

.f-logo-content {
margin-top: 7px;
font-size: 16px;
font-weight: 400;
line-height: 33px;
letter-spacing: 0.5px;
color: var(--white);
}

.f-menu {
margin-top: 30px;
}
.f-menu span{
font-weight: 700;
font-size: 16px;
line-height: 24px;
color: var(--white);
margin-right: 5px;
}

.f-menu .f-icon-box {
display: flex;
align-items: baseline;
gap: 20px;
margin-bottom: 10px;
}

.f-menu .f-icon-box a, .f-menu .f-icon-box p{
color: var(--white);
}

.f-menu .f-icon-box i{
color: var(--white);
}

ul.f-menu li a {
color: var(--white);
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-bottom: 14px;
font-family: var(--font-pera);
}

ul.f-menu li a:hover{
color: var(--primary);
}

.footer-content{
padding-top: 68px;
padding-bottom: 70px;
}

footer h6{
font-family: var(--font-heading);
color: var(--white);
position: relative;
font-size: 29.8px;
font-weight: 400;
line-height: 34.93px;
letter-spacing: -0.6px;
}

.copyright {
padding-top: 11px;
padding-bottom: 11px;
background: var(--black);
}

.copyright p{
font-family: var(--font-body);
font-size: 16px;
line-height: 24px;
letter-spacing: normal;
font-weight: 400;
color: var(--white);
}
.copyright p b{
font-weight: 700;
}
.copyright .container{
    padding-bottom: 5px;
border-bottom: 1px solid #FAF7EF;
}


.mainBanner {
height: auto;
width: 100%;
display: flex;
align-items: center;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: center !important;
position: relative;
z-index: 1;
padding-top: 263px;
padding-bottom: 97px;
}
.hero-content h1{
    font-weight: 400;
    font-size: 57.5px;
    line-height: 64px;
    letter-spacing: -1.15px;
    color: var(--black);
    font-family: var(--font-heading);
}
.hero-content p.pera{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-family: var(--font-body);
    margin: 32px auto;
}

p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-family: var(--font-body);
}

.hero-content .btn-primary{
    font-weight: 400;
    font-size: 16px;
    font-family: var(--font-body);
    padding: 33px 83px;
}
.hero-content{
    padding: 0px 250px 11px 0px;
}
.hero-content-2 .hero-review{
    margin-top: 43px;
}
.hero-content-2 h3{
    font-weight: 400;
    font-size: 29.8px;
    line-height: 34.93px;
    letter-spacing: -0.6px;
    color: var(--black);
    font-family: var(--font-heading);
    margin-bottom: 13px;
    margin-top: 60px;
}
.hero-content-2 .hero-img-2{
    height: 100%;
    width: auto;
}

.mainBanner::after{
    content: "";
    background-image: url(../images/hero-3.png);
    position: absolute;
    right: 0;
    height: 80%;
    width: 302px;
    bottom: 0;
    background-repeat: no-repeat;
}

.innerBanner{
    background-image:linear-gradient(rgba(255, 255, 255, 0.15)), url(../images/inner-background.png);
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    z-index: 1;
    padding-top: 229px;
    padding-bottom:  229px;
    justify-content: center;
}
.innerBanner h2{
    font-weight: 400;
    font-size: 85.1px;
    line-height: 89.89px;
    letter-spacing: -1.7px;
    color: var(--black);
    font-family: var(--font-heading);
}


/* Review Mark Box */
.review-mark-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.review-mark-box .img-box img{
    height: 38px;
    width: 38px;
    border-radius: 100%;
    object-fit: cover;
}
.review-mark-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    font-family: var(--font-body);
}
.review-mark-box hr{
    width: 70%;
    color: #000000;
    height: 2px;
}
.review-mark-box i{
    color: #F4CA31;
}
/* Review Mark Box */

/* Simple Mark Box 1 */
    .simple-mark-box-1{
        border: 1px solid #E7977D;
        padding: 18px 74px 49px 74px;
        background-color: #FCFCFC;
        text-align: center;
        height: 100%;
    }
    .simple-mark-box-1 h2{
        font-weight: 400;
        font-size: 29.8px;
        line-height: 34.93px;
        letter-spacing: -0.6px;
        font-family: var(--font-heading);
        color: var(--black);
        margin-bottom: 30px;
    }
    .simple-mark-box-1 p{
        font-weight: 400;
        font-size: 13.7px;
        line-height: 20.54px;
        font-family: var(--font-pera);
        color: var(--black);
        margin-top: 20px;
    }
    .simple-mark-box-1 p b{
        font-weight: 700;
        font-size: 13.7px;
        line-height: 20.54px;
        font-family: var(--font-pera);
        color: var(--black);
    }
/* Simple Mark Box 1 */

/* Product Boxes */
    .product-boxes img{
        width: 100%;
    }
    .product-boxes h4{
        font-weight: 400;
        font-size: 25.2px;
        line-height: 30.26px;
        font-family: var(--font-pera);
        color: var(--white);
        margin-top: 14px;
        margin-bottom: 2.24px;
    }
    .product-boxes p{
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: var(--white);
    }
    .product-boxes span{
        font-weight: 400;
        font-size: 13px;
        line-height: 18.2px;
        color: var(--white);
    }
/* Product Boxes */

h2.page-title{
    font-weight: 400;
    font-size: 57.5px;
    line-height: 64px;
    letter-spacing: -1.15px;
    font-family: var(--font-heading);
}
p.page-pera{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-pera);
}

section.about .page-pera{
    margin-top: 59px;
    margin-bottom: 59px;
}


section.about.sec-1{
    background: linear-gradient(rgb(255 255 255 / 79%)), url(../images/back-texture-1.png);
    background-repeat: no-repeat;
    
}

section.about.sec-1-light{
    background: url(../images/back-texture-2.png);
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 180px;
}

section.about.sec-2 {
    background-color: var(--secondary);
}


section.about.sec-2 .sec-2-column-1{
    padding: 0px 64px 64px 64px;
}
section.about.sec-2 .sec-2.left-box{
    background-color: var(--primary);
    padding: 48px 40px;
    position: relative;
}
section.about.sec-2 .sec-2.left-box .after{
    content: "";
    position: absolute;
    bottom: -138px;
    right: -143px;
    position: absolute;
    width: 225px;
    height: 225px;
    background-repeat: no-repeat;

}
section.about.sec-pad.sec-2{
    padding-top: 160px;

}
section.about.sec-2 .sec-2.left-box h2{
   font-weight: 400;
    font-size: 43.6px;
    line-height: 49.86px;
    letter-spacing: -0.87px;
    font-family: var(--font-heading);
    color: var(--black);
}
section.about.sec-2 .sec-2.left-box p{
   font-weight: 400;
    font-size: 16pxx;
    line-height: 24px;
    font-family: var(--font-pera);
    color: var(--black);
    margin-top: 59px;
    margin-bottom: 34px;
}
section.about.sec-2 .sec-2.left-box a{
   font-weight: 700;
    font-size: 16px;
    line-height: 24p24pxx;
    font-family: var(--font-pera);
    color: var(--black);
}

section.about.sec-2 .sec-2-column-2{
   padding: 0px 64px 64px 135px;
       margin-right: 0 ;
    margin-left: auto ;


}
section.about.sec-2 .sec-2.right-box{
    background: #E7977D4D;
    position: relative;
    height: 100%;
}
section.about.sec-2 .sec-2.right-box .about-1-img{
    height: 100%;
    padding-top: 50px;
    margin-left: -79px;
    position: relative;
    z-index: 11;
}
section.about.sec-2 .sec-2.right-box .about-2{
    height: auto;
    width: auto;
    position: absolute;
    top: -70px;
    right: -70px;
}
section.about.sec-2 .sec-2.right-box .about-1-img .after{
    content: "";
    background-image: url(../images/single-flower.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100px;
    left: -65px;
    background-repeat: no-repeat;
    z-index: -1;

}
section.about.sec-3{
    background: #E7977D;
}

section.about.sec-3 .swiper-slide img{
    border: 15px solid #ffffff;
}


section.about.sec-3.dark{
    background: linear-gradient(rgba(231, 151, 125, 0.90));
    background-repeat: no-repeat;
}



section.about.sec-3 .sec-3-page-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
    align-items: center;
}

section.about.sec-3.light-sec .sec-3-page-title{
    display: flex;
    margin-bottom: 42px;
    flex-direction: column;
    align-items: flex-start;
}

section.about.sec-1-light  .sec-1-light.left{
    position: relative;
    z-index: 1;
}
section.about.sec-1-light  .sec-1-light.left::before{
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    background-color: var(--primary);
    height: 100%;
    width: 80%;
    z-index: -1;
}
section.about.sec-1-light  .sec-1-light.right{
    background-color: #FEF7EC;
    padding: 49px 74px;
    height: 100%;
    width: 100%;
    margin: 40px;
}
section.about.sec-1-light  .sec-1-light.right h2{
     font-weight: 400;
    font-size: 29.8px;
    line-height: 34.93px;
    font-family: var(--font-heading);
    color: var(--black);
}
section.about.sec-1-light  .sec-1-light.right p{
     font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-heading);
    color: var(--black);
    margin-top: 34px;
}
section.about.sec-1-light  .sec-1-light.right b{
    font-weight: 700;
}

section.about.sec-3.light-sec{
    background: linear-gradient(rgba(254, 247, 236, 0.80)), url(../images/sec-3-backgrounds-light.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 97px;
    padding-bottom: 97px;
}
section.about.sec-3.light-sec .product-boxes h4, .product-boxes p, .product-boxes span{
    color: var(--black) !important;
}


section.about.sec-4{
    background-color: var(--secondary);
    padding-top: 97px;
    padding-bottom: 97px;
}

section.about.sec-4{
    background-color: var(--secondary);
    padding-top: 97px;
    padding-bottom: 97px;
}
section.about.sec-4 .story-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.about.sec-4 .story-section{
 margin-top: 80px;
}
section.about.sec-4 .story-section .hero-content-2 h5{
    font-size: 18.5px;
    color: var(--black);
    font-weight: 400;
    line-height: 34.93px;
    margin-top: 53px;
}
section.about.sec-4 .story-section .review-mark-box.hero-review{
    margin-top: 10px;
}

section.about.sec-4 .story-section p{
   
}
section.about.sec-4 .story-section h3{
   font-size: 27.2px;
    color: var(--black);
    font-weight: 400;
    line-height: 27.2px;
    margin-top: 20px;
}

.about.sec-3.dark{
    padding-bottom: 39px;
}

section.about.sec-5 {
    background: linear-gradient(rgba(254, 247, 236, 0.82)), url(../images/sided-flowers.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about.sec-4-contact{
    background-color: var(--white);

}

.simple-boxes{
    height: 100%;
    width: 100%;
    background: #FCFCFC;
    box-shadow: 5px 4px 4px 0px #0000001A;
    text-align: center;
    padding: 49px 60px;
}
.simple-boxes h3{
    font-size: 25.2px;
    color: var(--black);
    font-weight: 400;
    line-height: 37.82px;
    font-family: var(--font-pera);
    margin-top: 14px;
}


.swiper-button-next, .swiper-button-prev{
    height: 40px !important;
    width: 40px !important;
    background-color: #ffffff;
    border-radius: 100%;
}

.swiper-button-next:after, .swiper-button-prev::after{
font-size: 13px !important;
color: #000000 !important;
}


.sec-4-contact label{
    font-weight: 400;
    font-size: 13.7px;
    line-height: 20.54px;
    font-family: var(--font-pera);
    color: var(--black);
    margin-top: 20px;
}
.sec-4-contact span{
    font-weight: 400;
    font-size: 13.7px;
    line-height: 13.7px;
    opacity: 100%;
    font-family: var(--font-pera);
    color: var(--black);
    margin-left: 8px;
}
.sec-4-contact input{
    border: 1px solid #A9A9A9;
    background: #FAFAFA;
    height: 46px;
    border-radius: 0px;
    font-size: 16px;
    font-family: var(--font-pera);

}
.sec-4-contact select{
    border: 1px solid #A9A9A9;
    background: #FAFAFA;
    height: 46px;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    font-size: 16px;
    font-family: var(--font-pera);
}
.sec-4-contact select:focus, .sec-4-contact input:focus{
    box-shadow: none;
    border: 1px solid #A9A9A9;

}
.sec-4-contact textarea{
    border: 1px solid #A9A9A9;
    background: #FAFAFA;
    border-radius: 0px;
    font-family: var(--font-pera);
    font-size: 16px;
}
section.about.inner-sec-6 {
    background-color: var(--primary);
    padding-bottom: 150px;
}
.inner-sec-6 .left-box{
    position: relative;
}
.inner-sec-6 .left-box::after{
    content: "";
    position: absolute;
    height: 430px;
    width: 287px;
    background-image: url("../images/about-inner-2.png");
    background-repeat: no-repeat;
    bottom: -75px;
    right: -75px;
}
.inner-sec-6 .right-box h2{
   font-weight: 400;
   font-size: 57.5px;
   line-height: 64px;
   letter-spacing: -1.15px;
   color: var(--secondary);
   font-family: var(--font-heading);
   margin-bottom: 23px;
}
.inner-sec-6 .right-box h3{
   font-weight: 400;
   font-size: 25.2px;
   line-height: 37.82px;
   color: var(--white);
   font-family: var(--font-pera);
   margin-bottom: 23px;
}
.inner-sec-6 .right-box p{
   font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: var(--white);
   font-family: var(--font-pera);
   margin-bottom: 21px;
}
.inner-sec-6 .right-box hr{
   background-color:  #FAF7EF;
   height: 2px;
}
.inner-sec-6 .right-box .btn-light{
   font-weight: 400;
   font-size: 16px;
   font-family: var(--font-pera);
   padding: 33px 145px;
   margin-top: 19px;
}
section.about.inner-sec-7 {
    background-color: var(--secondary);
    padding-bottom: 150px;
}
.inner-sec-7 ul{
    display: block;
}
.inner-sec-7 li a{
    font-weight: 400;
   font-size: 16px;
   line-height: 24px;
   color: var(--black);
   font-family: var(--font-pera);
   margin-bottom: 8px;
}
.inner-sec-7 li a.active{
    font-weight: 700;
   font-size: 16px;
   line-height: 24px;
   color: var(--black);
   font-family: var(--font-pera);

}
b{
    font-weight: 700;
}
.product-box{
    text-align: center;
    margin-bottom: 116px;

}
.product-box img{
    width: 100%;
}
.product-box h2{
    font-weight: 400;
    font-family: var(--font-heading);
    font-size: 29.8px;
    line-height: 35.79px;
    letter-spacing: -0.6px;
    color: var(--black);
    /*width: 60%;*/
    margin: 38px auto 0px auto;
}
.product-box p{
    font-weight: 400;
    font-family: var(--font-pera);
    font-size: 16px;
    line-height: 24px;
    color: var(--black);
    margin-top: 10px;
}
.product-box .btn.btn-dark{
    font-weight: 400;
    font-family: var(--font-pera);
    font-size: 16px;
    line-height: 25px;
    margin-top: 8px;
    width: 100%;
}
.product-box select{
    font-weight: 400;
    font-family: var(--font-pera);
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px;
    width: 100%;
    height: 55px;
    border: 1px solid #A9A9A9;
    border-radius: 0px;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    background-size: 16px 12px;
    transition: border-color .15s 
ease-in-out, box-shadow .15s 
ease-in-out;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

    font-family: var(--font-pera);
}
.product-box select:focus{
    box-shadow: none;
    border: 1px solid #A9A9A9;
}

.inner-sec-8 {
    background-color: var(--black);
    padding-top: 40px;
    padding-bottom: 70px;

}
.inner-sec-8 h2.page-title{
    font-weight: 400;
    font-family: var(--font-heading);
    font-size: 29.8px;
    line-height: 34.93px;
    letter-spacing: -0.6px;
    margin-bottom: 79px;
}


/* Menu Dropdown CSS */

.has-child {
position: relative;
z-index: 2;
}

.dropdown {
position: absolute;
background: white;
/* padding: 1rem; */
border-radius: 0px;
top: 97%;
/* min-width: 190px; */
box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
display: none;
text-align: start;
right: 0;
left: 0;
border-radius: 8px;
z-index: 9;
margin: auto;
min-width: 200px;
/* right: -50px; */
padding: 5px !important;
height: auto !important;
}

/* @keyframes slide {
0% {
height: 0;
}

100% {
height: auto;
}
} */

.dropdown ul li a {
font-size: 16px;
line-height: 26px;
color: var(--dark);
padding: 5px 24px;
position: relative;
display: block;
text-transform: capitalize;
}

/* .dropdown ul li a::before {
position: absolute;
content: "\f054";
height: 2px;
width: 2px;
left: 8px;
top: 6px;
font-family: "Font Awesome 5 Pro";
font-size: 13px;
} */

.dropdown ul li a:hover {
background-color: var(--primary);
border-radius: 5px;
color: var(--white);
}

.dropdown ul li:hover a::before {
left: 12px;
}

.dropdown ul li {
border-bottom: 0 !important;
}

.sec-4-contact .form-group span{
margin-left: 0px;
}
 
.sec-4-contact .form-group p {
display: flex !important;
flex-direction: column !important;
}
.sec-4-contact p{
display: flex;
flex-direction: column;
}
.sec-4-contact p span.wpcf7-form-control-wrap{
margin-left: 0px;
}
.sec-4-contact p button{
width: fit-content;
}

.sec-3 .product-boxes img{
height: 420px;
object-fit: cover;
}
.product-box img{
height: 420px;
object-fit: cover;
}