/* Version 01 */

body {
    font-family: "Figtree", serif;
}

@font-face {
    font-family: 'Mogan';
    src: url('../fonts/Mogan.ttf') format('truetype');
}

@font-face {
    font-family: 'Betterlett';
    src: url('../fonts/Betterlett.otf') format('opentype');
}

a {
    text-decoration: none;
    font-family: "Figtree", serif;
}

/* Header CSS Starts */

.header-area {
    background: #09001E;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99999;
}

.header-area .navbar-brand {
    padding: 0;
}

.header-area .navbar-brand img {
    max-width: 190px;
}

.header-area .dropdown-item:focus,.header-area .dropdown-item:hover {
    background: unset;
    color: unset;
}

.header-area .MainNavBar .navbar-nav a {
    color: #fff;
    font-family: 'Figtree';
}

.header-area .MainNavBar .dropdown:hover .dropdown-menu {
    display: flex;
}

.header-area .MainNavBar .dropdown .dropdown-menu {
    background: #ebdfdc;
    border-radius: 0;
    padding: 0;
    margin: 0;
    border: unset;
    width: 600px;
}

.header-area .MainNavBar .dropdown .dropdown-menu .SubMenuImg {
    background: url('../img/facials.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    vertical-align: bottom;
    position: relative;
    min-width: 300px;
    max-width: 100%;
}

.header-area .MainNavBar .dropdown .dropdown-menu .SubMenuImg::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.41780462184873945) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.header-area .MainNavBar .dropdown .dropdown-menu .SubMenuImg .content {
    position: absolute;
    bottom: 20px;
    top: unset;
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    padding: 0px 20px;
}

.header-area .MainNavBar .dropdown .dropdown-menu .SubMenuImg .content p {
    color: #fff;
}

.header-area .MainNavBar .dropdown .dropdown-menu .SubMenuImg .content a {
    display: block;
    padding: 5px;
    text-transform: uppercase;
    color: 14px;
    background: #fff;
    color: #5B534A;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}

.header-area .MainNavBar .dropdown .dropdown-menu ul {
    margin: 0;
    padding: 30px;
    min-width: 300px;
    list-style: none;
}

.header-area .MainNavBar .dropdown .dropdown-menu ul li:first-child {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    color: #5B534A;
    margin-bottom: 20px;
}

.header-area .MainNavBar .dropdown .dropdown-menu ul li {
    margin-bottom: 15px;
}

.header-area .MainNavBar .dropdown .dropdown-menu ul li a {
    padding: 0;
    color: #5B534A;
    font-size: 16px;
}

.header-area .HeaderBtn a {
    background: #fff;
    color: #66715F;
    border: solid 2px #66715F;
    padding: 8px !important;!
    display: inline-block;
    width: 160px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Figtree';
    font-weight: 500;
    letter-spacing: 2px;
}

/* Header CSS Ends */

/* Hero Section CSS Starts */

.HeroSection {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.HeroSection::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    z-index: 9;
}

.HeroSection .HeroVideo video {
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.HeroSection .container {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    text-align: center;
}

.HeroSection .HeroContent {
    padding-top: 0;
}

.HeroSection .HeroContent h1 {
    font-family: 'Mogan', sans-serif;
    color: #fff;
    font-size: 80px;
}

.HeroSection .HeroContent h1 span {
    font-family: 'Betterlett', sans-serif;
    color: #EBDFDC;
    margin-right: 10px;
}

.HeroSection .HeroContent h2 {
    font-size: 34px;
    /* background: #ffffff5c; */
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Mogan';
    letter-spacing: 2px;
    max-width: 550px;
}

/* Hero Section CSS Ends */

/* TwoSlider Section Starts */

.TwoSliderSection {
    padding: 30px 0px 30px 0px;
    overflow: hidden;
}

.TwoSliderSection .container-fluid {
    max-width: 1600px;
    margin: auto;
    padding: 0;
}

.TwoSliderSection .swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.TwoSliderSection .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.TwoSliderSection .swiper-slide img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.TwoSliderSection .swiper-slide img:hover {
    transform: scale(1.1);
}

.TwoSliderSection .slider-1 {
    margin-bottom: 60px;
}

.lb-outerContainer {
    width: 450px !important;
    height: auto !important;
    max-width: 100% !important;
}

.lb-outerContainer img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

/* TwoSlider Section Ends */

/* Testimonial Section Starts */

.TestimonialSection {
    padding: 40px 0px;
    background: #C08A99;
}

.TestimonialSection .SectionHeading {
    text-align: center;
    margin-bottom: 30px;
}

.TestimonialSection .SectionHeading h2 {
    margin: 0;
    font-size: 70px;
    color: #fff;
    font-family: Betterlett;
}

.TestimonialSection .TestimonialWrapper {
    display: flex;
    justify-content: space-between;
}

.TestimonialSection .TestimonialLeft, .TestimonialRight {
    height: 700px;
    overflow: hidden;
}

.TestimonialSection .TestimonialBox {
    height: 400px !important;
    padding: 15px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.TestimonialSection .swiper-wrapper {
    align-items: center;
}

.TestimonialSection .TestimonialBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.TestimonialSection .TestimonialBox ul li {
    display: inline-block;
    font-size: 14px;
}

.TestimonialSection .TestimonialBox p.TestimonialDesc {
    font-size: 14px;
    font-weight: 400;
    max-width: 400px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}

.TestimonialSection .TestimonialBox .AuthorBox {
    margin-bottom: 50px;
}

.TestimonialSection .TestimonialBox .AuthorBox img {
    width: 70px;
    margin-top: 20px;
}

.TestimonialSection .TestimonialBox .AuthorBox h4 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    letter-spacing: 3px;
}

.TestimonialSection .swiper-button-prev::after, .TestimonialSection .swiper-button-next::after {
    display: none;
}

.TestimonialSection .swiper-button-prev, .TestimonialSection .swiper-button-next {
    display: none;
}

/* Testimonial Section Ends */

/* Services Section Home Starts */

.ServicesSection {
    padding-top: 40px;
}

.ServicesSection .SectionHeading {
    text-align: center;
    margin-bottom: 30px;
}

.ServicesSection .SectionHeading h2 {
    margin: 0;
    font-size: 80px;
    color: #C08A99;
    font-family: Betterlett;
}

.ServicesSection .ServiceRow {
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
}

.ServicesSection .ServiceImage {
    position: absolute;
    top: 0;
    width: 40%;
    height: 800px;
    right: 0;
}

.ServicesSection .ServiceRow .row {
    min-height: 450px;
    display: flex;
    align-items: center;
}

.ServicesSection .ServiceRow .ServicesContent h4 {
    font-size: 70px;
    font-family: 'Betterlett';
    color: #EAA0AF;
}

.ServicesSection .ServiceRow .ServicesContent ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    padding-right: 30px;
}

.ServicesSection .ServiceRow .ServicesContent ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #DED6CB;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #5B534A;
    font-size: 18px;
    padding-right: 80px;
}

