@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&display=swap');

* {
    margin: 0px;
    padding: 0px;
    outline: none;
}

ul {
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none !important;
}

button:focus {
    outline: none !important;
}

img {
    border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
    margin: 0px !important;
    padding: 0px;
}

table td,
th {
    margin: 0px !important;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 p {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-size: 14px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

/* ********************* */
/*  */
.fixed-top {
    position: relative;
    display: block;
    top: 0px !important;
    display: block;
    z-index: 333;
    box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 15%);
    /* margin-top: 39px; */
}

.header-scrolled {
    position: fixed;
    top: 0 !important;
}

.logo img {
    width: 200px !important;
}

.header_menu {
    /* padding: 7px 0px; */
    background: #000;
    display: flex;
}

#header .logo img {
    width: auto;
    height: auto;
}

.main-nav {
    float: right;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
    border-right: 3px solid #fff;
    margin: 15px 0 !important;
}

.main-nav a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 200ms linear;
    position: relative;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding: 0px 30px;
}

.main-nav li:last-child {
    border-right: 0px;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
    color: #fff;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.3s;
    padding: 10px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
    border: none;
    border-radius: 3px;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul li a {
    padding: 10px 15px;
    color: #000;
    border-radius: 2px;
    transition: all 200ms linear;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    text-transform: uppercase;
    width: 100%;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
    color: #fff;
    background-color: #fb6f92;
}

.main-nav .drop-down>a:after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

.lst-nav {
    display: none;
}

.main-nav li i {
    margin: auto 10px;
}

/* for drop divsion */
.mega_wdth {
    display: inline-block;
}

.mega_wdth li a {
    border-bottom: 1px solid #7777771f;
}

.float-left {
    float: left !important;
    margin-left: 67px;
}

/* for drop divsion */
/*******************/
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #F6F6F6;
    transition: 0.4s;
}

