@import url('common.css');

@font-face {
    font-family: 'futura_lightregular';
    src: url('../fonts/futuralight.ttf');
}
@font-face {
    font-family: 'la_luxesscript';
    src: url('../fonts/la-luxes-script.ttf');
}
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
/* Common Css Start  */
.btn{
    border: 0px solid transparent;
}
.bg_light_pink{
    background: #f9d8e3;
}
.bg_dark_pink{
    background: #f7c7cd;
}
.main_title{
    font-size: 75px;
    font-weight: 500;
    font-family: 'futura_lightregular';
}
.main_title_text{
    font-size: 50px;
    font-weight: 500;
    font-family: 'futura_lightregular';
}
.common_title{
    font-size: 30px;
    font-weight: 500;
    font-family: 'futura_lightregular'
}
.common_text{
    font-size: 20px;
    font-weight: 500;
    font-family: 'futura_lightregular';
}
.common_gray_btn{
    font-size: 15px;
    display: block;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-decoration: none;
    padding: 8px 25px;
    font-weight: 500;
    border-radius: 20px;
    color: #edc6cb !important;
    background-color: #595959 !important;
    margin-top: 50px;
    text-transform: uppercase;
}
.common_pink_btn{
    font-size: 15px;
    width: 100%;
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    text-decoration: none;
    padding: 8px 30px;
    border-radius: 20px;
    font-weight: 500;
    color: #595959 !important;
    background-color:#edc6cb ;
    margin-top: 50px;
    text-transform: uppercase;
}
/* Common Css End  */

/* Hero Section Css Start  */
.hero_sec{
    text-align: center;
    position: relative;
}
.hero_sec .hero_inner{
    position: relative;
}  
.hero_sec .hero_inner .interm_img {
    /* background-color: #706f6e; */
    height: 90vh;
    -webkit-clip-path: ellipse(56% 65% at 65% 30%);
            clip-path: ellipse(56% 65% at 65% 30%);
    position: relative;
    width: 100%;
}
.hero_sec .hero_inner .interm_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #857d7d73;
}

.hero_sec .hero_inner .interm_img video::-webkit-media-controls {
    display: none !important; /* Hides native controls */
}

.hero_sec .hero_inner .interm_img img{
    width: 100%;
    height: 100%;
    max-width: 52%;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
    -o-object-fit: cover;
       object-fit: cover;
}
.hero_sec .hero_inner .interm_img video {
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
    height: 100%;
    background-position: center;
    -o-object-fit: cover;
       object-fit: cover;
}
.hero_sec .hero_inner .text-section {
    text-align: center;
    padding: 20px;
    color: white;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
        -ms-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
    width: 100%;
}
.hero_contact{
    position: relative;
    padding: 60px 0px;
    overflow: hidden;
}
.hero_contact::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0px;
    background-color: #d6a1a7;
    -webkit-clip-path: ellipse(70% 80% at 14% 80%);
            clip-path: ellipse(70% 80% at 14% 80%);
    width: 100%;
    max-width: 700px;
    height: 100%;
    max-height: 100%;
    opacity: 1;
    z-index: 1;
}
.hero_contact .hero_details{
    position: relative;
    z-index: 1;
    width: 100%;
}
.hero_contact .hero_details .video_contact{
    position: relative;
    cursor: pointer;
}
/* Modal Video Css Start  */

.modal.video_play .modal-content .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #ffffff !important;
    color: #000000;
    width: 30px;
    height: 30px;
    z-index: 11;
    border-radius: 50%;
}
.modal.video_play .modal-content .modal-body video {
    width: 100%;
    height: 100%;
}