.ServicesSection .ServiceRow .ServicesContent ul li span:last-child {
    font-weight: 600;
}

.ServicesSection .ServiceRow .ServicesContent ul li:last-child {
    border: unset;
}

/* Left Side CSS */

.ServiceRowLeft {
    position: relative;
    padding: 50px 0px;
    overflow: hidden;
}

.ServiceRowLeft .ServicesContent {
}

.ServicesSection .ServiceRowLeft .ServiceImage {
    position: absolute;
    top: 0;
    width: 40%;
    height: 800px;
    left: 0;
}

.ServicesSection .ServiceRowLeft .row {
    min-height: 450px;
    display: flex;
    align-items: center;
}

.ServicesSection .ServiceRowLeft .ServicesContent h4 {
    font-size: 70px;
    font-family: 'Betterlett';
    color: #EAA0AF;
}

.ServicesSection .ServiceRowLeft .ServicesContent ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    padding-right: 30px;
}

.ServicesSection .ServiceRowLeft .ServicesContent ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #DED6CB;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #5B534A;
    font-size: 18px;
    padding-right: 80px;
}

.ServicesSection .ServiceRowLeft .ServicesContent ul li span:last-child {
    font-weight: 600;
}

.ServicesSection .ServiceRowLeft .ServicesContent ul li:last-child {
    border: unset;
}

/* Services Section Home Ends */

/* Footer Section Starts */

.CustomFooter {
    background: #09001E;
    color: #fff;
    padding: 80px 0px 10px 0px;
}

.CustomFooter .FooterCol1, .CustomFooter .FooterCol2, .CustomFooter .FooterCol3 {
    padding-top: 30px;
}

.CustomFooter .FooterCol1 h3 {
    color: #F9CADB;
    font-size: 30px;
    font-family: 'Betterlett';
    margin-bottom: 20px;
}

.CustomFooter .FooterCol1 h5 {
    font-weight: bolder;
    font-size: 30px;
    font-family: 'Figtree';
    margin-bottom: 0;
}

.CustomFooter .FooterCol1 strong {
    font-size: 40px;
    font-weight: bolder;
    display: block;
}

.CustomFooter .FooterCol1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    color: #F9CADB;
    max-width: 300px;
}

.CustomFooter .FooterCol1 ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    padding-right: 15px;
}