.mobile-nav a {
    display: block;
    color: #000 !important;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-family: Montserrat;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #fb6f92;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #fb6f92;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

.header-scrolled .main-nav {
    /* margin-top: 25px; */
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

/* *****Header end***** */

.top-head {
    height: 42px;
    background-color: #000;
    border-bottom: 1px solid #ffffff47;
}

.list-1 ul li {
    padding: 9px 10px 0px 0px;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.25px;
}

a.for-num-pad {
    margin: -7px 0px 0px 0px;
}

.list-1 ul {
    color: #fff;
    display: flex;
    justify-content: center;
}

.fa-solid {
    color: #fff;
    font-size: 20px;
}

.list-1 li {
    padding: 0px 14px;
}

.list-1 li i {
    margin: auto 8px;
}

.list-1 ul li a {
    font-size: 14px;
    letter-spacing: 1.50px;
    color: #fff;
}

.list-1 ul li .fa-whatsapp {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #1bd741;
    font-size: 22px;

}


/*  */
/* banner end */

/* *********************** */
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* .slick-arrow.slick-hidden {
    display: none;
} */
/* *********************** */
.serv-bg-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-container {
    width: 300px;
    height: 300px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.card {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.card .front-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.card .front-content p {
    font-size: 32px;
    font-weight: 700;
    opacity: 1;
    background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.card .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    background: linear-gradient(-45deg, #f89b296c 0%, #0a0a0a 100%);
    color: #e8e8e8;
    padding: 20px;
    line-height: 1.5;
    border-radius: 5px;
    pointer-events: none;
    transform: translateX(-96%);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card .content .heading {
    font-size: 32px;
    font-weight: 700;
}

.card:hover .content {
    transform: translateY(0);
}

/* .card:hover .front-content {
    transform: translateX(-30%);
  } */

.card:hover .front-content p {
    opacity: 0;
}

/* *********************** */

.home-tit .leaf1 {
    position: relative;
    margin: 0px auto !important;
    display: table;
    width: 200px;
    height: 51px;
}

.home-tit .leaf1::before {
    right: 0px;
    animation: 5s linear 1s infinite alternate none running leaffly;
}

.home-tit .leaf1::before,
.home-tit .leaf1::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 106px;
    background: url(../images/1.png) 0% 0% / 100% no-repeat;
    top: -5px;
    transition: all 0.4s ease-in-out 0s;
}

.home-tit .leaf1::after {
    left: 0px;
    transform: scaleX(-1);
    animation: 5s linear 1s infinite alternate none running leaffly1;
}

.home-tit .leaf1::before,
.home-tit .leaf1::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 106px;
    background: url(../images/1.png) 0% 0% / 100% no-repeat;
    top: -5px;
    transition: all 0.4s ease-in-out 0s;
}

@keyframes leaffly {
    0% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

@keyframes leaffly1 {
    0% {
        transform: rotate(10deg) scaleX(-1);
    }

    100% {
        transform: rotate(-10deg) scaleX(-1);
    }
}

/* *********************** */
.grass img {
    margin: auto;
    display: table;
}


.home-tit p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 0px;
    color: rgb(196, 140, 70);
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Cinzel Decorative', cursive;
}

.home-tit h2 span {
    text-align: center;
    font-weight: 600;
    color: #66451c;
    display: block;
}

.home-tit {
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 80px;
}

.home-tit h2 span .num {
    font-family: var(--tit-font);
    font-size: 90px;
    font-weight: 600;
    line-height: 70px;
}

.hm-abt-sec {
    background: #fefbf3;
    padding-bottom: 101px;
}

.grass {
    background: #fefbf3;
}

/* *********************** */
/* CUSTOMER REVIEWS
/*-------------------------------------------------------*/


/* *********************** */
.ban-tit {
    text-align: center !important;
    width: 100%;
    position: relative;
    padding-top: 50px;
}

.hm-why-us-sec {
    background: #2a2c3c;
    background: linear-gradient(to right, #2a262691, #2a2c3c);
    padding: 40px 20px 110px 20px;
    float: left;
    width: 100%;
    margin-top: var(--mtop);
}

.ban-inn h2,
.ab-ban h1 {
    font-size: 80px;
    line-height: 100px;
    color: #fff;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(45deg, #00ff72, #66b5ff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.ban-inn .ban-tit span {
    color: #ffb400;
}

.ban-inn .ban-tit p {
    color: #fff;
}

.ban-home {
    padding: 110px 20px 115px 20px;
    position: relative;
}

/* .ban-home:before {
    content:
        '';
    position: absolute;
    width: 500px;
    height: 344px;
    background-size: cover;
    left: calc(50% - 220px);
    top: -219px;
} */

/* *********************** */
.why-img {
    width: 26%;
    margin: auto;
    display: table;
}

.why-blk {

    padding: 30px 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 216px;
    margin-top: -50px;
    width: 300px;
    background-color: #fff;
}

.why-para h4 {
    text-align: center;
    font-size: 23px;
    letter-spacing: 1px;
    color: #66451c;
    padding: 10px 0px;
}

.why-para p {
    text-align: center;
    font-size: 18px;
    color: #333;
    letter-spacing: 0.50px;
}

/* *********************** */
.ab-wel-1 {
    position: absolute;
    width: 75%;
    height: 550px;
    object-fit: cover;
    left: 0px;
    top: 0px;
    border-radius: 15px;
}


.ab-wel-2 {
    width: 80%;
    height: 300px;
    object-fit: cover;
    z-index: 1;
    position: relative;
    margin: 47% 10% 5% 15%;
    border-width: 15px 0px 0px 15px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-image: initial;
    border-right-style: initial;
    border-right-color: initial;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-radius: 0px 100px 15px;
}

.ab-wel-lhs span {
    position: absolute;
}

.ab-wel-4 {
    width: 200px;
    height: 200px;
    border: 7px solid rgb(255, 226, 240);
    border-radius: 20px;
    right: 9px;
    bottom: -4px;
}

.ab-wel-tit h2 {
    font-size: 58px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #66451c;
    line-height: 44px;
    font-family: 'Cinzel Decorative', cursive;
}

.ab-wel-tit h2 em {
    display: block;
    color: #e5026b;
    font-weight: 700;
    font-size: 34px;
    font-family: var(--tit-font);
    font-family: 'Cinzel Decorative', cursive;
    line-height: 78px;
}

.ab-wel-rhs p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.ab-wel-tit-1 {
    border-top: 1px solid rgb(217, 217, 217);
    margin-top: 25px;
    padding-top: 25px;
}

.ab-wel-rhs p {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}


.ab-wel-tit-2 ul li .phone-clas h4 {
    padding: 0px 0px 0px 60px;
    font-size: 15px;
    color: rgb(122, 122, 122);
}

.sec-why-sec {
    background: #fefbf3;
}

.ab-wel {
    padding-top: 80px;
    background: #fefbf3;
    padding-bottom: 95px;
}

/* *********************** */
.serv-slider {
    background: #000;
    padding-bottom: 140px;
}


.content img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
}


.content a {
    color: #fff;
    border: 2px solid #fff;
    font-size: 20px;
    letter-spacing: 0.50px;
    padding: 15px 25px;
}

/* *********************** */
/* ************ */
.social-icon ul li {
    float: left;
    padding: 0px 10px;
}

.social-icon ul li a {
    opacity: 1;
}

.social-icon ul li a i {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    transition: all .8s;
    -webkit-transition: 0.8s ease;
    border: 2px solid #fff;
}

.icon1 i {

    background: #4d6bb3;

    color: #fff;

    border: 1px solid #4d6bb3;

}

.icon2 i {

    background: #bd081c;

    color: #fff;

    border: 1px solid #bd081c;

}

.icon3 i {

    background: #39da4e;

    color: #fff;

    border: 1px solid #39da4e;

}

.hm_foot_hed i {
    background: #39da4e;
    color: #fff;
    border: 1px solid #39da4e;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    font-size: 20px;


}

.icon5 i {
    background: #0078b5;
    color: #fff;
    border: 1px solid #0078b5;

}

.icon4 i {
    /* background: #40c1df;
    color: #fff;
    border: 1px solid #40c1df; */
    background: radial-gradient(circle at 30% 107%,
            #fdf497 0%, #fdf497 5%,
            #fd5949 45%, #d6249f 60%,
            #285AEB 90%);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.icon6 i {
    background: #e71807;
    color: #fff;
    border: 1px solid #e71807;

}

.social-icon ul li a:hover i {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    border-radius: 5px;

}

.social-icon {
    margin-top: 25px;
}

.main-footer-sec {
    background-color: #d8e2e7;
    padding: 100px 50px;
}

.foot-dtl h4 {
    font-size: 16px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
}

.foot-dtl p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.50px;
}

.foot-dtl ul li a {
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    line-height: 30px;
}

.gry-line {
    border-right: 2px solid #000;
    height: 180px;
}

.foot-grass {
    padding: 0px 0px 80px;
    /* background: #858585; */
    float: left;
    width: 100%;
    position: relative;
    margin-top: 50px;
    /* background-image: linear-gradient(to top, #d8e2e7 0%, #e2ebf0 100%); */
}

.foot-grass::before {
    content: '';
    position: absolute;
    background: url(../images/grass.png) no-repeat;
    width: 100%;
    height: 50px;
    top: -100px;
    left: 0;
    right: 0;
    background-size: contain;
    transform: rotate(180deg);
}

/* *********************** */

.vid-clm {
    margin: 80px 0px;
}

.frame-1 {
    margin-bottom: 50px;
}

/* *********************** */

.contact_icon_right {
    position: fixed;
    right: 3px;
    top: 40%;
    z-index: 11;
}

.contact_icon_right:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 2px;
    height: 70%;
    background: #565b7a;
    margin: 0 auto;
    display: block;
    top: 20px
}

.contact_icon_right .call_right_icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fb6f92 url(../images/phone-call-2.png) no-repeat center center;
    /* z-index: 2; */
    margin: 10px 0;
    cursor: pointer;
    border: 2px solid #fff
}

.contact_icon_right .call_lft {
    position: absolute;
    border-color: #fb6f92 !important;
    content: '';
    opacity: 0;
    background: #fff;
    width: 0;
    height: 38px;
    right: 24px;
    top: 6px;
    font-size: 14px;
    color: #000;
    line-height: 15px;
    z-index: 0;
    padding: 13px 15px;
    overflow: hidden;
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #3fa9f5;
    transition: .3s ease-in-out;
    z-index: -1;
}

.contact_icon_right .call_lft span {
    opacity: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
}

.contact_icon_right .call_right_icon:hover .call_lft {
    opacity: 1;
    width: 184px;
    transition: .3s ease-in-out
}

.contact_icon_right .call_right_icon:hover .call_lft span {
    opacity: 1
}



.contact_icon_right .email_lft {
    border-color: #fb6f92 !important;
    position: absolute;
    content: '';
    opacity: 0;
    background: #fff;
    width: 0;
    height: 38px;
    right: 24px;
    top: 6px;
    font-size: 14px;
    color: #000;
    line-height: 15px;
    letter-spacing: 0.24px;
    padding: 13px 15px;
    overflow: hidden;
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #3fa9f5;
    transition: .3s ease-in-out;
    z-index: -1;
}

.contact_icon_right .email_lft span {
    opacity: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.contact_icon_right .mail_lft_icon:hover .email_lft {
    opacity: 1;
    width: 210px;
    transition: .3s ease-in-out
}

.contact_icon_right .mail_lft_icon:hover .email_lft span {
    opacity: 1
}

.contact_icon_right .mail_lft_icon-2 {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fb6f92 url(../images/mail.png) no-repeat center center;
    /* z-index: 2; */
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid #fff
}

.contact_icon_right .mail_lft_icon-2:hover .email_lft {
    opacity: 1;
    width: 310px;
    transition: .3s ease-in-out
}

.contact_icon_right .mail_lft_icon-2:hover .email_lft span {
    opacity: 1
}

.contact_icon_right .app_right_icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* border-radius: 3px; */
    background: #fb6f92 url(../images/whatsapp-2.png) no-repeat center center;
    /* z-index: 2; */
    margin-bottom: 10px;
    cursor: pointer;
    border: 2px solid #fff
}

.contact_icon_right .call_app {
    border-color: #fb6f92 !important;
    position: absolute;
    content: '';
    opacity: 0;
    background: #fff;
    width: 0;
    height: 38px;
    right: 24px;
    top: 6px;
    font-size: 14px;
    color: #000;
    line-height: 15px;
    z-index: 0;
    padding: 13px 15px;
    overflow: hidden;
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #3fa9f5;
    transition: .3s ease-in-out;
    z-index: -1;
}

.contact_icon_right .call_app span {
    opacity: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.contact_icon_right .app_right_icon:hover .call_app {
    opacity: 1;
    width: 140px;
    transition: .3s ease-in-out
}

.contact_icon_right .app_right_icon:hover .call_app span {
    opacity: 1
}

/* *********************** */

.slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    /* Adjust gap between slides */
}

.albm {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Transparent black overlay */
    opacity: 0;
    /* Initially hidden */
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.view-more-btn {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.albm:hover video {
    filter: brightness(70%);
    /* Dim the image */
}

.albm:hover .overlay {
    opacity: 2;
    /* Show overlay on hover */
}

video {
    width: 450px;
    height: auto;
    margin: 0px 10px;
}

/*  */
.slider {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 2.5rem;
    margin: 80px 0;
}

video {
    animation: animate 25s linear infinite;
}

video img {
    min-width: 200px;
    padding: 0 30px;
}

.slider:hover .video {
    animation-play-state: paused;
}

@keyframes animate {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-500px, 0, 0);
    }
}

/* *********************** */
/* .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto);
}

.one {
    grid-column: 1 / 2;
    grid-row: 1;
}

.two {
    grid-column: 2 / 4;
    grid-row: 1 / 3;
}

.three {
    grid-column: 1;
    grid-row: 2 / 5;
}

.four {
    grid-column: 2;
    grid-row: 3;
}

.five {
    grid-column: 3;
    grid-row: 3;
}

.six {
    grid-column: 2;
    grid-row: 4;
}

.seven {
    grid-column: 3;
    grid-row: 4;
}

.eight {
    grid-column: 1;
    grid-row: 5;
}

.nine {
    grid-column: 2;
    grid-row: 5;
}

.ten {
    grid-column: 3;
    grid-row: 5;
}

.eleven {
    grid-column: 1;
    grid-row: 6;
}

.twelve {
    grid-column: 2;
    grid-row: 6;
}

.thriteen {
    grid-column: 3;
    grid-row: 6;
}

.fortheen {
    grid-column: 1;
    grid-row: 7;
}

.fivteen {
    grid-column: 2;
    grid-row: 7;
}

.sixteen {
    grid-column: 3;
    grid-row: 7;
}

.hed h2 {
    font-size: 58px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #66451c;
    line-height: 173px;
    letter-spacing: 2px;
    font-family: 'Cinzel Decorative', cursive;
    text-align: center;
}

.hed2 h2 {
    font-size: 58px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #66451c;
    line-height: 173px;
    letter-spacing: 2px;
    font-family: 'Cinzel Decorative', cursive;
    text-align: center;
} */

/* *********************** */
.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 15px;
}

.div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.div2 {
    grid-area: 1 / 2 / 2 / 3;
}

.div3 {
    grid-area: 2 / 2 / 3 / 3;
}

.div4 {
    grid-area: 1 / 3 / 3 / 4;
}

.parent img {
    padding: 0px 5px;
}

/* *********************** */
.parent2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.parent2 .div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.parent2 .div2 {
    grid-area: 1 / 3 / 3 / 4;
}

.parent2 .div3 {
    grid-area: 1 / 2 / 3 / 3;
}

.parent2 img {
    padding: 10px 5px;
}

/* *********************** */
.parent3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.parent3 .div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.parent3 .div2 {
    grid-area: 1 / 3 / 3 / 4;
}

.parent3 .div3 {
    grid-area: 1 / 2 / 3 / 3;
}

.parent3 img {
    padding: 10px 5px;
}

/* *********************** */
.parent4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.parent4 .div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.parent4 .div2 {
    grid-area: 1 / 3 / 3 / 4;
}

.parent4 .div3 {
    grid-area: 1 / 2 / 3 / 3;
}

.parent4 img {
    padding: 10px 5px;
}

/* *********************** */
.parent5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.parent5 .div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.parent5 .div2 {
    grid-area: 1 / 3 / 3 / 4;
}

.parent5 .div3 {
    grid-area: 1 / 2 / 3 / 3;
}

.parent5 img {
    padding: 10px 5px;
}

/* *********************** */
.parent6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.parent6 .div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.parent6 .div2 {
    grid-area: 1 / 3 / 3 / 4;
}

.parent6 .div3 {
    grid-area: 1 / 2 / 3 / 3;
}

.parent6 img {
    padding: 10px 5px;
}

/* *********************** */
.parent7 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.parent7 .div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.parent7 .div2 {
    grid-area: 1 / 3 / 3 / 4;
}

.parent7 .div3 {
    grid-area: 1 / 2 / 3 / 3;
}

.parent7 img {
    padding: 10px 5px;
}

/* *********************** */
.parent8 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 50px;
}