/* Modal Video Css End  */
/* feedback Section Css Start  */
.feedback_sec{
    position: relative;
    padding: 100px 0px;
    overflow: hidden;
}
.feedback_sec .feedback_contact .freedback_img {
    width: 100%;
    padding-right: 50px;
}
/* testimonials Section Css Start  */
.testimonials_sec{
    position: relative;
    overflow: hidden;
}
.testimonials_sec.bg_light_pink::before {
    content: "";
    background-image: url('./../image/home/testimonials_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.8;
}
.testimonials_sec .testimonials_inner{
    position: relative;
    z-index: 1;
}
.testimonials_sec .testimonials_slider .slide_item .banner_contact{
    width: 60%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 70px 0px 0px;
}

.testimonials_sec .testimonials_slider .slide_item .banner_contact::before {
    content: "";
    background-image: url('./../image/home/quute.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -65px;
    top: 50px;
    width: 100%;
    max-width: 60px;
    height: 60px;
}
.testimonials_sec .testimonials_slider .slide_item .banner_contact .common_text{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.testimonials_sec .testimonials_slider .slide_item .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.testimonials_sec .testimonials_slider .slick-next,
.testimonials_sec .testimonials_slider .slick-prev{
    background-color: #d6a1a7;
    -webkit-box-shadow:0 0 20px 5px rgba(5,23,34,.05);
            box-shadow:0 0 20px 5px rgba(5,23,34,.05);
    width: 40px;
    height: 40px;
    top: 55%;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.testimonials_sec .testimonials_slider .slick-next:hover:before,
.testimonials_sec .testimonials_slider .slick-prev:hover:before{
    color: #ffffff;
}
.testimonials_sec .testimonials_slider .slick-next{
    right:90px;
    -webkit-transform: translate(40px);
        -ms-transform: translate(40px);
            transform: translate(40px);
}
.testimonials_sec .testimonials_slider .slick-prev{
    left: 90px;
    -webkit-transform: translate(-40px);
        -ms-transform: translate(-40px);
            transform: translate(-40px);
}
.testimonials_sec .testimonials_slider .slick-next::before,
.testimonials_sec .testimonials_slider .slick-prev::before{
    font-family: "Font Awesome 6 Free";
    color: #ffffff;
    font-weight: 900;
}
.testimonials_sec .testimonials_slider .slick-next:before{
    content: "\f054";   
}
.testimonials_sec .testimonials_slider .slick-prev:before{
    content: "\f053";   
}
.testimonials_sec .testimonials_slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    color: #d6a1a7;
    opacity: 0.5;
}
.testimonials_sec .testimonials_slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #d6a1a7;
}
/* interest Page Css Start  */
.interest_sec{
    text-align: center;
    position: relative;
}
.interest_sec .interest_inner .interest_img {
/*    background-color: #706f6e;*/
    height: 90vh;
    -webkit-clip-path: ellipse(56% 65% at 65% 30%);
            clip-path: ellipse(56% 65% at 65% 30%);
    position: relative;
}
.interest_sec .interest_inner .interest_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #857d7d73;
}
.interest_sec .interest_inner .interest_img img{
    width: 100%;
    height: 100%;
    max-width: 100%;
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
    -o-object-fit: cover;
       object-fit: cover;
}
.interest_sec .interest_inner .text-section {
    text-align: center;
    padding: 20px;
    color: white;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
        -ms-transform: translate(-50%, -70%);
            transform: translate(-50%, -70%);
    width: 100%;
}
.interest_contact{
    position: relative;
    padding: 60px 0px;
    overflow: hidden;
}
.interest_contact .imphmlogo_grid{
    max-width: 90%;
    position: absolute;
    bottom: 90px;
    left: 15px;
}
.interest_contact .imphmlogo_img {
    width: 100%;
    max-width: 150px;
    text-align: end;
}
.interest_contact .imphm_logo{
    width: 70px;
}
.interest_contact::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0px;
    top: auto;
    background-color: #d6a1a7;
    -webkit-clip-path: ellipse(75% 65% at 76% 85%);
            clip-path: ellipse(75% 65% at 76% 85%);
    width: 100%;
    max-width: 600px;
    height: 100%;
    max-height: 700px;
    opacity: 1;
    z-index: 1;
}
.interest_contact::after {
    content: "";
    background-image: url('./../image/contact_bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 730px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.interest_contact .interest_details{
    position: relative;
    z-index: 1;
}
.interest_contact .interest_details .interest_img{
    width: 100%;
    max-width: 500px;
}
.interest_contact .interest_details .sign_form .form-group .form-control{
    border: 1px solid #d6a1a7;
    height: 50px;
    border-radius: 15px;
}
.interest_contact .interest_details .sign_form .form-group textarea.form-control{
    border: 1px solid #d6a1a7;
    height: 200px;
}

.interest_contact .interest_details .sign_form .form-check .form-check-input{
    width: 24px;
    height: 24px;
    border-radius: 0px;
    border: 1px solid #d6a1a7;
    cursor: pointer;
    margin-top: 0px;
}
.interest_contact .interest_details .sign_form .form-check .form-check-label{
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'futura_lightregular';
}

/* Thankyou Page Css Start  */
.thankyou_contact{
    position: relative;
    padding: 60px 0px;
    overflow: hidden;
}
.thankyou_contact::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0px;
    background-color: #d6a1a7;
    -webkit-clip-path: ellipse(100% 75% at 20% 80%);
            clip-path: ellipse(100% 75% at 20% 80%);
    width: 100%;
    max-width: 700px;
    height: 100%;
    max-height: 100%;
    opacity: 1;
    z-index: 1;
}
.thankyou_contact .thankyou_details{
    position: relative;
    z-index: 1;
}
.thankyou_contact .thankyou_details .thankyou_img{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.thankyou_contact .thankyou_details .thankyou_text{
     font-size: 60px;
    font-weight: 500;
    font-family: 'la_luxesscript';
}
/* Feed Back Page Css Start  */
.feedback_section{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.feedback_section::after {
    content: "";
     background-image: url('./../image/contact_bg.png');            
    background-size: contain;
    background-repeat: no-repeat;
    background-position:left bottom;
    width: 100%;
    max-width: 500px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.feedback_section::before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0px;
    top: auto;
    background-color: #d6a1a7;
    -webkit-clip-path: ellipse(75% 65% at 76% 85%);
            clip-path: ellipse(75% 65% at 76% 85%);
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 400px;
    opacity: 1;
    z-index: 1;
}

.feedback_section .feedback_inner {
    position: relative;
    z-index: 1;
}
.feedback_section .feedback_inner .common_text{
    font-size: 24px;
}
.feedback_section .feedback_inner .feedback_form .form-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.feedback_section .feedback_inner .feedback_form .form-group .form-label{
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    font-size: 18px;
    margin: 0;
    padding-right: 50px;
}
.feedback_section .feedback_inner .feedback_form .form-group .form-control{
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 10px;
    border-radius: 15px;
}
.feedback_section .feedback_inner .feedback_form .form-group textarea.form-control{
    width: 100%;
    height: 100%;
    min-height: 180px;
}
.feedback_section .feedback_inner .feedback_form .common_gray_btn {
    margin-left: 150px;
}
/* Thankyou FeedBack Page Css Start  */
.thankyou_feedback{
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 75px);
    z-index: 1;
}
.thankyou_feedback .common_title{
    font-size: 56px;
    margin-bottom: 20px;
}
.thankyou_feedback .thankyou_text{
    font-size: 36px;
    font-weight: 500;
    font-family: 'la_luxesscript';
}
.thankyou_feedback::after {
    content: "";
     background-image: url(./../image/contact_bg.png);            
    background-size: contain;
    background-repeat: no-repeat;
    background-position:left bottom;
    width: 100%;
    max-width: 500px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.thankyou_feedback::before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0px;
    top: auto;
    background-color: #d6a1a7;
    -webkit-clip-path: ellipse(75% 65% at 76% 85%);
            clip-path: ellipse(75% 65% at 76% 85%);
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 400px;
    opacity: 1;
    z-index: 1;
}

/*journey_video*/
.journey_video{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.journey_video video{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}