.CustomFooter .FooterCol2 .FooterSocial {
    margin: 0;
    padding: 0;
    list-style: none;
}

.CustomFooter .FooterCol2 .FooterSocial li {
    display: inline-block;
}

.CustomFooter .FooterCol2 .FooterSocial a {
    color: #fff;
    font-size: 32px;
    margin-right: 10px;
    display: inline-block;
}

.CustomFooter .FooterCol2 h4 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 30px;
}

.CustomFooter .FooterCol2 .FooterContact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.CustomFooter .FooterCol2 .FooterContact li {
    margin-bottom: 15px;
}

.CustomFooter .FooterCol2 .FooterContact li a {
    color: #F9CADB;
    font-size: 14px;
}

.CustomFooter .FooterCol2 .FooterContact li i {
    margin-right: 8px;
    font-size: 15px;
}

.CustomFooter .FooterCol3 .FooterLogo {
    text-align: center;
}

.CustomFooter .FooterCol3 .FooterLogo img {
    width: 400px;
    max-width: 100%;
    margin-top: -80px;
    margin-bottom: 30px;
}

.CustomFooter .FooterCol3 form {
    width: 100%;
}

.CustomFooter .FooterCol3 form .InputContainer {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #ffffff4a;
    margin-bottom: 20px;
    padding: 7px 0px;
}

.CustomFooter .FooterCol3 form .InputContainer i {
    font-size: 16px;
    margin-right: 10px;
    width: 30px;
    text-align: center;
}

.CustomFooter .FooterCol3 form .InputContainer input, .CustomFooter .FooterCol3 form .InputContainer textarea{
    background: unset;
    border: unset;
    font-size: 15px;
    padding: 5px;
    width: 100%;
}

.CustomFooter .FooterCol3 form .InputContainer input::placeholder {
    color: #fff;
    font-weight: 400;
}

.CustomFooter .FooterCol3 form .InputContainer textarea {
    min-height: 100px;
    overflow: unset;
}

.CustomFooter .FooterCol3 form .row:nth-child(3) .InputContainer {
    display: flex;
    align-items: flex-start;
}

.CustomFooter .FooterCol3 form .row:nth-child(3) .InputContainer i {
    margin-top: 8px;
}

.CustomFooter .FooterCol3 .SubmitButton button {
    display: flex;
    align-items: center;
    background: #F2B7C7;
    border: solid 1px #F2B7C7;
    color: #fff;
    padding: 5px 10px;
    width: 135px;
    justify-content: center;
}

.CustomFooter .FooterCol3 .SubmitButton button i {
    margin-right: 5px;
}

.CustomFooter .FooterCol3 .SubmitButton button:hover {
    background: unset;
}

.CustomFooter .FooterCol3 .FormCheckBox {
    display: flex;
    align-items: center;
}

.CustomFooter .FooterCol3 .FormCheckBox label {
    color: #fff;
    font-size: 16px;
}

.CustomFooter .FooterCol3 form .row:last-child {
    display: flex;
    align-items: center;
}

.CustomFooter .FooterCol3 .FormCheckBox label a {
    text-decoration: underline;
    color: #fff;
}

.CustomFooter .FooterCol3 .FormCheckBox input {
    width: 13px;
}

.CustomFooter .FooterBottom {
    padding: 10px 0px;
}

.CustomFooter .FooterBottom p {
    margin: 0;
    color: #5B534A;
}

/* Footer Section Ends */

/* Scroll to top BUtton Starts */

#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #C08A99;
    color: #000;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: opacity 0.3s;
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
}

#scrollToTop.show {
    display: block;
    opacity: 1;
}

/* Scroll to top BUtton Ends */

/* direction Icon Starts */

.direction-icon {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 1000;
    background-color: #c08a99;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.direction-icon:hover {
    color: #fff;
}

/* direction Icon Ends */

/* Whatsapp Icon Starts */

.whatsapp-icon {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1000;
    background-color: #25D366;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
}

.whatsapp-icon:hover {
    color: #fff;
}

/* Whatsapp Icon Ends */

/***********************************************/
/***********************************************/
/***********************************************/
/* Services - Inner Pages Starts */

/* Services Sidebar Start */

.InnerServicesSection {
    padding: 120px 0px 60px 0px;
}

.InnerServicesSection .SidebarLinks {
    background: #C08A99;
    padding: 30px;
    margin-bottom: 50px;
}

.InnerServicesSection .SidebarLinks h3 {
    font-size: 22px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
}

.InnerServicesSection .SidebarLinks ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.InnerServicesSection .SidebarLinks ul li {
    margin-bottom: 10px;
}

.InnerServicesSection .SidebarLinks ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 300;
}

.InnerServicesSection .SidebarLinks ul li:last-child {
    margin: 0;
}