.parent8 .div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.parent8 .div2 {
    grid-area: 1 / 3 / 3 / 4;
}

.parent8 .div3 {
    grid-area: 1 / 2 / 3 / 3;
}

.parent8 img {
    padding: 10px 5px;
}

/* *********************** */
.parent9 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.parent9 .div1 {
    grid-area: 1 / 1 / 3 / 2;
}

.parent9 .div2 {
    grid-area: 1 / 3 / 3 / 4;
}

.parent9 .div3 {
    grid-area: 1 / 2 / 3 / 3;
}

.parent9 img {
    padding: 10px 5px;
}

/* *********************** */
.web-head {
    margin-top: 50px;
    margin-bottom: 40px;
}

.web-head h1 {
    font-size: 70px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #66451c;
    line-height: 44px;
    font-family: 'Cinzel Decorative',
        cursive;
    text-align: center;
}

.web-head h2 {
    font-size: 70px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #66451c;
    line-height: 44px;
    font-family: 'Cinzel Decorative',
        cursive;
    text-align: center;
}

.firts-mt {
    margin-top: 64px;
}

/* *********************** */
.inner-abt-sec {
    margin-top: 65px;
}

.inn-sec-abt {
    margin-top: 80px;
}

.last-head {
    float: inline-end;
    margin-top: 25px;
}

