/*
Theme Name: Dubai Project Child Theme
Theme URI: https://sheraton-almarjan-island.com/
Author: raheelhir
Author URI: https://sheraton-almarjan-island.com/
Template: dubai-project
Version: 1.0
*/

#site-header-inner {
    border-radius: 100px 100px 100px 100px;
    background-color: #0000002e;
    backdrop-filter: blur(15px);
    webkit-backdrop-filter: blur(15px);
    padding: 4px 25px 4px 25px;
    margin-top: 10px;
}
#hero-section{
	padding:0px!important;
}
#hero-main {
    --wpex-scrollbar-width: 0px;
}
/* #hero-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(190deg, #ffffff00 40%, #000000b5 100%);
    background-image: linear-gradient(180deg, #ffffff00 50%, #040618 100%);
} */
.project-info {
    border-radius: 10px;
    background-color: #0000004a;
    backdrop-filter: blur(8px);
    webkit-backdrop-filter: blur(8px);
    max-width: 532px;
    padding: 30px;
    margin-bottom: 15px;
}
.project-info h4 {
    margin: 0px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
.project-info h1 {
    margin: 5px 0px 5px 0px;
    color: #fff;
    font-size: 34px;
    max-width: 450px;	
}
.project-info p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;	
	
}
.button-sty {
	color: #000000;
    padding: 9px 20px;
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.button-sty:hover {
    text-decoration: none;
    background: #f8f8f8;
}
#project-bar {
	 background: #faf6f0;
    border-bottom: solid 1px #e8e3da;
}
.project-details {
    display: flex;
    justify-content: space-between;
    padding-top: 26px;
    padding-bottom: 26px;
}
.p-detail-box {
    display: flex;
    position: relative;
    font-size: 14px;	
}
.p-detail-box::after {
    content: '';
    position: absolute;
    background: #e8e3da;
    width: 1px;
    height: 50px;
    right: -50%;
}
.p-icon {
    margin-right: 12px;
}
.p-icon img {
    width: 40px;
}
.p-details span {
    font-weight: 500;
    color: var(--wpex-accent);
    color: #8a5e10;
}
.p-details p {
    color: #000;
    margin: 0px;	
}
.p-detail-box:last-child::after{
display:none;
}
#overview {
    text-align: center;
    padding-top: 75px;
    background: #faf6f0;
}
#overview .wpb_raw_code {
    max-width: 795px;
    margin: auto;
}
#overview .wpb_raw_code p {
    padding-bottom: 20px;
}
#project-overview {
    padding-top: 30px;
    background: #faf6f0;
    padding-bottom: 55px;
    border-bottom: solid 1px #e8e3da;
}
.project-highlights {
    display: flex;
    align-items: center;
    max-width: 1150px;
    margin: auto;
    background: #eee6d9;
    border-radius: 30px;
}
.project-hr {
    width: 60%;
	padding-right: 30px;
}
.project-hl {
    width: 45%;
    margin-right: 40px;
    padding: 20% 0px;
    background-size: cover;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.project-highlights h3 {
    margin-top: 0px;
}
#project-overview ul li {
    padding-bottom: 15px;
}
#project-overview ul {
    margin-left: 15px;
    margin-bottom: 0px;
    padding-top: 10px;
}
#payment-plan {
    text-align: center;
    padding-top: 80px;
	padding-bottom: 30px;
}
#payment-plan a.vcex-button {
    margin-top: 45px;
}
.payment-details p {
    max-width: 920px;
    margin: auto;
}
.payment-boxes {
    display: flex;
    justify-content: space-around;
    padding-top: 35px;
}
.payment-box {
    position: relative;
	width: 33.3333%;	
}
.payment-box h3 {
    font-size: 65px;
    font-family: 'Inter';
    font-weight: 400;
    color: #8a5e10;
}
.payment-box p {
    font-size: 16px;
}
.payment-box::after {
    content: '';
    position: absolute;
    background: #8a5e10;
    width: 50px;
    height: 3px;
    top: 50%;
    right: 0%;
}
.payment-box:last-child::after{
display:none;
}
#amenities {
    border-top: solid 1px #e8e3da;
    padding-top: 75px;
    padding-bottom: 30px;
    background: #FAF6F0;
    background: linear-gradient(180deg, rgba(250, 246, 240, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.amenities-details {
    text-align: center;
}
.amenities-intro {
    max-width: 920px;
    margin: auto;
}
.amenities-boxes {
    padding-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.amenities-box {
    width: auto;
    background: #eee6d9d4;
    padding: 20px 15px;
    border-radius: 10px;
    margin: 10px;
    border: solid 1px #daceb9;
}
.amenities-box span {
    margin-right: 8px;
}
#hero-content {
    max-width: 1300px;
    margin: auto;
}
a.vcex-button.large {
    font-size: 1.5rem;
}
.top-whatsapp {
    position: absolute;
    top: 36%;
    right: 0;
}
.top-whatsapp a span {
    font-size: 25px;
}
.top-whatsapp-m span {
    font-size: 23px;
}
.top-whatsapp-m {
    padding-right: 18px;
    padding-top: 7px;
}
a.vcex-button.large {
    font-size: 0.95rem;
}
.text_shadow_one{
text-shadow: -2px 4px 2px #0000004a;	
}
.text_shadow_two{
text-shadow: -2px 4px 2px #0000004a;	
}

.box-shadow-1 img  {
	border-radius: 40px;
    /* box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
    /* box-shadow: 0 0 16px 0px #0000001f; */
    border: solid 8px #fff;
}       

.padding-left-desk {
    padding-left: 25px;
}

#project-gallery {
    padding-top: 25px;
}
#location {
    padding-bottom: 30px;
    background: #faf6f0;
    padding-top: 75px;
    margin-top: 65px;
    border-top: solid 1px #e8e3da;
    border-bottom: solid 1px #e8e3da;
}
.location-details p {
    padding-bottom: 30px;
}
#location .vcex-list_item {
    border-bottom: solid 1px #e8e3da;
    padding-bottom: 22px;
}
#floor-plan {
    padding-top: 80px;
}
.floor-plan-head {
    text-align: center;
}
p.floorplan-intro {
    max-width: 800px;
    margin: auto;
    padding-bottom: 45px;
}
table.floorplan-table {
    max-width: 800px;
    margin: auto;
}
.floorplan-table thead {
    background: #faf6f0;
}
.floorplan-table thead tr th {
    padding: 15px 20px 12px 20px;
}
table.floorplan-table td {
    border: solid 1px #e8e3da;
}
table.floorplan-table p {
    margin: 0px;
    padding: 8px 10px;
}
#floor-plan .theme-button-wrap {
    margin-top: 55px;
}
.vc_tta.vc_tta-gap-20.vc_tta-tabs-position-top .vc_tta-tabs-container {
    padding-bottom: 16px;
}
.floor-plan-details h5 {
    font-weight: 400;
    margin: 0;
    padding-bottom: 50px;
    font-size: 3rem;
}
.floor-plan-details ul {
    list-style: none;
    margin: 0px;
}
.floor-plan-details ul li {
    background: #fdfeff;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    border: solid 1px #c7d1df;
    box-shadow: 4px 5px 0px rgb(250 252 255);
}
.floor-plan-details ul li img {
    max-width: 35px;
    vertical-align: bottom;
    margin-right: 18px;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    background-color: #0063c7!important;
    color: #fff!important;
    border: solid 1px #c7d1df!important;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
    background-color: #fefefe!important;
    color: #000!important;
    border: solid 1px #cecece!important;
}
.vc_tta.vc_tta-shape-round .vc_tta-tab>a {
    font-size: 16px;
}
.vc_tta.vc_general .vc_tta-tab>a {
    padding: 14px 30px!important;
}
.floor-plan-details {
    padding-top: 25px;
    padding-right: 10%;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:focus, .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover {
    background-color: #0063c7!important;
    color: #fff!important;
    border-color: #0063c7!important;
}
#contact-us {
	background: #faf6f0;
    margin-top: 120px;
    padding-bottom: 30px;
}
#contact-us .contactform {
    padding: 40px;
    background: #fff;
    margin: -75px auto 0px auto;
    box-shadow: 0 0 30px #0000000a;
    border-radius: 14px;
    max-width: 750px;
    border: solid 1px #e8e3da;
}
.contactform input[type="email"], .contactform input[type="tel"], .contactform input[type="text"] {
    border-radius: 5px;
    height: 52px;
    padding-left: 15px;
    border: solid 1px #b6c4d2;
	width: 100%;
}
.contactform textarea {
    max-height: 120px;
    margin-bottom: 12px!important;
    padding: 12px 15px;
    border: solid 1px #b6c4d2;
	border-radius: 5px;
}
.contactform .vc_col-sm-6 {
    padding: 0px 15px 15px 0px;
}
.vc_col-sm-6.no-padding {
    padding-right: 0px;
}
.contactform .vc_col-sm-12 {
    padding: 0px;
}
.contactform .wpcf7-submit {
	background: var(--wpex-accent);
    color: #ffffff;
    font-weight: 500;
    border-radius: var(--wpex-rounded-sm);
    text-transform: uppercase;
    width: 100%;
    padding: 12px 30px;
    font-size: 15px;
}
.contactform .wpcf7-submit:hover{
	background: var(--wpex-on-accent);
	    color: #ffffff;
}
.contactform h5 {
    margin: 0px;
    text-align: center;
    font-size: 30px;
}
.contactform p.form-info {
    text-align: center;
    padding-top: 10px;
    font-size: 15px;
    padding-bottom: 15px;
}
#footer-bottom {
    border-top: solid 1px #f1f1f1;
}
.whatsapp-us {
    text-align: center;
    margin: 35px 0px 10px 0px;
}
.whatsapp-us h6 {
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 19px;
    padding-bottom: 16px;
}
.whatsapp-us a {
    font-size: 4rem;
}
.whatsapp-us a span {
    padding-right: 16px;
}
button.pum-close.popmake-close {
    background-color: rgb(195 0 0) !important;
    right: -7px!important;
    top: -7px!important;	
}
.intl-tel-input.allow-dropdown {
    margin-top: 3px;
}
.pum-container {
    padding: 0px!important;
}
.register-form {
    display: flex;
}
.rform-info {
    width: 32%;
    background: #8a5e10;
    color: #fff;
    padding: 35px 25px 30px 25px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.rfrom {
    width: 68%;
    padding: 25px;
}
.rform-info h6 {
    margin: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    padding-bottom: 40px;
}
.rform-info ul {
    list-style: none;
    margin: 0px;
	padding-bottom:10px;
}
.rform-info ul li {
    padding-bottom: 20px;
    border-bottom: solid 1px #ffffff2e;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
}
.rform-info ul li span {
    padding-right: 12px;
}
.rform-info a {
    background: #fff;
    display: block;
    text-align: center;
    padding: 10px 0px;
    border-radius: 4px;
    font-weight: 500;
    color: #000;
    border: solid 2px #fff;
    font-size: 14px;
}
.rform-info a:hover {
    text-decoration: none;
    background: #efefef;
}
.rform-info a span {
    padding-right: 8px;
}
.rform-info a svg {
    font-size: 16px;
    vertical-align: text-top;
}
.pum-container .contactform h5 {
    font-size: 24px;
}
.pum-container .contactform p.form-info {
    font-weight: 400;
    font-size: 14px;
    color: #5b5b5b;
}

.pum-container .contactform input[type="email"], .pum-container .contactform input[type="tel"], .pum-container .contactform input[type="text"], .pum-container .contactform textarea {
    border: solid 1px #7c7c7c;
    font-size: 14px;
    font-weight: 500;
}
.main-navigation-ul>.menu-item:hover>a span {
    color: #fff;
    text-decoration: underline!important;
}
#text{
display:none;
}
span#toggle {
    text-decoration: underline;
    font-weight: 500;
    color: #0063c7;
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
}
.vc_tta-panel-body img.vc_single_image-img.attachment-full {
    padding: 0px 8%;
}