.InnerServicesSection .SidebarForm {
    padding: 30px;
    margin-bottom: 50px;
    border: solid 1px #DED6CB;
}

.InnerServicesSection .SidebarForm h3 {
    font-size: 22px;
    text-align: center;
    color: #40372C;
    font-weight: 500;
    margin-bottom: 15px;
}

.InnerServicesSection .SidebarForm form .form-group {
    margin-bottom: 15px;
}

.InnerServicesSection .SidebarForm form input {
    border: unset;
    padding: 10px 5px;
    border-bottom: solid 1px #DED6CB;
    width: 100%;
    font-size: 16px;
    color: #000;
}

.InnerServicesSection .SidebarForm form input::placeholder {
    color: #9C858B;
}

.InnerServicesSection .SidebarForm form input:active,
.InnerServicesSection .SidebarForm form input:focus {
    border: unset;
    outline: unset;
    border-bottom: solid 1px #C08A99;
}

.InnerServicesSection .SidebarForm .form-group .date-picker {
    display: flex;
    justify-content: space-between;
}

.InnerServicesSection .SidebarForm .form-group .date-picker select {
    width: 47%;
    padding: 10px;
    border: unset;
    border-bottom: solid 1px #DED6CB;
    color: #9C858B;
}

.InnerServicesSection .SidebarForm .form-group .date-picker select:active,
.InnerServicesSection .SidebarForm .form-group .date-picker select:focus {
    border: unset;
    outline: unset;
    border-bottom: solid 1px #C08A99;
}

.InnerServicesSection .SidebarForm .form-group .date-picker select option,
.InnerServicesSection .SidebarForm .form-group .date-picker select option::placeholder {
    color: #9C858B;
}

.InnerServicesSection .SidebarForm form .form-group button {
    background: #C08A99;
    border: solid 1px #C08A99;
    text-align: center;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}

.InnerServicesSection .SidebarForm form .form-group:last-child {
    margin: 0;
}

/* Services Sidebar Ends */

/* Services Content Starts */

.InnerServicesSection .ServicesContent {
    padding: 0px 20px;
}

.InnerServicesSection .ServicesContent .ServiceContentThumbnail h1 {
    font-size: 56px;
    font-family: 'Betterlett';
    color: #EAA0AF;
    margin-bottom: 20px;
}

.InnerServicesSection .ServicesContent .ServiceContentThumbnail img {
    width: 100%;
}

.InnerServicesSection .ServicesContent .ServicesContentAbout {
    padding-top: 50px;
}

.InnerServicesSection .ServicesContent .ServicesContentAbout h2 {
    font-size: 46px;
    font-family: 'Betterlett';
    color: #EAA0AF;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.InnerServicesSection .ServicesContent .ServicesContentAbout p {
    font-size: 16px;
    color: #5B534A;
}

.InnerServicesSection .ServicesContent .ServicesFAQ {
    padding-top: 50px;
}

.InnerServicesSection .ServicesContent .ServicesFAQ h3 {
    font-size: 46px;
    font-family: 'Betterlett';
    color: #EAA0AF;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.ServicesContent .ServicesFAQ .accordion {
    width: 100%;
}

.ServicesContent .ServicesFAQ .accordion-item {
    border: unset;
    border-top: solid 1px #DED6CB;
    padding: 10px 0px;
}

.ServicesContent .ServicesFAQ .accordion-header {
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #40372C;
    font-weight: 500;
}

.ServicesContent .ServicesFAQ .accordion-header:hover {

}

.ServicesContent .ServicesFAQ .accordion-content {
    display: none;
    padding: 15px;
    font-size: 16px;
    color: #5B534A;
}

.ServicesContent .ServicesFAQ .accordion .arrow {
    transition: transform 0.3s;
    background: #C08A99;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    text-align: center;
    padding-top: 2px;
    font-size: 16px;
    color: #000;
}

.ServicesContent .ServicesFAQ .accordion .active .arrow {
    transform: rotate(180deg);
}

.ServicesContent .ServicesFAQ .accordion-item:last-child {
    border-bottom: solid 1px #ded6cb;
}

.InnerServicesSection .ServicesFAQTeam {
    padding-top: 50px;
}

.InnerServicesSection .ServicesFAQTeam h4 {
    font-size: 46px;
    font-family: 'Betterlett';
    color: #EAA0AF;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.InnerServicesSection .ServicesFAQTeam .ServicesTeamWrap {
    display: flex;
    gap: 15px;
}

.InnerServicesSection .ServicesFAQTeam .ServicesTeamWrap .TeamBox {
    width: 20%;
    text-align: center;
}

.InnerServicesSection .ServicesFAQTeam .ServicesTeamWrap .TeamBox img {
    width: 100%;
}

