@font-face {
    font-family: eveleth;
    src: url('font/Eveleth Clean Regular.otf');
}


:root {
    --mainBG: #607c82;
    --darkBlue: #3f707a;
    --darkOrange: #582c35;
    --lightOrange: #f19270;
    --darkGreen: #607c82;
}


.bg-orange {
    background-color: var(--lightOrange);
}

.bg-darkorange {
    background-color: #642832;
}

.bg-blue {
    background-color: #59c4be;
}

.book-button {
    background-color: #607c82;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px 13px;
    display: inline-block;
    margin-top: 15px;
}

.sectionOutterCont.reverse {
    flex-direction: row-reverse;
}








.__topDisclaim {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 9999999999;
}

.__topDisclaim.active {
    display: flex;
}

.disclaimInner {
    max-width: 500px;
    width: fit-content;
    height: fit-content;
    margin: auto;
    display: flex;
    background: white;
    flex-direction: column;
    padding: 25px;
    color: #607c82;
    text-align: center;
    position: relative;
}

.discCloser {
    position: absolute;
    right: 25px;
    font-size: 25px;
    top: 15px;
    cursor: pointer;
}

.discCloser:hover {
    color: var(--mainBG);
}

.__greenCrown>svg {
    fill: var(--darkGreen);
}

.disclaimInner>.__crownCont {
    margin: auto
}

body {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.__mainCont {
    display: flex;
    flex-direction: column;
}

.__navBarCont {
    width: 100%;
    /* margin: auto; */
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    z-index: 120;
    /* max-width:1000px; */
}

.__navBarInner {
    margin: auto;
    max-width: 1200px;
    min-width: 950px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.__navBarInner>a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    color: #ff936f;
    margin-top: 100px;
}

.__navBarInner>div>a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    color: #ff936f;
    /* color:#607c82; */
    /* margin-top: 100px; */
}

.__navBarInner>div>a:hover {
    color: white;
}

.leftNav, .rightNav {
    width: 38%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 83px;
    padding-top: 10px;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    position: relative;
    height: 20px;

}

.leftNav {
    padding-left: 5px;
}

.rightNav {
    padding-right: 5px;
}

.__bottomNavLine {
    position: fixed;
    top: 116px;
    width: 600px;
    margin: auto;
    height: 3px;
    background: white;
}

.__topNavLine {
    position: fixed;
    top: 83px;
    width: 600px;
    margin: auto;
    height: 3px;
    background: white;
}

.leftNav:before {
    content: " ";
    position: absolute;
    z-index: 5;
    top: -5px;
    left: 0px;
    /* right: 5px; */
    /* bottom: 5px; */
    width: 127%;
    height: 1px;
    border-top: 1px solid white;
}

.rightNav:before {
    content: " ";
    position: absolute;
    z-index: 5;
    top: -5px;
    right: 0px;
    /* right: 5px; */
    /* bottom: 5px; */
    width: 127%;
    height: 1px;
    border-top: 1px solid white;
}

.leftNav:after {
    content: " ";
    position: absolute;
    z-index: 5;
    bottom: -6px;
    left: 0px;
    /* right: 5px; */
    /* bottom: 5px; */
    width: 127%;
    height: 1px;
    border-top: 1px solid white;
}

.rightNav:after {
    content: " ";
    position: absolute;
    z-index: 5;
    bottom: -6px;
    right: 0px;
    /* right: 5px; */
    /* bottom: 5px; */
    width: 127%;
    height: 1px;
    border-top: 1px solid white;
}

.__importInner>a {
    color: white;
}

.__crownCont {
    height: 50px;
}

.__crownCont>svg {
    height: 100%;
}

.__blueCrown>svg {
    fill: var(--darkBlue);
}

.__orangeCrown>svg {
    fill: var(--darkOrange);
}

.__lOrangeCrown>svg {
    fill: var(--lightOrange);
}

.__whiteCrown>svg {
    fill: #fff;
}