.last-head span {
    font-size: 19px;
    letter-spacing: 1.5px;
    color: #fb6f92;
    font-weight: 700;
}

.last-head p {
    color: #000;
    font-weight: 500;
    letter-spacing: 1.5px;
}

.new-head h2 {
    text-align: center;
}

.new-head p {
    text-align: center;
}

.sec-inner-section {
    margin-top: 80px;
    margin-bottom: 50px;
}

/* *********************** */
.inner-cont-sec {
    margin-top: 80px;
    margin-bottom: 50px;
}

/* *********************** */
/************************/
.contact_detail_sec {
    padding-top: 15%;
    padding-right: 20px;
}

.contact h5 {
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #fb6f92;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

.contact span {
    color: #333;
    line-height: 24px;
    letter-spacing: 0.25px;
    font-weight: 600;
    display: block;
    padding-bottom: 20px;
}

.contact_dtl h5 {
    color: #333;
    line-height: 24px;
    letter-spacing: 0.25px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
}

.contact_dtl p {
    color: #464646;
    letter-spacing: 0.25px;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.contact_dtl ul {
    display: inline-block;
    margin-top: 20px;
}

.contact_dtl ul li {
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 15%);
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
}

.contact_dtl ul li span a {
    color: #333;
    letter-spacing: 0.25px;
    font-weight: 500;
    display: inline-block;
}

.contact_dtl ul li span i {
    margin-right: 5px;
    color: #8cc63f;
}

.contact_dtl ul li span:hover a {
    color: #8cc63f;
}

.contact_form {
    background: #fff;
    padding: 30px 30px 40px;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 4%);
}