.InnerServicesSection .ServicesFAQTeam .ServicesTeamWrap .TeamBox .TeamDetail {
    padding: 20px;
    background: #F8F3EE;
}

.InnerServicesSection .ServicesFAQTeam .ServicesTeamWrap .TeamBox .TeamDetail h6 {
    font-size: 18px;
    color: #40372C;
    margin-bottom: 5px;
}

.InnerServicesSection .ServicesFAQTeam .ServicesTeamWrap .TeamBox .TeamDetail span {
    display: inline-block;
    color: #9C858B;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.InnerServicesSection .ServicesFAQTeam .ServicesTeamButton {
    margin-top: 30px;
}

.InnerServicesSection .ServicesFAQTeam .ServicesTeamButton a {
    display: flex;
    align-items: center;
    color: #9C858B;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}

.InnerServicesSection .ServicesFAQTeam .ServicesTeamButton a i {
    margin-left: 10px;
}

.ServicesFAQTeam {
    padding: 50px 0px 0px 0px;
}

/* Services Content Ends */

/* Services Team Slider Starts */

.ServicesBottomGallery {
    padding-top: 50px;
}

.ServicesBottomGallery .swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ServicesBottomGallery .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ServicesBottomGallery .swiper-slide img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.ServicesBottomGallery .swiper-slide img:hover {
    transform: scale(1.1);
}

/* Services Team Slider Ends */

/***********************************************/
/***********************************************/
/***********************************************/
/* Gallery - Inner Pages Starts */

/* Gallery Slider Section Starts */

.GalleryPageSection {
    padding: 120px 0px 60px 0px;
}

.GalleryPageSection .SectionHeading {
    text-align: center;
}

.GalleryPageSection .SectionHeading h2 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #40372C;
    margin-bottom: 15px;
}

.GalleryPageSection .SectionHeading h1 {
    font-family: Mogan;
    font-size: 60px;
}

.GalleryPageSection .GalleryImage {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.GalleryPageSection .GalleryImage::before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}

.GalleryPageSection .GalleryImage img {
    width: 100%;
    cursor: pointer;
}

.GalleryPageSection .GalleryImage span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    z-index: 1;
}

.GalleryCards .flip-card {
    background-color: transparent;
    width: 100%;
    height: 470px;
    perspective: 1000px;
    cursor: pointer;
    margin-bottom: 40px;
}

.GalleryCards .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s;
}

.GalleryCards .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.GalleryCards .flip-card-front, .GalleryCards .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.GalleryCards .flip-card-front {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.GalleryCards .flip-card-front::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgb(0 0 0 / 65%) 100%);
}

.GalleryCards .flip-card-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.GalleryCards .flip-card-back {
    background-color: #fff;
    transform: rotateY(180deg);
}

.GalleryCards .flip-card img {
    width: 100%;
    height: 100%;
}

.GalleryPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.GalleryPopup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.GalleryPopup-content {
    display: flex;
    gap: 20px;
    background: unset;
    padding: 0px;
    position: relative;
    margin: auto;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

.GalleryPopup img {
    width: 100%;
    height: 430px;
    max-height: 100%;
}

.close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 11;
}

/*.GalleryPageSection .GallerySlider {
    width: 100%;
    padding: 55px 0px;
    position: relative;
    overflow: hidden;
}

.GalleryPageSection .GallerySlider .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.GalleryPageSection .GallerySlider .GalleryImage {
    position: relative;
    text-align: center;
}

.GalleryPageSection .GallerySlider .GalleryImage::before {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}

.GalleryPageSection .GallerySlider .GalleryImage img {
    width: 100%;
    cursor: pointer;
}

.GalleryPageSection .GallerySlider .GalleryImage span {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    z-index: 1;
}

.GalleryPageSection .GallerySlider .swiper-button-prev, .GalleryPageSection .GallerySlider .swiper-button-next {
    color: #000;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
}

.GalleryPageSection .GallerySlider .swiper-button-prev::after, .GalleryPageSection .GallerySlider .swiper-button-next::after {
    font-size: 20px;
    font-weight: bold;
    font-family: fontawesome;
    color: #66715F;
}

.GalleryPageSection .GallerySlider .swiper-button-prev::after {
    content: '\f060';
}

.GalleryPageSection .GallerySlider .swiper-button-next::after {
    content: '\f061';
}*/

/* Gallery Slider Section Ends */

/***********************************************/
/***********************************************/
/***********************************************/
/* Gift Card - Inner Pages Starts */

/* Gift Card Section Starts */

.GiftCardSection {
    padding: 120px 0px 60px 0px;
}