.__importInner>div>a {
    color: white;
}

.__importInner>div>a:hover {
    color: #607c82;
}

.__mainlogo {
    height: 180px;
    width: 180px;
    /* background: blue; */
    background: #607c82;
    transform: rotate(45deg)scale(0.8);
    margin-top: -30px !important;
    display: flex;
    z-index: 10;
}

#__mainlogoImg {
    transform: rotate(-45deg);
    width: 61%;
    height: auto;
    margin: auto;
}

.textCont {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-left: 10%;
    margin-right: 10%;
}

.__textTitle:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    top: -7px;
    left: 0;
    background: var(--darkBlue);
}

.__textTitle:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -7px;
    left: 0;
    background: var(--darkBlue);
}

.__textTitle {
    display: flex;
    /* height:30px; */
    border-top: 5px solid var(--darkBlue);
    border-bottom: 5px solid var(--darkBlue);
    width: fit-content;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--darkBlue);
    position: relative;
}

.__titleInner {
    margin: auto;
    line-height: 1.5;
}

.section {
    width: 100%;
    min-height: 100vh;
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.__lPattern {
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    width: 30%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('assets/PatternL.png');
    /* background-attachment: fixed; */
}

.__rPattern {
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    width: 30%;
    position: absolute;
    transform: rotate(180deg);
    right: 0;
    top: 0;
    background-image: url('assets/PatternL.png');
    /* background-attachment: fixed; */
}

.__lPattern2 {
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    width: 30%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('assets/Pattern left2.png');
    /* background-attachment: fixed; */
}

.__rPattern2 {
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%;
    width: 30%;
    position: absolute;
    transform: rotate(180deg);
    right: 0;
    top: 0;
    background-image: url('assets/Pattern left2.png');
    /* background-attachment: fixed; */
}

.__rPattern3 {
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    /* transform: rotate(180deg); */
    right: 0;
    top: 0;
    background-image: url('assets/Pattern.png');
    background-attachment: fixed;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    will-change: top;
    background-size: 100%;
}

.__rPattern4 {
    background-size: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    /* transform: rotate(180deg); */
    right: 0;
    top: 0;
    background-image: url('assets/PatternCirc.png');
    background-attachment: fixed;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
    will-change: top;
}

.__lPattern3 {
    background-size: contain;
    height: 100%;
    width: 30%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('assets/Pattern2.png');
    background-attachment: fixed;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.__lPattern4 {
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('assets/PatternTM.png');
    background-attachment: fixed;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.__topSec {
    /* background: #59c4be; */
    background-image: linear-gradient(#59c4be, #e3ede4, white);
    position: relative;
    overflow: hidden;
    display: inline-block;
    /* z-index: 2 */
}

.__topSec2 {
    background: #59c4be;
}

.__cafeSec {
    /* background: #507d83; */
    /* background:var(--darkGreen); */
}

/* .__menuSec {
    background: #642832;
} */

.__eventSec {
    background: #ff936f;
}

.__tonySec {
    background: #59c4be;
}

.__contactSec {
    background: #642832;
    height: 30vh;
}

.__sunray {
    z-index: 8;
    width: 90%;
    position: absolute;
    right: -15%;
    bottom: -17%;
}

.__topSecText {
    text-align: center;
    position: fixed;
    width: 35%;
    top: 45%;
    left: 15%;
    font-size: 26px;
    color: #607c82;
    font-family: eveleth;
    transform-style: preserve-3d;
}

#cloudBottomLeft {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40%;
    z-index: 15;
}

#cloudTopRight {
    position: absolute;
    right: 0;
    top: 150px;
    width: 28%;
    z-index: 5
}

#cloudTopLeft {
    position: absolute;
    left: 0;
    width: 45%;
    top: 160px;
    z-index: 6;
}

#diamond {
    width: 0;
    height: 0;
    border: 120px solid transparent;
    border-bottom-color: #607c82;
    position: relative;
    top: -175px;
    left: -60px;
}

