body.elite-why-alanya-page {
background: #e8ded1;
}
body.elite-why-alanya-page .elite-wa-page {
--wa-paper: #fbf8f1;
--wa-paper-2: #f3ebdf;
--wa-gold: #b98b43;
--wa-bronze: #855027;
--wa-ink: #38271d;
--wa-line: rgba(185,139,67,.45);
width: min(100%, 1480px);
margin: 0 auto;
background:
radial-gradient(circle at 18% 8%, rgba(210,169,102,.11), transparent 25%),
linear-gradient(180deg, #fffdf8 0%, var(--wa-paper) 100%);
color: var(--wa-ink);
box-shadow: 0 30px 100px rgba(51,33,17,.16);
}
.elite-wa-tabs { background: #fff; }
.elite-wa-tabs .elite-discover-tabs__inner { width: min(calc(100% - 40px), 1260px); }
.elite-wa-page h1,
.elite-wa-page h2,
.elite-wa-page h3 {
font-family: Georgia, "Times New Roman", serif;
color: var(--wa-bronze);
letter-spacing: -.025em;
}
.elite-wa-page h2 { font-size: clamp(2.25rem, 5vw, 4.8rem); line-height: 1.02; }
.elite-wa-page h3 { font-size: clamp(1.55rem, 3vw, 2.5rem); }
.elite-wa-page p { color: #4f4036; }
.elite-wa-kicker {
margin: 0 0 10px;
color: var(--wa-gold) !important;
font-size: .74rem;
font-weight: 800;
letter-spacing: .2em;
text-transform: uppercase;
}
.elite-wa-hero {
display: grid;
grid-template-columns: minmax(0, 1.35fr) minmax(340px, .75fr);
min-height: min(760px, 72vw);
border-bottom: 8px solid var(--wa-bronze);
}
.elite-wa-hero__image { overflow: hidden; min-height: 520px; }
.elite-wa-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.elite-wa-hero__copy {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: clamp(44px, 6vw, 100px);
text-align: center;
background: linear-gradient(145deg, #fffefb, #f5ecdf);
}
.elite-wa-hero__copy h1 {
margin: 0;
font-size: clamp(4rem, 8vw, 8.5rem);
font-weight: 400;
letter-spacing: .02em;
}
.elite-wa-hero__copy h2 {
margin: 35px 0 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(2.4rem, 4.5vw, 5rem);
font-weight: 800;
line-height: .98;
color: #6e371b;
letter-spacing: -.03em;
}
.elite-wa-subtitle {
margin: 0;
color: var(--wa-gold) !important;
font-family: Georgia, "Times New Roman", serif;
letter-spacing: .08em;
}
.elite-wa-ornament { display: flex; align-items: center; gap: 15px; width: min(100%, 370px); color: var(--wa-gold); }
.elite-wa-ornament span { flex: 1; height: 1px; background: var(--wa-gold); }
.elite-wa-ornament i { font-style: normal; }
.elite-wa-section {
margin: 0 clamp(22px, 5vw, 76px);
padding: clamp(58px, 7vw, 105px) 0;
border-bottom: 1px solid var(--wa-line);
}
.elite-wa-section-heading { margin-bottom: 38px; }
.elite-wa-section-heading h2 { margin: 0; }
.elite-wa-section-heading--center { text-align: center; }
.elite-wa-intro {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(460px, .9fr);
gap: clamp(40px, 6vw, 90px);
align-items: center;
}
.elite-wa-intro__copy { max-width: 720px; }
.elite-wa-intro__copy h2 { margin-bottom: 24px; }
.elite-wa-intro__copy p { font-size: clamp(1rem, 1.4vw, 1.18rem); }
.elite-wa-stats { display: grid; gap: 22px; }
.elite-wa-stats--three,
.elite-wa-stats--investment,
.elite-wa-stats--education { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.elite-wa-stat {
aspect-ratio: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 18px;
border: 4px double #d5ad64;
border-radius: 50%;
text-align: center;
color: #fff;
background: radial-gradient(circle at 35% 25%, #bc8a4b 0%, #8c542c 70%);
box-shadow: inset 0 0 0 4px rgba(255,255,255,.1), 0 15px 35px rgba(85,48,22,.14);
}
.elite-wa-stat__icon { font-size: 1.55rem; line-height: 1; }
.elite-wa-stat strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.55rem, 3vw, 3rem); line-height: 1; }
.elite-wa-stat small { display: block; margin-top: 7px; font-size: clamp(.65rem, 1vw, .9rem); line-height: 1.15; }
.elite-wa-tourism__grid,
.elite-wa-investment__grid {
display: grid;
grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
gap: clamp(35px, 5vw, 80px);
align-items: stretch;
}
.elite-wa-copy-panel {
padding: clamp(25px, 3vw, 45px);
border: 1px solid var(--wa-line);
background: rgba(255,255,255,.44);
}
.elite-wa-metric-row { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 30px; }
.elite-wa-metric-row div { padding: 18px 10px; text-align: center; color: #fff; background: linear-gradient(135deg, #b68140, #8a5429); border-radius: 10px; }
.elite-wa-metric-row strong { display: block; font-size: clamp(1rem, 2vw, 1.55rem); }
.elite-wa-metric-row span { display: block; margin-top: 5px; font-size: .68rem; letter-spacing: .05em; }
.elite-wa-collage { display: grid; gap: 12px; }
.elite-wa-collage--tourism { grid-template-columns: 1fr 1fr; grid-template-rows: 1fr .7fr .8fr; }
.elite-wa-collage--tourism img { width: 100%; height: 100%; object-fit: cover; border: 1px solid rgba(185,139,67,.35); }
.elite-wa-collage--tourism img:nth-child(3),
.elite-wa-collage--tourism img:nth-child(4) { grid-column: 1 / -1; }
.elite-wa-investment__images { display: grid; gap: 16px; }
.elite-wa-investment__images img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; }
.elite-wa-investment__copy { padding: clamp(20px, 4vw, 55px); border-left: 1px solid var(--wa-line); }
.elite-wa-investment__copy h3 { margin-bottom: 25px; }
.elite-wa-stats--investment { margin: 35px 0; }
.elite-wa-stats--investment .elite-wa-stat { aspect-ratio: 1; }
.elite-wa-list { padding: 0; margin: 24px 0 0; list-style: none; }
.elite-wa-list li { position: relative; padding: 8px 0 8px 25px; border-bottom: 1px solid rgba(185,139,67,.22); }
.elite-wa-list li::before { content: "◆"; position: absolute; left: 0; color: var(--wa-gold); font-size: .65rem; }
.elite-wa-card-grid { display: grid; gap: 18px; }
.elite-wa-card-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.elite-wa-card-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.elite-wa-card-grid figure { position: relative; margin: 0; overflow: hidden; border: 1px solid var(--wa-line); background: #fff; }
.elite-wa-card-grid figure img { width: 100%; aspect-ratio: 16/8.5; object-fit: cover; }
.elite-wa-card-grid figcaption { position: absolute; left: 0; bottom: 0; padding: 10px 18px; min-width: 145px; color: #fff; font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; background: linear-gradient(90deg, rgba(125,70,31,.96), rgba(183,132,63,.92)); }
.elite-wa-stats--education { width: min(100%, 720px); margin: 0 auto 45px; }
.elite-wa-edu-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px; }
.elite-wa-edu-grid article { padding: 18px; border-top: 2px solid var(--wa-gold); border-bottom: 1px solid var(--wa-line); background: rgba(255,255,255,.35); }
.elite-wa-edu-grid img { width: 100%; aspect-ratio: 16/8; object-fit: cover; margin-bottom: 24px; }
.elite-wa-edu-grid h3 { margin-bottom: 15px; }
.elite-wa-media-card,
.elite-wa-life-card { position: relative; padding: 18px; border: 1px solid var(--wa-line); background: rgba(255,255,255,.45); text-align: center; }
.elite-wa-media-card__label { position: absolute; z-index: 2; left: 28px; top: 0; transform: translateY(-35%); padding: 14px 20px; color: #fff; background: linear-gradient(135deg, #af7540, #825027); font-weight: 700; letter-spacing: .08em; }
.elite-wa-media-card img,
.elite-wa-life-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; margin-bottom: 20px; }
.elite-wa-media-card strong { display: block; color: var(--wa-bronze); font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.elite-wa-media-card h3 { min-height: 2.6em; font-size: 1.5rem; }
.elite-wa-life-card h3 { margin-bottom: 12px; font-size: 1.7rem; text-transform: uppercase; }
.elite-wa-community__grid,
.elite-wa-sister { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .9fr); gap: 0; align-items: stretch; }
.elite-wa-community__photo img,
.elite-wa-sister__map img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }
.elite-wa-community__copy,
.elite-wa-sister__copy { padding: clamp(35px, 5vw, 70px); background: rgba(255,255,255,.45); }
.elite-wa-community__numbers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 34px; }
.elite-wa-community__numbers span { padding: 18px 10px; text-align: center; border: 1px solid var(--wa-line); color: var(--wa-bronze); }
.elite-wa-community__numbers strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.65rem; }
.elite-wa-sister { margin-top: 25px; }
.elite-wa-city-list { columns: 2; padding-left: 20px; }
.elite-wa-city-list li { margin-bottom: 10px; }
.elite-wa-cta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
margin: 0 clamp(22px, 5vw, 76px);
padding: clamp(45px, 6vw, 80px);
background: linear-gradient(120deg, rgba(244,233,216,.9), rgba(255,255,255,.8));
border: 1px solid var(--wa-line);
}
.elite-wa-cta h2 { margin-bottom: 15px; }
.elite-wa-cta .elite-button { flex: 0 0 auto; }
@media (max-width: 1100px) {
.elite-wa-hero { grid-template-columns: 1fr; }
.elite-wa-hero__copy { min-height: 460px; }
.elite-wa-intro,
.elite-wa-tourism__grid,
.elite-wa-investment__grid,
.elite-wa-community__grid,
.elite-wa-sister { grid-template-columns: 1fr; }
.elite-wa-intro { gap: 35px; }
.elite-wa-intro__copy { max-width: none; }
.elite-wa-investment__copy { border-left: 0; border-top: 1px solid var(--wa-line); }
}
@media (max-width: 780px) {
body.elite-why-alanya-page .elite-wa-page { width: 100%; }
.elite-wa-section { margin-inline: 18px; padding-block: 55px; }
.elite-wa-hero__image { min-height: 430px; }
.elite-wa-hero__copy { min-height: 380px; padding: 45px 25px; }
.elite-wa-stats--three,
.elite-wa-stats--investment,
.elite-wa-stats--education { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.elite-wa-stat { padding: 8px; border-width: 2px; }
.elite-wa-stat strong { font-size: clamp(1rem, 5vw, 1.7rem); }
.elite-wa-stat small { font-size: .55rem; }
.elite-wa-card-grid--four,
.elite-wa-card-grid--three,
.elite-wa-edu-grid { grid-template-columns: 1fr; }
.elite-wa-metric-row { grid-template-columns: 1fr; }
.elite-wa-collage--tourism { grid-template-columns: 1fr 1fr; }
.elite-wa-community__numbers { grid-template-columns: 1fr; }
.elite-wa-city-list { columns: 1; }
.elite-wa-cta { margin-inline: 18px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
.elite-wa-stats--three,
.elite-wa-stats--investment,
.elite-wa-stats--education { grid-template-columns: 1fr; width: min(100%, 270px); margin-inline: auto; }
.elite-wa-stat { aspect-ratio: 1; }
.elite-wa-collage--tourism { grid-template-columns: 1fr; grid-template-rows: auto; }
.elite-wa-collage--tourism img:nth-child(3),
.elite-wa-collage--tourism img:nth-child(4) { grid-column: auto; }
} .elite-wa-page-content,
.editor-styles-wrapper .elite-wa-page-content {
--wa-paper: #fbf8f1;
--wa-paper-2: #f3ebdf;
--wa-gold: #b98b43;
--wa-bronze: #855027;
--wa-ink: #38271d;
--wa-line: rgba(185,139,67,.45);
width: 100%;
max-width: none;
margin: 0;
padding: 0;
background: linear-gradient(180deg, #fffdf8 0%, var(--wa-paper) 100%);
color: var(--wa-ink);
}
.editor-styles-wrapper .elite-wa-page-content {
max-width: 1240px;
margin-inline: auto;
box-shadow: 0 12px 50px rgba(51,33,17,.08);
}
.elite-wa-page-content > *,
.elite-wa-page-content .wp-block-columns,
.elite-wa-page-content .wp-block-group,
.elite-wa-page-content figure,
.editor-styles-wrapper .elite-wa-page-content > *,
.editor-styles-wrapper .elite-wa-page-content .wp-block-columns,
.editor-styles-wrapper .elite-wa-page-content .wp-block-group,
.editor-styles-wrapper .elite-wa-page-content figure {
box-sizing: border-box;
}
.elite-wa-page-content h1,
.elite-wa-page-content h2,
.elite-wa-page-content h3,
.editor-styles-wrapper .elite-wa-page-content h1,
.editor-styles-wrapper .elite-wa-page-content h2,
.editor-styles-wrapper .elite-wa-page-content h3 {
font-family: Georgia, "Times New Roman", serif;
color: var(--wa-bronze);
letter-spacing: -.025em;
}
.elite-wa-page-content h2,
.editor-styles-wrapper .elite-wa-page-content h2 {
font-size: clamp(2.25rem, 5vw, 4.8rem);
line-height: 1.02;
}
.elite-wa-page-content h3,
.editor-styles-wrapper .elite-wa-page-content h3 {
font-size: clamp(1.45rem, 2.7vw, 2.35rem);
}
.elite-wa-page-content p,
.editor-styles-wrapper .elite-wa-page-content p {
color: #4f4036;
}
.elite-wa-page-content .wp-block-image,
.editor-styles-wrapper .elite-wa-page-content .wp-block-image {
margin: 0;
}
.elite-wa-page-content .wp-block-image img,
.editor-styles-wrapper .elite-wa-page-content .wp-block-image img {
display: block;
max-width: 100%;
}
.elite-wa-page-content .wp-block-columns,
.editor-styles-wrapper .elite-wa-page-content .wp-block-columns {
margin-bottom: 0;
}
.elite-wa-hero.wp-block-columns,
.editor-styles-wrapper .elite-wa-hero.wp-block-columns {
gap: 0 !important;
}
.elite-wa-hero__image .wp-block-image,
.elite-wa-hero__image .wp-block-image img,
.editor-styles-wrapper .elite-wa-hero__image .wp-block-image,
.editor-styles-wrapper .elite-wa-hero__image .wp-block-image img {
width: 100%;
height: 100%;
}
.elite-wa-ornament {
position: relative;
justify-content: center;
text-align: center;
}
.elite-wa-ornament::before,
.elite-wa-ornament::after {
content: "";
flex: 1;
height: 1px;
background: var(--wa-gold);
}
.elite-wa-intro.wp-block-columns,
.elite-wa-tourism__grid.wp-block-columns,
.elite-wa-investment__grid.wp-block-columns,
.elite-wa-community__grid.wp-block-columns,
.elite-wa-sister.wp-block-columns,
.editor-styles-wrapper .elite-wa-intro.wp-block-columns,
.editor-styles-wrapper .elite-wa-tourism__grid.wp-block-columns,
.editor-styles-wrapper .elite-wa-investment__grid.wp-block-columns,
.editor-styles-wrapper .elite-wa-community__grid.wp-block-columns,
.editor-styles-wrapper .elite-wa-sister.wp-block-columns {
display: grid;
}
.elite-wa-stat > p,
.editor-styles-wrapper .elite-wa-stat > p {
margin: 0;
color: #fff !important;
}
.elite-wa-stat__number strong {
display: block;
font-family: Georgia, "Times New Roman", serif;
font-size: clamp(1.45rem, 3vw, 2.8rem);
line-height: 1;
}
.elite-wa-stat__label small {
display: block;
margin-top: 7px;
font-size: clamp(.62rem, 1vw, .86rem);
line-height: 1.15;
}
.elite-wa-metric-row > .wp-block-group {
padding: 18px 10px;
text-align: center;
color: #fff;
background: linear-gradient(135deg, #b68140, #8a5429);
border-radius: 10px;
}
.elite-wa-metric-row > .wp-block-group > p {
margin: 0;
color: #fff !important;
}
.elite-wa-metric-row > .wp-block-group strong {
display: block;
font-size: clamp(1rem, 2vw, 1.55rem);
}
.elite-wa-metric-row > .wp-block-group span {
display: block;
margin-top: 5px;
font-size: .68rem;
letter-spacing: .05em;
}
.elite-wa-collage figure,
.elite-wa-investment__images figure,
.elite-wa-community__photo figure,
.elite-wa-sister__map figure,
.editor-styles-wrapper .elite-wa-collage figure,
.editor-styles-wrapper .elite-wa-investment__images figure,
.editor-styles-wrapper .elite-wa-community__photo figure,
.editor-styles-wrapper .elite-wa-sister__map figure {
width: 100%;
height: 100%;
}
.elite-wa-collage figure img,
.elite-wa-investment__images figure img,
.elite-wa-community__photo figure img,
.elite-wa-sister__map figure img,
.editor-styles-wrapper .elite-wa-collage figure img,
.editor-styles-wrapper .elite-wa-investment__images figure img,
.editor-styles-wrapper .elite-wa-community__photo figure img,
.editor-styles-wrapper .elite-wa-sister__map figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
.elite-wa-collage--tourism figure:nth-child(3),
.elite-wa-collage--tourism figure:nth-child(4) {
grid-column: 1 / -1;
}
.elite-wa-editable-card {
position: relative;
min-width: 0;
}
.elite-wa-editable-card > h3,
.elite-wa-editable-card > p {
margin-inline: 0;
}
.elite-wa-sport-card {
overflow: hidden;
padding: 0;
border: 1px solid var(--wa-line);
background: #fff;
}
.elite-wa-sport-card .wp-block-image img {
width: 100%;
aspect-ratio: 16 / 8.5;
object-fit: cover;
}
.elite-wa-sport-card h3 {
margin: 0;
padding: 11px 18px;
color: #fff !important;
font-size: 1.25rem;
background: linear-gradient(90deg, rgba(125,70,31,.96), rgba(183,132,63,.92));
}
.elite-wa-edu-card {
padding: 18px;
border-top: 2px solid var(--wa-gold);
border-bottom: 1px solid var(--wa-line);
background: rgba(255,255,255,.35);
}
.elite-wa-edu-card .wp-block-image img {
width: 100%;
aspect-ratio: 16 / 8;
object-fit: cover;
}
.elite-wa-edu-card h3 {
margin: 24px 0 15px;
}
.elite-wa-media-card > .wp-block-image img,
.elite-wa-life-card > .wp-block-image img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
}
.elite-wa-media-card__label {
margin: 0 !important;
}
.elite-wa-media-card__metric {
margin: 0 !important;
}
.elite-wa-media-card__metric strong {
display: block;
color: var(--wa-bronze);
font-family: Georgia, "Times New Roman", serif;
font-size: 2rem;
}
.elite-wa-community__numbers > .wp-block-group {
padding: 18px 10px;
text-align: center;
border: 1px solid var(--wa-line);
color: var(--wa-bronze);
}
.elite-wa-community__numbers > .wp-block-group p {
margin: 0;
color: var(--wa-bronze) !important;
}
.elite-wa-community__numbers > .wp-block-group strong {
display: block;
font-family: Georgia, "Times New Roman", serif;
font-size: 1.65rem;
}
.elite-wa-cta > .wp-block-buttons {
flex: 0 0 auto;
}
.elite-wa-project-button .wp-block-button__link {
min-height: 52px;
padding: 14px 24px;
border: 1px solid var(--wa-gold);
border-radius: 999px;
color: #211d19;
background: var(--wa-gold);
font-weight: 700;
} .editor-styles-wrapper .elite-wa-page-content {
padding-bottom: 36px;
}
.editor-styles-wrapper .elite-wa-section,
.editor-styles-wrapper .elite-wa-hero,
.editor-styles-wrapper .elite-wa-cta {
outline: 1px dashed rgba(185,139,67,.18);
outline-offset: -1px;
}
.editor-styles-wrapper .elite-wa-page-content .block-editor-block-list__block {
max-width: none;
}
@media (max-width: 1100px) {
.elite-wa-intro.wp-block-columns,
.elite-wa-tourism__grid.wp-block-columns,
.elite-wa-investment__grid.wp-block-columns,
.elite-wa-community__grid.wp-block-columns,
.elite-wa-sister.wp-block-columns {
grid-template-columns: 1fr;
}
}
@media (max-width: 780px) {
.elite-wa-collage--tourism figure:nth-child(3),
.elite-wa-collage--tourism figure:nth-child(4) {
grid-column: auto;
}
}body.elite-discover-text-page .elite-discover-main {
background: #fff;
}
body.elite-discover-text-page .elite-discover-content-section {
padding: 0 !important;
background: #fff;
}
body.elite-discover-text-page .elite-discover-content {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
}
body.elite-discover-text-page .elite-discover-content > * + * {
margin-top: 0 !important;
}
body.elite-discover-text-page .elite-dtext-page,
.editor-styles-wrapper .elite-dtext-page {
--dtext-ink: #211d19;
--dtext-muted: #665f57;
--dtext-cream: #f7f3ed;
--dtext-gold: #b28a50;
--dtext-line: rgba(178, 138, 80, .28);
box-sizing: border-box;
width: min(100% - 48px, 1240px) !important;
max-width: 1240px !important;
margin: 0 auto !important;
padding: clamp(54px, 7vw, 100px) 0 clamp(70px, 8vw, 120px) !important;
color: var(--dtext-ink);
}
body.elite-discover-text-page .elite-dtext-page *,
.editor-styles-wrapper .elite-dtext-page * {
box-sizing: border-box;
min-width: 0;
}
body.elite-discover-text-page .elite-dtext-page > .wp-block-group__inner-container,
.editor-styles-wrapper .elite-dtext-page > .wp-block-group__inner-container {
display: contents;
}
body.elite-discover-text-page .elite-dtext-page figure,
body.elite-discover-text-page .elite-dtext-page p,
body.elite-discover-text-page .elite-dtext-page h1,
body.elite-discover-text-page .elite-dtext-page h2,
body.elite-discover-text-page .elite-dtext-page h3,
.editor-styles-wrapper .elite-dtext-page figure,
.editor-styles-wrapper .elite-dtext-page p,
.editor-styles-wrapper .elite-dtext-page h1,
.editor-styles-wrapper .elite-dtext-page h2,
.editor-styles-wrapper .elite-dtext-page h3 {
max-width: none !important;
}
body.elite-discover-text-page .elite-dtext-hero,
.editor-styles-wrapper .elite-dtext-hero {
display: grid !important;
grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr) !important;
align-items: center !important;
gap: clamp(42px, 7vw, 100px) !important;
margin: 0 !important;
}
body.elite-discover-text-page .elite-dtext-hero > .wp-block-group__inner-container,
.editor-styles-wrapper .elite-dtext-hero > .wp-block-group__inner-container {
display: contents;
}
body.elite-discover-text-page .elite-dtext-hero__copy,
.editor-styles-wrapper .elite-dtext-hero__copy {
margin: 0 !important;
padding: 0 !important;
}
body.elite-discover-text-page .elite-dtext-hero__copy > .wp-block-group__inner-container,
.editor-styles-wrapper .elite-dtext-hero__copy > .wp-block-group__inner-container {
display: contents;
}
body.elite-discover-text-page .elite-dtext-eyebrow,
.editor-styles-wrapper .elite-dtext-eyebrow {
margin: 0 0 18px !important;
font-family: Montserrat, Arial, sans-serif !important;
font-size: .72rem !important;
font-weight: 700 !important;
line-height: 1.4 !important;
letter-spacing: .18em !important;
text-transform: uppercase !important;
color: var(--dtext-gold) !important;
}
body.elite-discover-text-page .elite-dtext-hero h1,
.editor-styles-wrapper .elite-dtext-hero h1 {
margin: 0 0 24px !important;
font-family: Georgia, "Times New Roman", serif !important;
font-size: clamp(3.6rem, 7vw, 7rem) !important;
font-weight: 500 !important;
line-height: .95 !important;
letter-spacing: -.045em !important;
color: var(--dtext-ink) !important;
}
body.elite-discover-text-page .elite-dtext-lead,
.editor-styles-wrapper .elite-dtext-lead {
margin: 0 !important;
font-size: clamp(1.05rem, 1.45vw, 1.28rem) !important;
line-height: 1.8 !important;
color: var(--dtext-muted) !important;
}
body.elite-discover-text-page .elite-dtext-hero__image,
.editor-styles-wrapper .elite-dtext-hero__image {
width: 100% !important;
margin: 0 !important;
overflow: hidden !important;
border-radius: 24px !important;
box-shadow: 0 28px 70px rgba(32, 28, 23, .14) !important;
}
body.elite-discover-text-page .elite-dtext-hero__image img,
.editor-styles-wrapper .elite-dtext-hero__image img {
display: block !important;
width: 100% !important;
height: clamp(430px, 48vw, 650px) !important;
object-fit: cover !important;
}
body.elite-discover-text-page .elite-dtext-features,
.editor-styles-wrapper .elite-dtext-features {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 22px !important;
margin: clamp(70px, 9vw, 125px) 0 0 !important;
}
body.elite-discover-text-page .elite-dtext-features > .wp-block-group__inner-container,
.editor-styles-wrapper .elite-dtext-features > .wp-block-group__inner-container {
display: contents;
}
body.elite-discover-text-page .elite-dtext-feature,
.editor-styles-wrapper .elite-dtext-feature {
display: grid !important;
grid-template-columns: 66px 1fr !important;
grid-template-rows: auto 1fr !important;
column-gap: 22px !important;
row-gap: 6px !important;
min-height: 180px !important;
margin: 0 !important;
padding: 30px 32px !important;
border: 1px solid var(--dtext-line) !important;
border-radius: 18px !important;
background: var(--dtext-cream) !important;
}
body.elite-discover-text-page .elite-dtext-feature > .wp-block-group__inner-container,
.editor-styles-wrapper .elite-dtext-feature > .wp-block-group__inner-container {
display: contents;
}
body.elite-discover-text-page .elite-dtext-feature__number,
.editor-styles-wrapper .elite-dtext-feature__number {
grid-row: 1 / span 2 !important;
margin: 0 !important;
font-family: Georgia, "Times New Roman", serif !important;
font-size: 2.3rem !important;
font-style: italic !important;
line-height: 1 !important;
color: var(--dtext-gold) !important;
}
body.elite-discover-text-page .elite-dtext-feature h3,
.editor-styles-wrapper .elite-dtext-feature h3 {
margin: 0 !important;
font-family: Georgia, "Times New Roman", serif !important;
font-size: clamp(1.35rem, 2vw, 1.8rem) !important;
line-height: 1.2 !important;
color: var(--dtext-ink) !important;
}
body.elite-discover-text-page .elite-dtext-feature p:last-child,
.editor-styles-wrapper .elite-dtext-feature p:last-child {
margin: 0 !important;
font-size: .96rem !important;
line-height: 1.7 !important;
color: var(--dtext-muted) !important;
}
body.elite-discover-text-page .elite-dtext-story,
.editor-styles-wrapper .elite-dtext-story {
display: grid !important;
grid-template-columns: minmax(380px, .9fr) minmax(0, 1.1fr) !important;
align-items: center !important;
gap: clamp(40px, 7vw, 90px) !important;
margin: clamp(70px, 9vw, 125px) 0 0 !important;
padding: clamp(28px, 4vw, 52px) !important;
border-radius: 24px !important;
background: #efe8de !important;
}
body.elite-discover-text-page .elite-dtext-story > .wp-block-group__inner-container,
.editor-styles-wrapper .elite-dtext-story > .wp-block-group__inner-container {
display: contents;
}
body.elite-discover-text-page .elite-dtext-story__image,
.editor-styles-wrapper .elite-dtext-story__image {
width: 100% !important;
margin: 0 !important;
overflow: hidden !important;
border-radius: 18px !important;
box-shadow: 0 18px 48px rgba(32, 28, 23, .12) !important;
}
body.elite-discover-text-page .elite-dtext-story__image img,
.editor-styles-wrapper .elite-dtext-story__image img {
display: block !important;
width: 100% !important;
height: clamp(330px, 36vw, 480px) !important;
object-fit: cover !important;
}
body.elite-discover-text-page .elite-dtext-story__copy,
.editor-styles-wrapper .elite-dtext-story__copy {
margin: 0 !important;
padding: 0 !important;
}
body.elite-discover-text-page .elite-dtext-story__copy > .wp-block-group__inner-container,
.editor-styles-wrapper .elite-dtext-story__copy > .wp-block-group__inner-container {
display: contents;
}
body.elite-discover-text-page .elite-dtext-story h2,
body.elite-discover-text-page .elite-dtext-closing h2,
.editor-styles-wrapper .elite-dtext-story h2,
.editor-styles-wrapper .elite-dtext-closing h2 {
margin: 0 0 20px !important;
font-family: Georgia, "Times New Roman", serif !important;
font-size: clamp(2.1rem, 4vw, 4rem) !important;
font-weight: 500 !important;
line-height: 1.05 !important;
letter-spacing: -.035em !important;
color: var(--dtext-ink) !important;
}
body.elite-discover-text-page .elite-dtext-story__copy > p:not(.elite-dtext-eyebrow),
.editor-styles-wrapper .elite-dtext-story__copy > p:not(.elite-dtext-eyebrow) {
margin: 0 !important;
font-size: 1rem !important;
line-height: 1.8 !important;
color: var(--dtext-muted) !important;
}
body.elite-discover-text-page .elite-dtext-story .wp-block-buttons,
.editor-styles-wrapper .elite-dtext-story .wp-block-buttons {
display: flex !important;
flex-wrap: wrap !important;
gap: 12px !important;
margin: 28px 0 0 !important;
}
body.elite-discover-text-page .elite-dtext-closing,
.editor-styles-wrapper .elite-dtext-closing {
margin: clamp(70px, 9vw, 120px) 0 0 !important;
padding: clamp(45px, 7vw, 85px) !important;
border-radius: 24px !important;
background: #202b3b !important;
text-align: center !important;
color: #fff !important;
}
body.elite-discover-text-page .elite-dtext-closing > .wp-block-group__inner-container,
.editor-styles-wrapper .elite-dtext-closing > .wp-block-group__inner-container {
display: contents;
}
body.elite-discover-text-page .elite-dtext-closing h2,
.editor-styles-wrapper .elite-dtext-closing h2 {
max-width: 850px !important;
margin: 0 auto 18px !important;
color: #fff !important;
}
body.elite-discover-text-page .elite-dtext-closing p,
.editor-styles-wrapper .elite-dtext-closing p {
max-width: 760px !important;
margin: 0 auto !important;
font-size: 1rem !important;
line-height: 1.8 !important;
color: rgba(255,255,255,.78) !important;
}
@media (max-width: 900px) {
body.elite-discover-text-page .elite-dtext-hero,
body.elite-discover-text-page .elite-dtext-story,
.editor-styles-wrapper .elite-dtext-hero,
.editor-styles-wrapper .elite-dtext-story {
grid-template-columns: 1fr !important;
}
body.elite-discover-text-page .elite-dtext-hero__image,
.editor-styles-wrapper .elite-dtext-hero__image {
order: -1;
}
body.elite-discover-text-page .elite-dtext-hero__image img,
.editor-styles-wrapper .elite-dtext-hero__image img {
height: min(65vw, 520px) !important;
}
}
@media (max-width: 700px) {
body.elite-discover-text-page .elite-dtext-page,
.editor-styles-wrapper .elite-dtext-page {
width: min(100% - 28px, 1240px) !important;
padding-top: 42px !important;
}
body.elite-discover-text-page .elite-dtext-features,
.editor-styles-wrapper .elite-dtext-features {
grid-template-columns: 1fr !important;
}
body.elite-discover-text-page .elite-dtext-feature,
.editor-styles-wrapper .elite-dtext-feature {
grid-template-columns: 48px 1fr !important;
padding: 24px 22px !important;
}
body.elite-discover-text-page .elite-dtext-hero h1,
.editor-styles-wrapper .elite-dtext-hero h1 {
font-size: clamp(3rem, 16vw, 4.8rem) !important;
}
body.elite-discover-text-page .elite-dtext-story,
.editor-styles-wrapper .elite-dtext-story {
padding: 22px !important;
}
body.elite-discover-text-page .elite-dtext-story__image img,
.editor-styles-wrapper .elite-dtext-story__image img {
height: 300px !important;
}
body.elite-discover-text-page .elite-dtext-closing,
.editor-styles-wrapper .elite-dtext-closing {
padding: 42px 24px !important;
}
}body .elite-discover-tabs {
padding: 0;
border-top: 1px solid rgba(154, 116, 73, .12);
border-bottom: 1px solid rgba(33, 29, 25, .12);
background: rgba(255, 255, 255, .99);
box-shadow: 0 12px 30px rgba(42, 32, 22, .07);
}
body .elite-discover-tabs .elite-discover-tabs__inner {
display: grid !important;
grid-template-columns: repeat(4, minmax(0, 1fr));
align-items: stretch;
justify-content: stretch;
gap: 0 !important;
width: min(calc(100% - 40px), 1120px) !important;
margin: 0 auto;
overflow: visible !important;
border-right: 1px solid rgba(33, 29, 25, .09);
border-left: 1px solid rgba(33, 29, 25, .09);
}
body .elite-discover-tabs .elite-discover-tabs__link {
position: relative;
display: flex;
align-items: center;
justify-content: center;
min-width: 0;
min-height: 70px;
padding: 18px 12px 17px !important;
border-right: 1px solid rgba(33, 29, 25, .09);
font-size: clamp(.68rem, .72vw, .78rem);
font-weight: 700;
line-height: 1.35;
letter-spacing: .075em;
text-align: center;
white-space: nowrap;
color: #4f453b;
transition: color .22s ease, background-color .22s ease;
}
body .elite-discover-tabs .elite-discover-tabs__link:last-child {
border-right: 0;
}
body .elite-discover-tabs .elite-discover-tabs__link:hover,
body .elite-discover-tabs .elite-discover-tabs__link:focus-visible {
color: #211d19;
background: #fbf8f3;
}
body .elite-discover-tabs .elite-discover-tabs__link.is-current {
color: #211d19;
background: linear-gradient(180deg, #fff 0%, #f8f2e9 100%);
}
body .elite-discover-tabs .elite-discover-tabs__link::after {
left: 22% !important;
right: 22% !important;
bottom: 0;
height: 3px;
background: #b98b43;
}
@media (max-width: 980px) {
body .elite-discover-tabs .elite-discover-tabs__inner {
grid-template-columns: repeat(2, minmax(0, 1fr));
width: min(calc(100% - 28px), 760px) !important;
}
body .elite-discover-tabs .elite-discover-tabs__link {
min-height: 62px;
padding: 15px 12px 14px !important;
border-bottom: 1px solid rgba(33, 29, 25, .09);
white-space: normal;
}
body .elite-discover-tabs .elite-discover-tabs__link:nth-child(2n) {
border-right: 0;
}
body .elite-discover-tabs .elite-discover-tabs__link:nth-child(n+3) {
border-bottom: 0;
}
}
@media (max-width: 520px) {
body .elite-discover-tabs .elite-discover-tabs__inner {
grid-template-columns: 1fr;
width: 100% !important;
border-right: 0;
border-left: 0;
}
body .elite-discover-tabs .elite-discover-tabs__link,
body .elite-discover-tabs .elite-discover-tabs__link:nth-child(2n),
body .elite-discover-tabs .elite-discover-tabs__link:nth-child(n+3) {
min-height: 54px;
border-right: 0;
border-bottom: 1px solid rgba(33, 29, 25, .09);
}
body .elite-discover-tabs .elite-discover-tabs__link:last-child {
border-bottom: 0;
}
}body .elite-discover-tabs {
position: sticky !important;
top: var(--elite-discover-sticky-top, 0px);
z-index: 900;
width: 100%;
transition: top .18s ease, box-shadow .18s ease;
}
body .elite-discover-tabs.is-stuck {
box-shadow: 0 15px 34px rgba(28, 35, 45, .16);
} body .elite-wa-page,
body .elite-life-page,
body .elite-wt-page,
body .elite-it-page {
overflow: visible !important;
} body .elite-wa-page [id],
body .elite-life-page [id],
body .elite-wt-page [id],
body .elite-it-page [id] {
scroll-margin-top: calc(var(--elite-discover-sticky-top, 0px) + 82px);
}
@media (max-width: 520px) { body .elite-discover-tabs .elite-discover-tabs__inner {
display: flex !important;
align-items: stretch;
width: 100% !important;
overflow-x: auto !important;
overflow-y: hidden !important;
overscroll-behavior-inline: contain;
scroll-snap-type: inline proximity;
-webkit-overflow-scrolling: touch;
}
body .elite-discover-tabs .elite-discover-tabs__link,
body .elite-discover-tabs .elite-discover-tabs__link:nth-child(2n),
body .elite-discover-tabs .elite-discover-tabs__link:nth-child(n+3) {
flex: 0 0 auto;
min-width: 47%;
min-height: 52px;
padding: 13px 16px 12px !important;
border-right: 1px solid rgba(33, 29, 25, .09);
border-bottom: 0;
white-space: nowrap;
scroll-snap-align: start;
}
body .elite-discover-tabs .elite-discover-tabs__link:last-child {
border-right: 0;
}
}.elite-managed-project #project-about .elite-content--full {
width: 100%;
max-width: none;
}
.elite-managed-project #project-about .elite-content--full > * {
max-width: none;
} .elite-managed-project > .elite-project-summary,
.elite-managed-project #project-about .elite-contact-card {
display: none !important;
} .elite-nav--overlay .elite-projects-root-toggle > a:not([href]) {
cursor: default;
user-select: none;
}
.elite-nav--overlay .elite-projects-root-toggle > .sub-menu {
top: 100% !important;
margin-top: 0 !important;
}
.elite-nav--overlay .elite-projects-root-toggle:hover > .sub-menu,
.elite-nav--overlay .elite-projects-root-toggle:focus-within > .sub-menu,
.elite-nav--overlay .elite-projects-root-toggle.is-submenu-open > .sub-menu {
display: grid !important;
}
.elite-nav--overlay .elite-projects-root-toggle > .sub-menu {
z-index: 10050;
} .elite-fullscreen-menu .elite-projects-root-toggle > a:not([href]) {
cursor: default;
color: #fff;
}:is(
.elite-wa-page-content,
.elite-life-page-content,
.elite-wt-page-content,
.elite-it-page-content
) {
width: 100% !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
container-type: inline-size;
} :is(
.elite-wa-page-content,
.elite-life-page-content,
.elite-wt-page-content,
.elite-it-page-content
) > *,
:is(
.elite-wa-page-content,
.elite-life-page-content,
.elite-wt-page-content,
.elite-it-page-content
) .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
:is(
.elite-wa-page-content,
.elite-life-page-content,
.elite-wt-page-content,
.elite-it-page-content
) .is-layout-flow > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
width: auto;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
:is(
.elite-wa-page-content,
.elite-life-page-content,
.elite-wt-page-content,
.elite-it-page-content
) > * {
width: 100% !important;
} :is(
.elite-wa-page-content,
.elite-life-page-content,
.elite-wt-page-content,
.elite-it-page-content
) .wp-block-group__inner-container,
:is(
.elite-wa-page-content,
.elite-life-page-content,
.elite-wt-page-content,
.elite-it-page-content
) .wp-block-columns__inner-container {
display: contents !important;
}
:is(
.elite-wa-page-content,
.elite-life-page-content,
.elite-wt-page-content,
.elite-it-page-content
) .wp-block-column,
:is(
.elite-wa-page-content,
.elite-life-page-content,
.elite-wt-page-content,
.elite-it-page-content
) .wp-block-group,
:is(
.elite-wa-page-content,
.elite-life-page-content,
.elite-wt-page-content,
.elite-it-page-content
) figure {
min-width: 0 !important;
max-width: none;
}
:is(
.elite-wa-page-content,
.elite-life-page-content,
.elite-wt-page-content,
.elite-it-page-content
) .wp-block-column {
width: auto !important;
flex-basis: auto !important;
}
:is(
.elite-wa-page-content,
.elite-life-page-content,
.elite-wt-page-content,
.elite-it-page-content
) img {
max-width: 100% !important;
} :is(
.elite-wa-hero,
.elite-wa-intro,
.elite-wa-stats,
.elite-wa-tourism__grid,
.elite-wa-investment__grid,
.elite-wa-metric-row,
.elite-wa-collage,
.elite-wa-investment__images,
.elite-wa-card-grid,
.elite-wa-edu-grid,
.elite-wa-community__grid,
.elite-wa-community__numbers,
.elite-wa-sister,
.elite-life-hero,
.elite-life-history__grid,
.elite-life-history__images,
.elite-life-card-grid,
.elite-life-nature__grid,
.elite-life-nature__images,
.elite-life-nature__small-grid,
.elite-life-water__grid,
.elite-life-water__images,
.elite-life-beaches__grid,
.elite-life-beaches__images,
.elite-life-konakli__grid,
.elite-life-konakli__images,
.elite-life-konakli__stats,
.elite-wt-hero,
.elite-wt-intro__grid,
.elite-wt-intro__stats,
.elite-wt-media-grid,
.elite-wt-card-grid,
.elite-wt-nature__grid,
.elite-wt-nature__stack,
.elite-wt-cuisine__grid,
.elite-wt-property__grid,
.elite-it-hero,
.elite-it-intro__grid,
.elite-it-stats,
.elite-it-card-grid,
.elite-it-card,
.elite-it-property__grid
) {
display: grid !important;
width: 100% !important;
}
:is(.elite-wa-cta, .elite-life-cta, .elite-wt-closing, .elite-it-closing) {
display: flex !important;
width: auto !important;
} @media (min-width: 1081px) {
.elite-it-hero__copy h1,
.elite-wt-hero__copy h1,
.elite-wa-hero__copy h1,
.elite-life-hero__copy h1 {
word-break: normal !important;
overflow-wrap: normal !important;
hyphens: none !important;
}
.elite-it-hero__copy h1,
.elite-wt-hero__copy h1 {
white-space: nowrap;
}
} @media (max-width: 1150px) {
:is(
.elite-wa-hero,
.elite-wa-intro,
.elite-wa-tourism__grid,
.elite-wa-investment__grid,
.elite-wa-community__grid,
.elite-wa-sister,
.elite-life-hero,
.elite-life-history__grid,
.elite-life-nature__grid,
.elite-life-water__grid,
.elite-life-beaches__grid,
.elite-life-konakli__grid,
.elite-wt-hero,
.elite-wt-intro__grid,
.elite-wt-nature__grid,
.elite-wt-cuisine__grid,
.elite-wt-property__grid,
.elite-it-hero,
.elite-it-intro__grid,
.elite-it-property__grid,
.elite-it-card--wide
) {
grid-template-columns: 1fr !important;
}
.elite-life-card-grid--four,
.elite-life-card-grid--three,
.elite-wt-media-grid--three,
.elite-wt-card-grid,
.elite-it-card-grid,
.elite-wa-card-grid--four,
.elite-wa-card-grid--three,
.elite-wa-edu-grid {
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
} @media (max-width: 780px) {
body.elite-why-alanya-page .elite-wa-page,
body.elite-life-in-alanya-page .elite-life-gutenberg-content,
body.elite-why-turkiye-page .elite-wt-gutenberg-content,
body.elite-investment-turkiye-page .elite-it-gutenberg-content {
width: 100% !important;
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
box-shadow: none;
}
:is(
.elite-wa-stats,
.elite-wa-metric-row,
.elite-wa-card-grid,
.elite-wa-edu-grid,
.elite-wa-community__numbers,
.elite-life-card-grid,
.elite-life-nature__small-grid,
.elite-life-water__images,
.elite-life-konakli__stats,
.elite-wt-intro__stats,
.elite-wt-media-grid,
.elite-wt-card-grid,
.elite-wt-nature__stack,
.elite-it-stats,
.elite-it-card-grid,
.elite-it-card
) {
grid-template-columns: 1fr !important;
}
:is(.elite-wa-cta, .elite-life-cta, .elite-wt-closing, .elite-it-closing) {
flex-direction: column !important;
align-items: flex-start !important;
}
}body .gt_switcher,body .gt_float_switcher,body .gt_switcher_wrapper,body .gtranslate_wrapper,body #gtranslate_wrapper,body [id^="gtranslate_wrapper"],body .gtranslate-container,body .gt_container,body .menu-item-gtranslate,body .menu-item-gtranslate-menu{display:none!important;visibility:hidden!important;width:0!important;height:0!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}
body .elite-language-switcher{display:flex!important;visibility:visible!important;width:auto!important;height:auto!important;overflow:visible!important;position:relative!important;align-items:center!important;z-index:10150!important}
body .elite-language-switcher__toggle{display:inline-flex!important;align-items:center!important;gap:7px!important;width:auto!important;height:40px!important;min-height:40px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:#fff!important;font-size:.72rem!important;line-height:1!important}
body .elite-language-switcher__flag,body .elite-language-switcher__item-flag,body .elite-language-switcher__flag svg,body .elite-language-switcher__item-flag svg{display:inline-flex!important;width:22px!important;height:16px!important;min-width:22px!important;min-height:16px!important;max-width:22px!important;max-height:16px!important;flex:0 0 22px!important;overflow:hidden!important}
body .elite-language-switcher__current{display:inline-block!important;font-size:.72rem!important;font-weight:700!important;white-space:nowrap!important}
body .elite-language-switcher__arrow{display:block!important;width:11px!important;height:8px!important;min-width:11px!important;min-height:8px!important}
body .elite-language-switcher__menu{display:none!important;position:absolute!important;top:calc(100% + 8px)!important;right:0!important;left:auto!important;width:max-content!important;height:auto!important;min-width:158px!important;min-height:0!important;max-height:360px!important;padding:6px!important;margin:0!important;overflow-y:auto!important;visibility:visible!important;opacity:1!important;border:1px solid rgba(31,42,58,.12)!important;border-radius:8px!important;background:#fff!important;box-shadow:0 16px 38px rgba(13,21,31,.22)!important;transform:none!important}
body .elite-language-switcher.is-open>.elite-language-switcher__menu{display:block!important}