.GiftCardSection .SectionHeading {
    text-align: center;
    margin-bottom: 50px;
}

.GiftCardSection .SectionHeading h2 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #40372C;
    margin-bottom: 15px;
}

.GiftCardSection .SectionHeading h1 {
    font-family: Mogan;
    font-size: 60px;
}

.GiftCardSection .GiftCardCol {
    position: relative;
}

.GiftCardSection .GiftCardCol img {
    width: 100%;
}

.GiftCardSection .GiftCardCol .GiftCardContent {
    position: absolute;
    bottom: 30px;
    left: 40px;
}

.GiftCardSection .GiftCardCol .GiftCardContent h2 {
    font-size: 34px;
    color: #fff;
    font-family: 'Mogan';
    font-weight: 500;
}

.GiftCardSection .GiftCardCol .GiftCardContent a {
    background: #fff;
    color: #40372C;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
}

/* Gift Card Section Ends */

/***********************************************/
/***********************************************/
/***********************************************/
/* Contact Page - Inner Pages Starts */

/* Contact Hero Section Starts */

.ContactHero {
    padding: 120px 0px 60px 0px;
    background: #E1CAD0;
    position: relative;
    overflow: hidden;
    height: 700px;
}

.ContactHero .row {
    display: flex;
    align-items: center;
}

.ContactHero .LeftCol {
    padding: 50px 0px;
}

.ContactHero .LeftCol h1{
    font-family: 'Mogan';
    font-size: 68px;
    color: #40372C;
}

.ContactHero .LeftCol p {
    font-size: 18px;
    color: #5B534A;
}

.ContactHero .LeftCol ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

/*.ContactHero .LeftCol ul li {
    display: inline-block;
    border-right: 2px #fff solid;
    padding-right: 20px;
}

.ContactHero .LeftCol ul li a {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #C08A99;
    border: solid 1px #C08A99;
    display: inline-block;
    padding: 5px 15px;
    letter-spacing: 2px;
}*/

.ContactHero .LeftCol ul li a:hover {
    background: unset;
}

.ContactHero .LeftCol ul li {
    border: unset;
    padding: 0;
}

.ContactHero .LeftCol ul li a {
    background: unset;
    border: unset;
    padding: 0px;
    color: #40372C;
    font-size: 16px;
    font-weight: 500;
}

.ContactHero .LeftCol ul li span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #9C858B;
    text-transform: uppercase;
    line-height: 14px;
}