.contact_form h4 {
    font-size: 23px;
    font-weight: 600;
    display: block;
    color: #fb6f92;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.contact_form .form-group input {
    display: block;
    width: 100%;
    color: #7c8393;
    font-weight: 500;
    border: 0px;
    line-height: 24px;
    padding: 15px 15px;
    font-size: 14px;
    background: #f1f5f8;
    margin-bottom: 20px;
}

.contact_form .form-group select {
    display: block;
    width: 100%;
    color: #000;
    font-weight: 600;
    border: 0px;
    line-height: 24px;
    padding: 15px 15px;
    font-size: 14px;
    background: #f1f5f8;
    margin-bottom: 20px;
}

.contact_form .form-group label {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    color: #333;
}

.contact_form .other_option span {
    display: block;
    font-size: 17px;
    display: block;
    padding-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #464646;
}

.other_option {
    margin-bottom: 20px;
}

.contact_form label {
    color: #7c8393;
    font-weight: 500;
    letter-spacing: 0.50px;
    font-size: 14px;
    display: inline-block;
    padding: 0 0 0 10px;
}

.other_option input[type=radio] {
    margin-right: 5px;
}

.butn-bg {
    font-size: 14px;
    padding: 10px 30px;
    background: #fb6f92;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    display: block;
    font-weight: 600;
    border: 0px;
}