.grecaptcha-badge { 
	visibility: hidden; 
}
h2 {
    margin-top: 12px;
}
span.badge {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
}
span.badge.extra-s {
    margin-bottom: 6px;
    display: inline-block;
}
#footer-builder {
    text-align: center;
    padding: 42px 0px 28px 0px;
}
p.disclaimer {
    font-size: 13px;
}
.foooter-bottom {
    font-size: 13px;
    padding-top: 6px;
}
.footer-links {
    padding-bottom: 20px;
}
.footer-links a {
    padding: 0px 12px;
}
.wpcf7 form.sent .wpcf7-response-output {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    padding: 11px 12px;
}
/*Responsive Start */
@media screen and (max-width: 1200px){
.project-hr h2 {
    font-size: 24px;
    margin-bottom: 10px;
	margin-top: 5px;
}
#project-overview ul li {
    padding-bottom: 10px;
    font-size: 14px;
}	
}
@media screen and (max-width: 1064px){
#site-header-inner {
    padding: 8px 20px 8px 20px;
}
#mobile-menu {
    margin-right: 16px;
}
#sidr-main {
    background-color: #FFFFFF1A;
    color: #fff;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}	
#sidr-main .wpex-mobile-menu__top {
    padding: 11px 17px 10px 17px;
}	
.sidr-class-dropdown-menu>li:first-child {
    border-block-start: none;
}
.sidr-class-dropdown-menu li {
    border-block-end: 1px solid #ffffff21;
}
#overview {
    padding-top: 70px; 
}
#project-overview {
    padding-top: 15px;
}
.project-highlights {
    flex-direction: column;
}
.project-hl {
    width: 100%;
    margin-right: 0px;
    padding: 30% 0px;
     border-top-left-radius: 30px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 30px;
    margin-bottom: 35px;
}
.project-hr {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 30px;
}
	
}
@media screen and (max-width: 1024px){
#project-overview .vc_col-sm-5, #project-overview .vc_col-sm-7 {
    width: 100%;
    float: none;
    text-align: center;
}
#project-overview .vcex-flex-container {
    justify-content: center;
    padding-top: 15px;
}
.padding-left-desk {
    padding-left: 0px;
}
.center-m{
	text-align:center;
}
#project-gallery {
    padding-top: 10px;
}
#location {
    margin-top: 50px;
}	
.floor-plan-details {
    padding-right: 0%;
}	
}
@media screen and (max-width: 991px){
.p-icon img {
    width: 30px;
}
.p-details span, .p-details p {
    font-size: 13px;
}
.p-detail-box::after {
display:none;
}	
.floor-plan-details ul li {
    display: flex;
    align-items: center;
}
.payment-box h3 {
    font-size: 42px;
    font-family: 'Inter';
    font-weight: 400;
    color: #8a5e10;
}
.payment-box::after {
    width: 20px;
}
.payment-box p {
    font-size: 14px;
}
.location-details p {
    padding-bottom: 15px;
}
#location .vcex-list-item-inner {
    font-size: 13px;
}
#location .vcex-list_item {
    padding-bottom: 15px;
    margin-bottom: 0px;
}
.contactform h5 {
    font-size: 25px;
}
.pum-container .contactform h5 {
    font-size: 20px;
}	
}
@media screen and (max-width: 767px){
#hero-main {
    min-height: 80vh !important;
}
.project-details {
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
}
.p-detail-box {
    width: 50%;
    padding: 12px 0px;
}	
#overview {
    padding-top: 60px;
}	
#overview .wpb_raw_code p {
    padding-bottom: 15px;
}
a.vcex-button.theme-button {
    padding-block: 11px;
}	
#project-overview {
    padding-top: 0px;
    padding-bottom: 30px;	
}
.project-hl {
    padding: 40% 0px;
}
#payment-plan {
    padding-top: 60px;
    padding-bottom: 0px;	
}
#payment-plan a.vcex-button {
    margin-top: 35px;
}	
#amenities {
	padding-top: 60px;
    padding-bottom: 15px;
}
.amenities-box {
        width: 44%;
        text-align: center;
        padding: 10px 10px;
        font-size: 13px;
        height: 75px;
        line-height: 1.34;
}
.amenities-boxes {
    padding-top: 20px;
}
.amenities-box span {
    margin-right: 0px;
    display: block;
}	
#project-gallery {
    padding-top: 0px;
}
#location {
    margin-top: 30px;
    padding-top: 60px;
    padding-bottom: 15px;	
}
.location-details p {
   padding-bottom: 20px;
}	
#location .vcex-list-item-inner {
    font-size: 14px;
}	
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    border-radius: 4px;
    color: #fff!important;
    background: #0063c7;
    padding: 20px;
}
.vc_tta-panel-body img.vc_single_image-img.attachment-full {
    padding: 0px 0%;
}	
.floor-plan-details {
    padding-top: 30px;
    padding-right: 0%;
}
.floor-plan-details h5 {
        display: none;
 }