.ContactHero::after {
    content: '';
    background: url('../img/contact/HeroImage.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 50%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

/* Contact Hero Section Ends */

/* Contact Info Section Starts */

.ContactInfo {
    padding: 60px 0px;
}

.ContactInfo .row {
    display: flex;
    align-items: center;
}

.ContactInfo .ContentCol {
    padding-right: 140px;
}

.ContactInfo .ContentCol h2 {
    font-family: 'Mogan';
    font-size: 68px;
}

.ContactInfo .ContentCol p {
    font-size: 18px;
    color: #5B534A;
}

.ContactInfo .ContentCol ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ContactInfo .ContentCol ul li {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.ContactInfo .ContentCol ul li span {
    text-transform: uppercase;
    color: #e8abaf;
    font-size: 20px;
    display: block;
    margin-right: 15px;
}

.ContactInfo .ContentCol ul li p {
    font-size: 16px;
    color: #5B534A;
    font-weight: 400;
    margin: 0;
}

.ContactInfo .MapCol iframe {
    width: 100%;
    height: 500px;
    max-height: 100%;
}

/* Contact Info Section Ends */

/* Contact Form Section Starts */

.ContactForm {
    padding: 60px 0px;
}

.ContactForm .row {
    display: flex;
    align-items: center;
}

.ContactForm .ImgCol img {
    width: 100%;
}

.ContactForm .FormCol {
    padding-left: 80px;
}

.ContactForm .FormCol h2 {
    font-family: 'Mogan';
    font-size: 68px;
}

.ContactForm .FormCol p {
    font-size: 18px;
    color: #5B534A;
}

.ContactForm .FormCol form {
    padding-top: 40px;
}

.ContactForm .FormCol form .form-group {
    margin-bottom: 10px;
}

.ContactForm .FormCol form input, .ContactForm .FormCol form textarea {
    border: unset;
    outline: unset;
    padding: 10px;
    border-bottom: solid 1px #DED6CB;
    font-size: 18px;
    width: 100%;
}

.ContactForm .FormCol form input::placeholder, .ContactForm .FormCol form textarea::placeholder {
    color: #9C858B;
}

.ContactForm .FormCol form button {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #C08A99;
    border: solid 1px #C08A99;
    display: inline-block;
    padding: 5px 15px;
    letter-spacing: 2px;
}

/* Contact Form Section Ends */

/* Responsive CSS Starts */

@media only screen and (max-width: 768px) {

    body, html {
        overflow-x: hidden !important;
        width: 100%;
    }

    .navbar {
        width: 100%;
        max-width: 100%;
    }

    .navbar-collapse {
        background: #09001e;
        width: 100%;
        left: 0;
        right: 0;
        top: 61px;
        padding: 0px 10px;
        position: absolute;
    }

    .header-area .MainNavBar .dropdown:hover .dropdown-menu, .header-area .dropdown-toggle::after {
        display: none;
    }

    .header-area .MainNavBar .dropdown .dropdown-menu .SubMenuImg {
        width: 100%;
        min-width: 100%;
        130: 230px;
        background: unset;
        height: 130px;
    }

    .header-area .MainNavBar .dropdown .dropdown-menu .SubMenuImg::before {
        display: none;
    }

    .header-area .MainNavBar .dropdown .dropdown-menu .SubMenuImg .content a {
        background: #5B534A;
        color: #fff;
    }

    .header-area .MainNavBar .dropdown .dropdown-menu .SubMenuImg .content p {
        color: #5b534a;
    }

    .header-area .container-fluid {
        display: flex;
        align-items: center;
    }

    .header-area .navbar-brand {
        max-width: 150px;
    }

    .header-area .navbar-brand img {
        max-width: 100%;
    }

    .header-area .MainNavBar .navbar-toggler-icon {
        color: #fff;
        height: unset;
        width: unset;
    }

    .header-area .HeaderBtn a {
        font-size: 10px;
        width: 125px;
    }

    .HeroSection {
        height: 330px;
        margin-bottom: 20px;
    }

    .HeroSection .HeroVideo video {
        width: unset;
        height: 300px;
        top: 30px;
    }

    .HeroSection .HeroContent h1 {
        font-size: 30px;
    }

    .HeroSection .HeroContent h2 {
        font-size: 16px;
    }

    .HeroSection .HeroContent {
        padding-top: 0px;
    }

    .TestimonialSection {
        /*overflow: hidden;
        max-height: 1200px;*/
        position: relative;
        margin-top: 30px;
    }

.TwoSliderSection .slider-1 {
    margin-bottom: 0;
}

    .TestimonialSection::before {
    height: 100%;
    width: 100%;
    display: block;
    content: '';
    background: #00000000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

    .TestimonialSection .SectionHeading h2 {
        font-size: 40px;
    }

    .TestimonialSection .TestimonialLeft {
        height: unset;
        max-height: 900px;
        overflow: hidden;
    }

    .TestimonialSection .TestimonialRight {
        display: none;
    }

    .TestimonialSection .TestimonialBox {
        max-height: 400px;
        height: auto !important;
    }

    .TestimonialSection .TestimonialBox .AuthorBox {
        margin-bottom: 0px;
    }

    .ServicesSection .SectionHeading h2 {
        font-size: 50px;
    }

    .ServicesSection .ServiceImage {
        display: none;
    }

    .ServicesSection .ServiceRow {
        padding: 20px 0px;
    }

    .ServicesSection .ServiceRow .ServicesContent h4, .ServicesSection .ServiceRowLeft .ServicesContent h4 {
        font-size: 46px;
        text-align: center;
    }

    .ServicesSection .ServiceRow .ServicesContent ul {
        padding-right: 0;
    }

    .ServicesSection .ServiceRow .ServicesContent ul li {
        padding-right: 0;
    }

    .ServicesSection .ServiceRow .row {
        min-height: unset;
    }

    .ServiceRowLeft {
        padding: 30px 0px;
        border-top: solid 1px #eaa0af;
        border-bottom: solid 1px #eaa0af;
    }

    .ServicesSection .ServiceRowLeft .ServiceImage {
        display: none;
    }

    .ServicesSection .ServiceRowLeft .row {
        min-height: unset;
    }

    .ServicesSection .ServiceRowLeft .ServicesContent ul {
        padding-right: 0;
    }

    .ServicesSection .ServiceRowLeft .ServicesContent ul li {
        padding-right: 0;
    }

    .CustomFooter {
        padding: 20px 0px 10px 0px;
        overflow: hidden !important;
    }

    .CustomFooter .FooterCol1 h5 {
        font-size: 28px;
    }

    .CustomFooter .FooterCol1 strong {
        font-size: 32px;
    }

    .CustomFooter .FooterCol2 .FooterSocial a {
        font-size: 26px;
    }

    .CustomFooter .FooterCol2 h4 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .CustomFooter .FooterCol3 .FooterLogo img {
        margin-top: 0;
        max-width: 240px;
    }

    .InnerServicesSection,
    .GalleryPageSection,
    .GiftCardSection {
        padding: 80px 0px 40px 0px;
    }

    .InnerServicesSection .SidebarLinks {
        margin-bottom: 30px;
        padding: 15px;
    }

    .InnerServicesSection .SidebarForm {
        padding: 15px;
        margin-bottom: 30px;
    }

    .InnerServicesSection .ServicesContent .ServiceContentThumbnail h1 {
        font-size: 40px;
        text-align: center;
    }

    .InnerServicesSection .ServicesContent {
        padding: 0;
    }

    .InnerServicesSection .ServicesContent .ServicesContentAbout h2,
    .InnerServicesSection .ServicesContent .ServicesFAQ h3,
    .InnerServicesSection .ServicesContent .ServicesFAQTeam h4 {
        font-size: 32px;
        text-align: center;
    }

    .InnerServicesSection .ServicesContent .ServicesContentAbout p {
        text-align: center;
    }

    .InnerServicesSection .ServicesContent .ServicesContentAbout,
    .InnerServicesSection .ServicesContent .ServicesFAQ,
    .InnerServicesSection .ServicesContent .ServicesFAQTeam {
        padding-top: 20px;
    }

    .ServicesContent .ServicesFAQ .accordion-header {
        font-size: 16px;
        padding: 10px;
    }

    .ServicesContent .ServicesFAQ .accordion-content {
        padding: 10px;
        font-size: 14px;
    }

    .InnerServicesSection .ServicesFAQTeam .ServicesTeamWrap {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .InnerServicesSection .ServicesFAQTeam .ServicesTeamWrap .TeamBox {
        width: 48%;
    }

    .ServicesBottomGallery {
        padding-top: 20px;
    }

    .GalleryPageSection .SectionHeading h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .GalleryPageSection .SectionHeading h1 {
        font-size: 46px;
    }

        .GalleryPopup-content {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        top: -10%;
    }

    .GalleryPopup img {
        width: 70%;
        height: auto;
        display: block;
    }

    .close-btn {
        top: -10px;
        right: 10px;
    }

    .GalleryPageSection .GallerySlider {
        padding: 30px 0px;
    }

    .GalleryPageSection .GallerySlider .swiper-slide {
        width: 150px !important;
    }

    .GiftCardSection .SectionHeading {
        margin-bottom: 30px;
    }

    .GiftCardSection .SectionHeading h2 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .GiftCardSection .SectionHeading h1 {
        font-size: 46px;
    }

    .GiftCardSection .GiftCardCol {
        margin-bottom: 20px;
    }

    .GiftCardSection .GiftCardCol .GiftCardContent {
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .GiftCardSection .GiftCardCol .GiftCardContent h2 {
        font-size: 30px;
        line-height: 30px;
    }

    .ContactHero {
        padding: 80px 0px 40px 0px;
        height: 530px;
    }

    .ContactHero .row {
        display: flex;
    }

    .ContactHero .LeftCol {
        padding: 15px 0px 0px 0px;
    }

    .ContactHero .LeftCol h1 {
        font-size: 26px;
        text-align: center;
    }

    .ContactHero::after {
        height: 250px;
        width: 100%;
        top: unset;
        bottom: 0;
        background-position: center center;
    }

    .ContactHero .LeftCol p {
        font-size: 14px;
        text-align: center;
    }

    .ContactHero .LeftCol ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

    .ContactHero .LeftCol ul li {
        padding: 0;
        border: unset;
    }

    .ContactHero .LeftCol ul li:last-child {
        padding: 0;
    }

    .ContactInfo {
        padding: 40px 0px;
    }

    .ContactInfo .ContentCol {
        padding: 0;
    }

    .ContactInfo .ContentCol h2 {
        font-size: 40px;
        text-align: center;
    }

    .ContactInfo .ContentCol p {
        font-size: 14px;
        text-align: center;
    }

    .ContactInfo .ContentCol ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }

    .ContactInfo .ContentCol ul li {
        width: 100%;
    }

    .ContactInfo .ContentCol ul li span {
        text-align: center;
    }

    .ContactInfo .MapCol iframe {
        height: 300px;
    }

    .ContactForm {
        padding: 20px 0px;
    }

    .ContactForm .FormCol {
        padding: 0;
        padding-top: 30px;
    }

    .ContactForm .FormCol h2 {
        font-size: 46px;
        text-align: center;
    }

    .ContactForm .FormCol p {
        font-size: 14px;
        text-align: center;
    }

    .GalleryCards .flip-card {
        height: 350px;
    }

}

/* Responsive CSS Ends */
.TestimonialSection .swiper-wrapper {
    transition: transform 0s linear !important;
    will-change: transform !important;
}
