@charset "utf-8";
@font-face {
    font-family: 'NextExit';
    src: url('../fonts/NextExitBold.eot');
    src: url('../fonts/NextExitBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NextExitBold.woff2') format('woff2'),
        url('../fonts/NextExitBold.woff') format('woff'),
        url('../fonts/NextExitBold.ttf') format('truetype'),
        url('../fonts/NextExitBold.svg#NextExitBold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NextExit';
    src: url('../fonts/NextExitExtraBold.eot');
    src: url('../fonts/NextExitExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NextExitExtraBold.woff2') format('woff2'),
        url('../fonts/NextExitExtraBold.woff') format('woff'),
        url('../fonts/NextExitExtraBold.ttf') format('truetype'),
        url('../fonts/NextExitExtraBold.svg#NextExitExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* CSS Document */
/*-----------------------------------------------------------------------------

Prototype Version:  2.4

*/

/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework

*/

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;  color: #555555; font-size: 14px; line-height: 24px;}
html, body{height: 100%; -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}
body{position:relative;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {}

/* Specific Header Settings */
h1 {font-weight:bold; font-size:36px; color:#fff; }
h2 {font-weight:bold; font-size:24px; color:#555; }
h3 {font-size:18px; }
h4 {font-size:16px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}

/* Create the Default Paragraphs */
p { color: #9f9f9f; font-size: 15px; line-height: 24px;}

/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* To make FontSmooth in MAC */
.mac * {-webkit-font-smoothing: antialiased;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {border: 0; border-style: none;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {color: #000000; font-size: 16px; text-decoration:none;}
a:hover {}
a:active {color: #e8941a;}
a:focus {outline: none;}
a.current{color: #e8941a;}


/* 5. Forms
------------------------------------------------------------------------------*/

input{line-height: normal;}
input[type='email'],input[type='text'],input[type='password']{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;padding: 5px;border: 1px solid #cbcbcb;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
textarea{-webkit-appearance:none; border:none; -webkit-text-size-adjust:none;box-sizing: border-box;padding: 5px;border: 1px solid #cbcbcb;display: block;overflow: auto;}
input[type='email']:focus,input[type='text']:focus,input[type='password']:focus,textarea:focus{border-color: #ccc}
button,input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;border:none;-webkit-text-size-adjust:none;background: #cbcbcb;}
input[type="checkbox"],input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input[type="search"] {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-input-placeholder{font-family: "NextExit",sans-serif; color: #6e0c2c;}
:-moz-placeholder{ font-family: "NextExit",sans-serif;color: #6e0c2c;}
::-moz-placeholder{ font-family: "NextExit",sans-serif;color: #6e0c2c;}
:-ms-input-placeholder{ font-family: "NextExit",sans-serif;color: #6e0c2c;}
::-ms-input-placeholder{ font-family: "NextExit",sans-serif;color: #6e0c2c;}
:placeholder-shown{ font-family: "NextExit",sans-serif;color: #6e0c2c;}

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}


/* 7. Framework
------------------------------------------------------------------------------*/

/* Common CSS */
/*common margin style*/
.m0{margin:0 !important;}
.mr20{margin-right:20px;}
.mt20{margin-top:20px !important;}
.mb80{margin-bottom:80px !important;}
.mt25{ margin-top:25px !important;}
.mt50{ margin-top:50px !important;}

/*all padding zero*/
.p0{padding:0 !important;}
.pt20{padding-top:20px;}

/*common display style*/
.dis-b{display:block}
.pos_rel{ position:relative;}
.hidden{ display:none !important;}

/*border*/
.no_bdr{border:none !important;}

/*common fonts style*/
.f16{ font-size:16px !important;}
.f18{ font-size:18px !important;}
.fbold{font-weight:bold;}

/*transition effect*/
.tra{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

/* opacity effect */
.opacity1{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity:1;opacity:1;}
.opacity0{ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0;-khtml-opacity: 0; opacity:0; }

/* column grid */
.row{width: 100%;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{float: left;}
.col-12 {width: 100%;}
.col-11 {width: 91.66666667%;}
.col-10 {width: 83.33333333%;}
.col-9 {width: 75%;}
.col-8 {width: 66.66666667%;}
.col-7 {width: 58.33333333%;}
.col-6 {width: 50%;}
.col-5 {width: 41.66666667%;}
.col-4 {width: 33.33333333%;}
.col-3 {width: 25%;}
.col-2 {width: 16.66666667%;}
.col-1 {width: 8.33333333%;}

/* Page Layout */

body{direction: rtl;font-family: 'NextExit',sans-serif;font-weight: 500;}
#full_wrapper{min-height: 100%; height: auto !important; height: 100%; margin: 0 auto; /* the bottom margin is the negative value of the footer's height */}
.wrapper{width:960px; margin:0 auto;}
.content{margin:0 auto; padding:0; width:100%;}

.rslides {position: relative;list-style: none;overflow: hidden;width: 100%;padding: 0;margin: 0;}
.rslides li {-webkit-backface-visibility: hidden;position: absolute;display: none;width: 100%;left: 0;top: 0;}
.rslides li:first-child {position: relative;display: block;float: left;}
.rslides img {display: block;height: auto;float: left;width: 100%;border: 0;}

.back_slider{position: absolute;top: 0px;right: 0;bottom: 0px;z-index: 3;height: 80vh;left: 0;padding-right: 40px;}
.back_slider .bg_img{height: 100vh;background-repeat: no-repeat;background-position: top 40px right;width: 100%;background-size: contain;}

.top_right{position: absolute;top: 40px;right: 40px;z-index: 99;}
.top_right .logo{display: block;vertical-align: middle;text-align: left;}
.top_right .hamburger{display: block;vertical-align: middle;color: #6e0c2c;font-size: 28.56px;font-weight: 500;margin-top: 0px;margin-right:0px;background: #ebeadf;padding: 10px;letter-spacing: -1px;display: flex;flex-direction: column;align-items: center;}
.top_right .hamburger img {width: 40px;}
.top_right .hamburger img{display: inline-block;vertical-align: baseline;}

.all_ea .right_section{float: right;width: 65%;text-align: center;background-color: #ebeadf;}
.all_ea .right_section .inner_right{position: relative;z-index: 9;height: 100vh;}
.all_ea .right_section .inner_right:after{position: absolute;content: '';width: 100%;background-image: url(../images/site/shadow.png);background-position: top center;background-repeat: no-repeat;height: 75%;z-index: -1;top: 0;right: 0;background-size: 100% 100%;}
.all_ea .right_section .inner_right:before{position: absolute;content: '';width: 100%;background-image: url(../images/site/bg_bottom.png);background-position: bottom center;background-repeat: no-repeat;z-index: -1;height: 40%;bottom: 0;right: 0;background-size: 100% 100%;}
.all_ea .right_section .inner_right::before,.all_ea .right_section .inner_right:after{content: none;}


.all_ea .right_section .inner_right .price_wrap{background-color: #d5bf9a;border: 4px solid #6e0c2c;display: inline-block;vertical-align: middle;padding: 15px 15px 20px 15px;}
.all_ea .right_section .inner_right .price_wrap h3{color: #6e0c2c;font-weight: 600;font-size: 44.16px;padding-bottom: 5px;letter-spacing: -1px;}
.all_ea .right_section .inner_right .price_wrap h4{color: #925e5a;font-weight: 600;font-size: 41.06px;line-height: 36px;letter-spacing: -1px;}
.all_ea .right_section .inner_right  h6{color: #925e5a;font-size: 21.96px;font-weight: 400;padding-top: 15px;margin-bottom: 30px;}
.all_ea .right_section .inner_right .iframe_div iframe{width: 640px;height: 340px;border: #c8a979 6px solid;}
.all_ea .right_section .inner_right h5{color: #6e0c2c;font-size: 34.3px;font-weight: 400;position: absolute;bottom: 5px;right: 10px;letter-spacing: -2px;}

.menu{background-color: #6e0c2c;width: 316px;box-shadow: 0px 7px 26.97px 2.03px rgba(1, 1, 1, 0.78);-webkit-box-shadow: 0px 7px 26.97px 2.03px rgba(1, 1, 1, 0.78);-o-box-shadow: 0px 7px 26.97px 2.03px rgba(1, 1, 1, 0.78);-moz-box-shadow: 0px 7px 26.97px 2.03px rgba(1, 1, 1, 0.78);position: fixed;z-index: 999;height: 100%;padding-top: 100px;text-align: center;transform: translateX(120%);-webkit-transform: translateX(120%);-o-transform: translateX(120%);-moz-transform: translateX(120%);transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-o-transition: 0.5s all ease;-moz-transition: 0.5s all ease;}
.menu.active{transform: translateX(0);-webkit-transform: translateX(0);-o-transform: translateX(0);-moz-transform: translateX(0);}
.menu .close{position: absolute;top: 21px;right: 25px;}
.menu .logo_menu{margin-bottom: 85px;display: inline-block;vertical-align: middle;}
.menu ul li{list-style: none;}
.menu ul li a{display: block;color: #c8a979;font-size: 40px;font-weight: bold;line-height: 56px;transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-o-transition: 0.5s all ease;-moz-transition: 0.5s all ease;font-weight: 500;}
.menu ul li a:hover{background-color: #7f2b47;}

.left_section{float: left;width: 35%;background-color: #ebeadf;padding: 40px 60px 15px 70px;text-align: center;height:100vh;z-index: 9;position: relative;} /*box-shadow: 9px 9px 27px 0px rgba(16,16,16,0.6);*/
.left_section h2{color: #6e0c2c;font-size: 40.57px;padding-top: 50px;padding-bottom: 50px; font-weight: normal;line-height:34px;}
.left_section h2 span{color: #c7a978; font-weight: bold;font-size:45.57px;}
.inner_part{border: 6px double #d1b992;}
.form_section{background-color: #6e0c2c;padding: 45px 65px;margin:45px 55px 0px 55px;}
.left_section .inner_part h3{color: #6e0c2c;font-size: 47px;font-weight: 600;letter-spacing: -2px;padding: 40px 10px;line-height: 48px;}
.left_section .inner_part .form_section h4 {font-size: 42px;color: #ffffff;padding-bottom: 6px;line-height: 40px;font-weight: 500;}
.left_section .inner_part .form_section h4 em{font-style: normal;display: block;font-weight: 500;}
.form_section h5{font-size: 26px;color: #ffffff;font-weight: bold;padding-bottom: 30px;}
input[type='text'], input[type='tel'], input[type='email'], input[type='password'] ,input[type='checkbox']{width: 100%; padding-right: 15px;margin-bottom: 10px;background-color: #ffffff;color: #6e0c2c;font-size: 26px;font-weight: 400;height: 40px;}
.form_section .in{height:55px;font-family: 'FoodiFOT';}
input[type='checkbox']{color: #ffffff;}
form label {position: relative;padding-right: 20px;background-image: url(../images/site/check.png);background-repeat: no-repeat;background-position: right top 3px;background-size: 15px;font-size: 19px;color: #fff;line-height: 18px;font-weight: 300;text-align: right;display: block;margin-top: 25px;margin-bottom: 10px;}
form label.active {background-image: url(../images/site/check_yes.png);}
input[type="checkbox"] {opacity: 0;visibility: hidden;position: absolute;font-family: 'FoodiFOT';}
form input[type="submit"] {width: 100%;height:40px;background-color: #fff;color: #6e0c2c;font-size: 26px;margin-top: 10px;cursor: pointer;transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-o-transition: 0.5s all ease;-moz-transition: 0.5s all ease;font-family: "NextExit",sans-serif;}
form input[type="submit"]:hover{background-color: #d1b992;}
.left_section .bottom_logo{width:100%;margin: 25px 0 40px 0;}
.left_section .bottom_logo img{width:54%;}
.left_section .logo_slide{display: inline-block;vertical-align: middle;margin: 30px 0px 25px 0px;display: inline-flex;flex-direction: column;}
.left_section .logo_slide span{font-size: 44px;color: #6e0c2c;}
.thankyou_popup{position: fixed;width: 100%;height: 100%;top: 0;left: 0;right: 0;z-index: 99999;background-color: rgba(235,234,223,0.9);}
.thankyou_popup .in_thanks{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);}
.thankyou_popup .outer h3{color: #6e0c2c;font-size: 40px;font-weight: bold;margin-bottom: 25px;letter-spacing: -2px;}
.thankyou_popup .outer .wrap_pop{padding: 75px 70px 80px 70px;position: relative;}

.in_thanks{overflow: hidden;}
.outer{text-align: center;border: #c9a979 4px solid;}
.in_thanks i{width: 35px;height: 35px;border: 4px solid #c9a97a;border-radius: 50%;background-color: rgba(235,234,223,1);}
.in_thanks .top {margin-top: -20px;}
.in_thanks .bottom {margin-top: -20px;margin-bottom: -22px;}
.in_thanks .left {float: left;margin-left: -20px;}
.in_thanks .right {float: right;margin-right: -20px;} 
.thankyou_popup .outer .back_home{position: relative;background-color: #6d0b2c;border: 3px solid #c9a979;line-height: 60px;font-size: 34px;font-weight: bold;color: #ffffff;display: inline-block;vertical-align: middle;width: 201px;border-radius: 5px;transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-o-transition: 0.5s all ease;-moz-transition: 0.5s all ease;}
.thankyou_popup .outer .back_home:hover{background-color: #c9a979;}
.thankyou_popup .outer .back_home img{display: inline-block;width: 25px;margin-right: 10px;}

.mo_co{display: none;}
.mo_btn{display: none;}
.mo_img{display: none;}
.mo_contact .close{display: none;}

.thankyou{width: 100%;height: 100%;background: #000; background-color: rgba(0,0,0,0.7);opacity: 1;position: fixed;z-index: 999999;top: 0;}
.thankyou p{color:#fff;font-size: 35px;text-align: center;padding-top: 25%;font-weight: 600;}
.thankyou a{position: absolute;top:5%;right:5%;}
.antispam{display: none}
label.error{display: none !important;}
input[type='tel'].error,input.error{border:2px solid #f00 !important;}

/*general_data*/
.all_ea .right_section .inner_right .general_data{}
.all_ea .right_section .inner_right .general_data h4{font-size: 77.572px;font-weight: bold;line-height: -0.452;text-align: center;text-shadow: 0px 7px 80.91px rgba(15, 15, 15, 0.004);-moz-transform: matrix( 0.69595381040576,0,0,0.74846090079338,0,0);-webkit-transform: matrix( 0.69595381040576,0,0,0.74846090079338,0,0);-ms-transform: matrix( 0.69595381040576,0,0,0.74846090079338,0,0);color: #6e0c2c;margin-top: 150px;margin-bottom: 10px;text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FFF 0px 0px 20px, #FFF 0px 0px 30px, #FFF 0px 0px 40px, #FFF 0px 0px 50px, #FFF 0px 0px 75px;}
.all_ea .right_section .inner_right .general_data img{max-width: 100%;}
.all_ea .right_section .inner_right .general_data p{font-size: 28.34px;line-height: 0.889;text-align: center;color: #ffffff;padding-top: 25px;text-shadow: 0px 7px 26.97px rgba(1, 1, 1, 0.78);-webkit-text-shadow: 0px 7px 26.97px rgba(1, 1, 1, 0.78);-o-text-shadow: 0px 7px 26.97px rgba(1, 1, 1, 0.78);-moz-text-shadow: 0px 7px 26.97px rgba(1, 1, 1, 0.78);}
.all_ea .right_section.general_right_section .inner_right:before{height: 15%;background-size: 100% 100%;}
.all_ea .right_section.general_right_section .inner_right:after{height: 40%;background-size: 100% 100%;}
.form_section select.in{width: 100%; padding-right: 15px;margin-bottom: 10px;background-color: #ffffff;color: #6e0c2c;font-size: 32.98px;font-weight: 400;font-family: 'FoodiFOT';height: 50px;background-image: url(../images/site/arrow.png);background-repeat: no-repeat;background-position: 15px center;outline: none;appearance:none;-webkit-appearance:none;-o-appearance:none;-moz-appearance:none;}
.custom-select .custom-select-trigger{cursor: pointer; width: 100%; padding-right: 15px;margin-bottom: 10px;background-color: #ffffff;color: #6e0c2c;font-size: 32.98px;font-weight: 400;font-family: 'FoodiFOT';line-height: 50px;background-image: url(../images/site/arrow.png);background-repeat: no-repeat;background-position: 15px center;outline: none;appearance:none;-webkit-appearance:none;-o-appearance:none;-moz-appearance:none;    display: inline-block;vertical-align: middle;text-align: right;}
.custom-select .custom-options{display: block;position: absolute;top: 60px;left: 0;right: 0;background-color: #ffffff;padding: 10px 20px;box-shadow: 9px 9px 27px 0px rgba(16,16,16,0.6);-webkit-box-shadow: 9px 9px 27px 0px rgba(16,16,16,0.6);-o-box-shadow: 9px 9px 27px 0px rgba(16,16,16,0.6);-moz-box-shadow: 9px 9px 27px 0px rgba(16,16,16,0.6);z-index: 99;opacity: 0;visibility: hidden;transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-o-transition: 0.5s all ease;-moz-transition: 0.5s all ease;cursor: pointer;} 
.custom-select .custom-options span{display: block;color: #6e0c2c;font-size: 35.84px;font-weight: 400;border-bottom: #676465 1px solid;line-height: 65px;cursor: pointer;}
.custom-select .custom-options span:last-child{border-bottom: 0px;}
.custom-select{position: relative;}
.custom-select.opened .custom-options{top: 40px;opacity: 1;visibility: visible;}

.inner_part.general_inner_part .form_section h5{font-weight: 500; padding-bottom: 10px;padding-top: 0px;}
.inner_part.general_inner_part form label{margin: 5px 0;}
.mo_img_table,.mo_top_logo{display: none;}
.site_logo{position: absolute;left: -10px;top: 31px;z-index: 10;background-color: #ebeadf;padding: 10px;height: 178px;width: 138px;}
.all_ea .general_right_section.right_section .inner_right .general_data h4{margin-top: 80px;}
.mo_div{display: none;}

.slider{text-align: center;margin-top: 100px;}
.slider .inner{max-width: 450px;margin: 0 auto;}
.slider .col{width: 100%;height: 450px;border: 10px solid #fff;background-size: cover;background-position: center;position: relative;display: flex;justify-content: center;align-items: center;}
.slider .col a{position: relative;z-index: 5;opacity: 1;width: 70px;}
.slider .col a:hover{opacity: 0.2;}
.slider .col:before{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.19);pointer-events: none; }

.owl-nav{ position: absolute;width: 100%;top: calc(50% - 35px);height: 70px;pointer-events: none;}
.owl-nav button span{display: none !important;}
.owl-nav .owl-prev,.owl-nav .owl-next{position: absolute;top: 0;width: 70px;height: 70px;background-repeat: no-repeat;background-size: contain !important;background-image: url(../images/site/right.png) !important;right: -150px;pointer-events: auto;}
.owl-nav .owl-next{background-image: url(../images/site/left.png) !important;left: -150px;right: auto;}
.bt_footer{border-bottom: 50px solid #c7a978;}
.vector{position: absolute;left:60px;bottom: 100px;max-width: 150px;}
.vector_mob,.bt_footer_mob{display: none}
#sb-title-inner{display: none !important;}

.slider .col{overflow: hidden;position: relative;}
.slider .col iframe{position: absolute;left: -50%;top: -50%;transform: translate3d(50%, 50%, 0);min-width: 100%;min-height: 100%;}

.slider .col.ended::after {content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;cursor: pointer;background-color: #48091e;background-repeat: no-repeat;background-position: center;background-size: 100% 100%;background-image: url(../images/site/tt.jpg);}
.slider .col.paused::after {content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;width: calc(100%);height: 100%;cursor: pointer;background-color: #48091e;background-repeat: no-repeat;background-position: center;background-image:  url(../images/site/tt.jpg) }

.inner_right .top_float{position: absolute;left: 40px;top: 20px;}
.all_ea .right_section .inner_right h2{color: #6e0c2c;font-size: 70px;font-weight: 600;line-height: 64px;padding-top: 25px;letter-spacing: -2px;text-shadow: 0px 4px 3px rgba(17, 17, 17, 0.97);}
.all_ea .right_section .inner_right h3{text-shadow: 0px 4px 3px rgba(17, 17, 17, 0.97);color: #c8aa79;font-size: 70px;font-weight: 600;line-height: 70px;letter-spacing: -3px;}
.inner_right .padd_right{padding-right: 150px;}

.img_mobile{display: none;}




.custom-select {position: relative;}
.custom-select .custom-select-trigger {width: 100%;padding-right: 15px;margin-bottom: 10px;background-color: #ffffff;color: #6e0c2c;font-size: 26px;font-weight: 400;line-height: 40px;height: 40px; background-image: url(../images/site/arrow_new.png);background-repeat: no-repeat;background-position: 15px center;outline: none;appearance: none;-webkit-appearance: none;-o-appearance: none;-moz-appearance: none;display: inline-block;vertical-align: middle;text-align: right;font-family: 'NextExit',sans-serif;background-size: 15px;}
.custom-select .custom-options {display: block;position: absolute;top: 60px;left: 0;right: 0;background-color: #ffffff;padding: 10px 20px;box-shadow: 9px 9px 27px 0px rgb(16 16 16 / 60%);-webkit-box-shadow: 9px 9px 27px 0px rgb(16 16 16 / 60%);-o-box-shadow: 9px 9px 27px 0px rgba(16,16,16,0.6);-moz-box-shadow: 9px 9px 27px 0px rgba(16,16,16,0.6);z-index: 99;opacity: 0;visibility: hidden;transition: 0.5s all ease;-webkit-transition: 0.5s all ease;-o-transition: 0.5s all ease;-moz-transition: 0.5s all ease;cursor: pointer;}
.custom-select .custom-options span {display: block;color: #6e0c2c;font-size: 26px;font-weight: 400;border-bottom: #676465 1px solid;line-height: 40px;cursor: pointer;}
.custom-select .custom-options span:last-child {border-bottom: 0px;}
.bottom_border {position: fixed;bottom: 0;left: 0;right: 0;width: 100%;border-top: 40px solid #c7a978;z-index: 9;}
.all_ea.cf {position: relative;}
.info_sec {max-width: 640px;margin: 0 auto;position: absolute;left: 0;right: 0;bottom: 140px;border: 2px solid #c7a978;z-index: 4;}
.info_sec .head_sec{background-color: #6e0c2c;}
.info_sec .head_sec h2{font-weight: 500 !important; color: #fff !important;font-size: 62px !important; padding-top: 0 !important;text-shadow: none !important;line-height: 55px !important;}
.info_sec .head_sec h6{font-weight: 500; color: #fff !important;font-size: 38px !important; padding-top: 0 !important; line-height: 30px !important;margin-bottom: 0 !important;padding-bottom: 10px;}
.info_sec .content_sec{background-color: #ebeadf;color: #6e0c2c;padding-bottom: 20px;}
.info_sec .content_sec h1{font-weight: 500;font-size: 56px;color: #6e0c2c;line-height: 44px;padding: 10px 0;}
.info_sec .content_sec h6{font-weight: 500;color: #6e0c2c !important;font-size: 28px !important; padding-top: 0 !important; line-height: 22px !important;margin-bottom: 0 !important;    padding: 10px 0px !important;}
.mob_heading{display: none;}
.info_sec .content_sec h6 {font-weight: bold !important;}
.info_sec .content_sec h6{    font-size: 32px !important;}