.floor-plan-details ul li {
    justify-content: center;
    font-size: 16px;
}
.vc_tta-panel-body .vc_column-inner .vcex-spacing {
    height: 10px;
}	
.vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body{
    text-align: center;
}
.vc_tta-panel-body .vc_row {
    display: flex;
    flex-direction: column-reverse;
}	
.vc_tta-panel-body .vc_column-inner {
    margin-bottom: 0px;
}
.vc_tta-panel-body .vc_single_image-wrapper {
    margin-top: 0px;
}
.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title>a {
    color: #000;
    padding: 20px;
    background: #ebebeb;
    border-radius: 4px;
}
#floor-plan {
    margin-top: 0px;
	padding-top: 60px;
}
#floor-plan .theme-button-wrap {
    margin-top: 45px;
}	
.floor-plan-details ul li span {
    padding-left: 8px;
}	
.contactform .vc_col-sm-6 {
    padding: 0px 0px 15px 0px;
}
.contactform p.form-info {
    padding-bottom: 10px;
    line-height: 1.3;
    padding-top: 10px;
}
#contact-us {
    margin-top: 90px;
    padding-bottom: 20px;	
}
.contactform {
    padding: 25px 15px!important;
}
#project-gallery h4 {
    display: none;
}
#project-overview ul {
    margin-left: 0px;
    list-style: none;
    margin-bottom: 8px;
}
}
@media screen and (max-width: 680px){
.project-info {
    text-align: center;
    padding: 20px;
}
.project-info h4 {
    font-size: 14px;
}
.project-info h1 {
    margin: 7px 0px 10px 0px;
    font-size: 25px;
    line-height: 1.1;
    max-width: 100%;	
}
.project-info p {
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.4;
}
.button-sty {
    padding: 8px 20px;
    font-size: 13px;
    width: 100%;
}	
.project-hl {
    padding: 50% 0px;
}
.project-hr {
    padding-bottom: 16px;
}
.payment-boxes {
    padding-top: 5px;
    flex-direction: column;
}
.payment-box {
    width: 100%;
    padding-top: 5px;
    border-bottom: solid 1px #e8e3da;
    padding-bottom: 20px;
}
.payment-box:last-child {
    border-bottom: none;
    padding-bottom: 0px;	
}	
.payment-box::after{
display:none;
}
.payment-box h3 {
    font-size: 55px;
	margin-bottom: 15px;
}
.payment-box p {
    font-size: 16px;
}	
.register-form {
    flex-direction: column-reverse;
}
.rform-info {
    width: 100%;
    padding: 15px 20px 0px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
   text-align: center;	
}
.rfrom {
    width: 100%;
    padding: 0px;
}	
.rform-info h6 {
    font-size: 15px;
    padding-bottom: 15px;
}
.rform-info ul {
    padding-bottom: 6px;
}
.rform-info ul li {
    padding-bottom: 2px;
    border-bottom: none;
    margin-bottom: 12px;
    font-size: 13px;
}
.rform-info a {
    padding: 10px 0px;
    font-size: 13px;
}
.rfrom .contactform {
    padding-top: 16px;
}
.rfrom p.form-info {
    font-size: 13px;
}
.rfrom .contactform input[type="email"], .rfrom .contactform input[type="tel"], .rfrom .contactform input[type="text"] {
    height: 42px;
}
.rfrom .contactform p.form-info {
    padding-bottom: 4px;
    padding-top: 6px;
}
.rfrom .contactform .vc_col-sm-6 {
    padding-bottom: 7px;
}
.rfrom .contactform textarea {
    max-height: 80px;
}
.rfrom .contactform .wpcf7-submit {
    padding: 9px 30px;
    font-size: 13px;
    margin-top: 0px;
}
.floorplan-table thead tr th {
    padding: 15px 5px 12px 10px;
    text-align: center;
}
.floorplan-table thead {
    font-size: 12px;
}
table.floorplan-table p {
    margin: 0px;
    padding: 8px 10px 8px 10px;
}
table.floorplan-table td {
    font-size: 13px;
	line-height: 1.4;	
}
.contactform p.form-info {
    font-size: 14px;
}	
}
@media screen and (max-width: 580px){
a.vcex-button.large {
    font-size: 0.95rem;
    padding: 9px 20px !important;
}
#project-overview .vcex-flex-container {
    justify-content: center;
}
#project-overview a.vcex-button.theme-button {
    width: 100%;
}
#project-overview a.vcex-button.theme-button.outline.blue {
    height: 55px;
}
#project-overview  .vcex-flex-container {
    gap: 10px;
	padding-top: 12px;
}
.wpb_single_image .vc_figure-caption {
    font-size: 0.9em!important;
}
.whatsapp-us h6 {
    font-size: 18px;
}
.whatsapp-us a {
    font-size: 3rem;
}
.whatsapp-us {
    margin: 22px 10px 0px 10px;
}
#project-overview ul li strong {
    display: block;
    color: #000000;	
}
#project-overview ul li span {
    display: none;
}
.rfrom .contactform h5 {
   font-size: 17px;
}
.rfrom .contactform p.form-info {
    font-size: 12px;	
}	
}
@media screen and (max-width: 480px) {
h4.vcex-heading.vcex-heading-plain {
    font-size: 2.6rem;
}
.p-detail-box {
    align-items: center;
}
.p-details span, .p-details p {
    font-size: 12px;
}	
}