@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
    background-position: 97% 25px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "delargo";
    src: url(../fonts/fonnts.com-DelargoDTCond-SemiBold.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "delargo";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "delargo";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "delargo";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "delargo";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "delargo";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "delargo";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "delargo";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*  Home Banner  */

.home-banner-sec {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home-banner-sec img {
    width: 100%;
    object-fit: cover;
    height: 910px;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    bottom: -30%;
    display: block;
    align-content: center;
}

.container-fluid {
    padding: 0 5%;
}

.home-baner-text h1 {
    font-size: 60.88px;
    color: #fff;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-weight: 600;
}

.home-baner-text h3 {
    font-size: 40.84px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 300;
}

.home-baner-btns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #000;
    box-shadow: 0 0 0px 5px #f9db85, 0 0 15px 4px #b18542;
    font-size: 22.48px;
    color: #fff9f9;
    width: fit-content;
    padding: 10px 30px 10px 10px;
    border-radius: 150px;
    text-transform: capitalize;
}

.home-baner-btns {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.home-baner-btns i {
    width: 50px;
    height: 50px;
    border: 3px solid #f9db85;
    display: grid;
    place-content: center;
    border-radius: 50px;
    font-size: 20px;
}

.home-baner-text {
    margin: -400px 0 0;
}


/* Home Banner */


/* Booking Section */

.quote-bg {
    position: relative;
    z-index: 1;
    background-image: url(../images/quote-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.booking-sec {
    padding: 50px 0 40px;
    overflow: hidden;
}

.booking-form h3 {
    font-size: 40px;
    color: #d6c6bc;
    font-family: 'Poppins';
    font-weight: 600;
}

.boking-form input,
.boking-form select {
    width: 100%;
    height: 60px;
    color: #000;
    background-color: #f2f3f5;
    border: 0;
    padding: 0 30px 0 20px;
    margin: 10px 0;
}

.boking-form {
    position: relative;
    z-index: 1;
}

.boking-form img {
    width: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
}

ul.form-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 20px 0;
    background: #00000075;
}

ul.form-bottom li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

ul.form-bottom p {
    font-size: 28px;
    color: #fff9f9;
    line-height: 28px;
}

ul.form-bottom img {
    width: 24px;
}

.quote-form-bottom {}

.quote-form-bottom .home-baner-btns {
    justify-content: space-evenly;
    margin: 20px 0;
}

.boking-button button {
    background-image: url(../images/quote-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 0;
    width: 100%;
    height: 70px;
    font-size: 49px;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke-color: #a77a1d;
    -webkit-text-stroke-width: 2px;
    margin: 10px 0 0;
    filter: brightness(1.3);
    box-shadow: 0 0 0px 3px #f9db85, 0 0 20px 4px #b18542;
}

.quote-form-bottom h3.head-shap {
    position: relative;
    z-index: 1;
    font-size: 46.48px;
    color: #d6c6bc;
    font-family: 'Poppins';
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.quote-form-bottom h6 {
    font-size: 35.53px;
    color: #d6c6bc;
    text-align: center;
    font-family: 'Poppins';
}

.quote-form-bottom h3.head-shap::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 40px;
    left: 0;
    right: 0;
    bottom: -20%;
    margin: auto;
    background-image: url(../images/heading-shap.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
}

.palm-beach {
    /* background-color: #60575799; */
    padding: 18px 0;
    background-image: url(../images/serve-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.palm-content p {
    font-size: 18px;
    color: #010101;
}

.palm-content h4 {
    font-size: 33px;
    color: #010101;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 25px;
}

.palm-content h4 img {
    width: 50px;
    margin: 0px 10px 0 0;
}

h4 {}

.palm-content {
    padding: 15px 0px 15px 30px;
    border-left: 3px solid #000;
}

.palm-beach .col-lg-4:first-child .palm-content {
    border: 0;
}

.google-reviews {
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    gap: 20px;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.google-reviews::before {
    position: absolute;
    content: '';
    width: 350px;
    height: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: url(../images/shadow.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin: auto;
}

.google-reviews img {
    width: 120px;
}

.stars i {
    font-size: 20px;
    color: #ffcf00;
}

.google-reviews span {
    font-size: 26px;
    color: #fcd8cc;
}


/* Booking Section */