.contact_bx {
    padding: 20px;
    background: #fb6f92;
    box-shadow: 0 0 0 2px #fff inset;
    border: 10px solid transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    /* min-height:280px; */
    border-radius: 30px;
    margin-bottom: 20px;
}

.cont-para h6 {
    color: #ffffff;
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cont-para span a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
}

.cont-para p a {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    display: inline-block;
}

.cont-para p a:hover {
    color: #000;
    font-size: 15px;
    line-height: 30px;
}

.cont-para span a:hover {
    color: #000;
    font-size: 15px;
}

.cont-icon i {
    font-size: 16px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.cont-para {
    padding-left: 40px;
}

.cont-icon {
    float: left;
}

.foot-add {
    padding-bottom: 10px;
    display: block;
}

#map iframe {
    width: 100%;
    height: 360px;
    border: 2px solid #f1f5f8;
    border-radius: 30px;
}

.map-add {
    margin-top: 50px;
}

/************************/
.pacage-sec {
    margin-top: 60px;
}

.pack-list {
    border: 1px solid #0005;
}

.pack-list span {
    text-align: center;
    display: block;
    background: #66451cbd;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 7px 0px;
}

.pack-list ul li {
    line-height: 42px;
    padding-left: 25px;
    font-size: 16px;
    letter-spacing: 0.50px;
}

.pack-list ul li i {
    color: #e5026b7a;
    /* margin-left: -5px; */
    padding-right: 7px;
    font-size: 15px;
}

.sec-pack {
    background: url('../images/pack-bg.jpg') center no-repeat,
        #000500;
    height: 500px;
    width: 100%;
    background-size: cover;
}

.sec-pack-2 p {
    color: #fff;
    text-align: end;
    font-size: 25px;
    letter-spacing: 1px;
}

.sec-pack-2 {
    padding-top: 113px;
}

.sec-list ul {
    padding-top: 25px;
    float: inline-end;
}

.sec-list ul li {
    background-color: #dacfc9;
    padding: 10px 25px;
}

.sec-list ul li a {
    color: #e5026b;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;

}

.pacage-sec {
    margin-bottom: 50px;
}

/************************/