#diamond:after {
    content: '';
    position: absolute;
    left: -120px;
    top: 120px;
    width: 0;
    height: 0;
    border: 120px solid transparent;
    border-top-color: #607c82;
}

.__navOL {
    width: 950px;
    height: 32px;
    position: fixed;
    /* background: rgba(255,255,255,0.5); */
    top: 85px;
    /* background: linear-gradient(90deg, transparent,var( --mainBG ), var( --mainBG ) ,transparent); */
}

.buildingNard {
    width: 55%;
    z-index: 9;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* section2 */
.sectionOutterCont {
    width: 80%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
    flex-wrap: wrap;
    min-height: 100vh;
    min-width: 800px;
}

.halfSection {
    width: 35%;
    margin: auto;
    z-index: 3;
    min-width: 400px;
    display: flex;
}

.halfSection>img {
    width: 100%;
    max-width: 35vw;
    margin: auto;
    height: auto;
}

.__textSpiel {
    text-align: center;
    font-size: 14px;
    color: var(--darkBlue);
    text-transform: none;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.__textSpiel strong {
    font-weight: 800;
}

.__patterBG {
    /* position: fixed; */
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
}

.__lik {
    text-decoration: none;
    color: #fff;
}

.__leftBG {
    right: unset;
    left: 0;
}

.__middleSection {
    width: 100%;
    text-align: center;
    display: flex;
    height: 100%;
    min-height: 100vh;
    padding-top: 25px;
    padding-bottom: 25px;
}

.__centText {
    margin: auto;
    text-align: center;
    color: white;
    z-index: 99;
}

.__menuAnch {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.__menuAnch:hover {
    color: var(--lightOrange);
}

/* Gallery */
.__closeGallery {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    background: var(--darkOrange);
    cursor: pointer;
    display: flex;
}

.__closeGallery>i {
    font-size: 24px;
    margin: auto;
}

.__closeGallery:hover>i {
    color: white;
}

#__bigGalImg {
    max-width: 100%;
}

.__galleryCont {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.__galleryOutCont {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 999;
}

.__showGall {
    display: flex;
}

.leftArr {
    width: 30px;
    height: 40px;
    background: var(--mainBG);
    position: absolute;
    top: calc(50% - 17.5px);
    left: 15px;
    cursor: pointer;
    display: flex;
}

.rightArr {
    width: 30px;
    height: 40px;
    background: var(--mainBG);
    position: absolute;
    top: calc(50% - 17.5px);
    right: 15px;
    cursor: pointer;
    display: flex;
}

.leftArr:hover>i {
    color: white;
}

.rightArr:hover>i {
    color: white;
}

.leftArr>i {
    margin: auto;
    font-size: 24px;
}

.rightArr>i {
    margin: auto;
    font-size: 24px;
}

.__galleryInCont {
    margin: auto;
    position: relative;
}

.__gallerypic {
    min-width: 33.333333%;
    padding-top: 33.333333%;
    background: var(--mainBG);
    /* transition: all; */
    transition-delay: 1s;
    cursor: pointer;
    /* transition-duration: 0.5;
    transition-property: all; */
    transition: background 0.5s linear;
}

.__gallerySec {
    height: auto;
    min-height: auto;
}

.__g1 {
    /* background: red; */
    background-position: center;
    /* background-image: url('assets/GallPic1.jpg'); */
    background-image: url('assets/DSC06143.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.__g2 {
    /* background: blue; */
    background-position: center;
    background-image: url('assets/DSC05978.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.__g3 {
    /* background: green; */
    background-position: center;
    background-image: url('assets/DSC06076.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.__g4 {
    /* background: yellow; */
    background-position: center;
    background-image: url('assets/DSC05847.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.__g5 {
    /* background: black; */
    background-position: center;
    background-image: url('assets/DSC05795.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.__g6 {
    /* background: pink; */
    background-position: center;
    background-image: url('assets/DSC05940.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

/* footer */
.__mapACont {
    width: 20%;
    display: flex;
    height: 100%;
}

.__footLogCont {
    width: 20%;
    display: flex;
    height: 100%;
}

.__footLog {
    width: 60%;
    margin: auto;
}

.__footLog>img {
    width: 100%;
}

.__footerText {
    margin: auto 25px;
    font-size: 12px;
    color: white;
}

.__footerText a {
    text-decoration: none;
    color: white;
}

.__mapACont>a {
    margin: auto;
    width: 60%;
    padding-top: 60%;
    background-image: url(assets/nardMap.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.__mapCont {
    /* width:20%; */
    background-image: url('assets/nardMap.png');
    /* height:150px; */
    /* padding-top: 100%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.__footerCont {
    display: flex;
    flex-direction: row;
    height: 100%;

}

.__footTextCont {
    width: 60%;
    display: flex;
    flex-direction: row;
}

.__orangeSpiel {
    color: var(--darkOrange) !important;
    border-color: var(--darkOrange) !important;
}

.__orangeSpiel:after, .__orangeSpiel:before {
    background: var(--darkOrange) !important;
}

.__whiteSpiel {
    color: #fff !important;
    border-color: #fff !important;
}

.__whiteSpiel:after, .__whiteSpiel:before {
    background: #fff !important;
}

.__lOrangeSpiel {
    color: var(--lightOrange) !important;
    border-color: var(--lightOrange) !important;
}

.__lOrangeSpiel:after, .__lOrangeSpiel:before {
    background: var(--lightOrange) !important;
}

.__whiteCrown>svg {
    fill: #fff;
}

/* NEW NAV** */
.__navBarInnerFull {
    width: 100%;
    display: flex;
    justify-content: center;
    /* height: 60px; */
    /* background: rgba(255,255,255,0.8); */
}

.__navBarInnerFullAnchors {
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: row;
    height: 60px;
    transition-duration: 0.5s;
    transition-timing-function: ease-in;
    transition-property: all;
    background: rgba(255, 255, 255, 0.8);
}

.__navHide {
    transform: translateY(-60px);
}

.__navBarInnerFullAnchors>div {
    width: 40%;
    display: flex;
    justify-content: space-evenly;
}

.__navBarInnerFullAnchors>div>a {
    margin: auto;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--darkGreen);
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 800;
}

.__navBarInnerFullAnchors>div>a:hover {
    color: var(--lightOrange);
}

.__logoSpacer {
    width: 210px !important;
}

.__navBarInnerFull>div {
    width: 40%;
    display: flex;
    justify-content: space-evenly;
}

.__navBarInnerFull>div>a {
    margin: auto;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--darkGreen);
    font-size: 12px;
    margin-bottom: 10px;
}

/* END NEW NAV */
/* rotate */
@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    0% {
        -webkit-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }

    50% {
        -webkit-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
    }

    100% {
        -webkit-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
}

@keyframes cloudLeft {
    0% {
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    50% {
        -ms-transform: translateX(calc(100vw));
        -moz-transform: translateX(calc(100vw));
        -webkit-transform: translateX(calc(100vw));
        -o-transform: translateX(calc(100vw));
        transform: translateX(calc(100vw));
    }

    100% {
        -ms-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes cloudRight {
    0% {
        -ms-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }

    50% {
        -ms-transform: translateX(calc(-30vw));
        -moz-transform: translateX(calc(-30vw));
        -webkit-transform: translateX(calc(-30vw));
        -o-transform: translateX(calc(-30vw));
        transform: translateX(calc(-30vw));
    }

    100% {
        -ms-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -o-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@keyframes rotating {
    0% {
        -ms-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }

    50% {
        -ms-transform: rotate(25deg);
        -moz-transform: rotate(25deg);
        -webkit-transform: rotate(25deg);
        -o-transform: rotate(25deg);
        transform: rotate(25deg);
    }

    100% {
        -ms-transform: rotate(-25deg);
        -moz-transform: rotate(-25deg);
        -webkit-transform: rotate(-25deg);
        -o-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
}

.rotating {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
}

.cRIGHTANIM {
    -webkit-animation: cloudRight 30s linear infinite;
    -moz-animation: cloudRight 30s linear infinite;
    -ms-animation: cloudRight 30s linear infinite;
    -o-animation: cloudRight 30s linear infinite;
    animation: cloudRight 30s linear infinite;
}

.cLEFTANIM {
    -webkit-animation: cloudLeft 60s linear infinite;
    -moz-animation: cloudLeft 60s linear infinite;
    -ms-animation: cloudLeft 60s linear infinite;
    -o-animation: cloudLeft 60s linear infinite;
    animation: cloudLeft 60s linear infinite;
}




/* CONTACT FORM */
.__enquireFormInput, .__enquireFormSelect {
    margin-top: 5px;
    margin-bottom: 5px;
    background: white;
    outline: none;
    border: 1px solid white;
    padding: 10px 15px;
    width: calc(100% - 30px);
}

.__confirmBoxCont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 30px);
}

.__contactTA {
    padding: 10px 15px;
    margin-bottom: 10px;
    background: white;
    border: 1px solid white;
    width: calc(100% - 30px);
    margin-top: 5px;
    height: 60px;
}

.__enquireConfirm {
    /* font-family: gill-sans-nova, sans-serif !important; */
    font-size: 24px;
    width: calc(100% - 30px);
    position: relative;
    /* padding-left: 8%; */
    background-color: #3F707A;
    color: white !important;
    cursor: pointer;
    z-index: 9;
    margin-top: 20px;
    padding: 3px 15px;
}

.__cb__ {
    display: flex;
    line-height: 1;
    text-align: left;
}

.__cb__>input {
    border-radius: 3px;
    border: 1px solid white;
    background: white !important;
    margin: auto !important;
    margin-right: 15px !important;
    background-color: white;
}

input[type="checkbox"] {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #bbb;
    line-height: 0;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin: -3px 10px 0 0;
    outline: 0;
    text-align: center;
    vertical-align: middle;
    clear: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.05s border-color ease-in-out;
    -moz-transition: 0.05s border-color ease-in-out;
    -ms-transition: 0.05s border-color ease-in-out;
    -o-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
}

input[type=radio]:checked:before, input[type=checkbox]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    line-height: 14px;
    font-family: 'FontAwesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    flex-direction: column;
    resize: auto;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    margin: 0em;
    font: 400 13.3333px Arial;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(169, 169, 169);
    border-image: initial;
    padding: 2px;
}

.__cb__>input[type=checkbox]:checked:before {
    color: #3f707a !important;
}

input[type=checkbox]:checked:before {
    content: '✔';
    margin-bottom: -1px;
    color: #3f707a;
}

/* CONTACT FORM END */


.__mailSec {
    background: #ff936f;
}

.__mailSec .__middleSection {
    max-width: 35%;
    margin-left: auto;
    margin-right: auto;
}

.ctct-inline-form .ctct-form-embed.form_1 .ctct-form-defaults {
    background-color: transparent !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
    background-color: #59c4be !important;
    border: 1px solid #59c4be !important;
}

.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:hover {
    background-color: var(--darkGreen) !important;
    border: 1px solid var(--darkGreen) !important;
}

div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
    font-size: 16px !important;
    /* font-family: gill-sans-nova, sans-serif !important; */
    margin-bottom: 5px !important;
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text,
.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-label {
    font-size: 14px !important;
    /* font-family: gill-sans-nova, sans-serif !important; */
}

div.ctct-form-embed div.ctct-form-defaults p.ctct-form-text {
    margin: 0 0 20px !important;
}

.ctct-form-embed.form_1 .ctct-form-custom .ctct-form-label {
    margin-bottom: 5px !important;
}

div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
    margin: 0 0 20px !important;
}

div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    height: 40px !important;
}