@import url(https://fonts.cdnfonts.com/css/perpetua-titling-mt);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.cdnfonts.com/css/nexa-bold);
@import url(https://fonts.googleapis.com/css2?family=Playwrite+US+Trad:wght@100..400&display=swap);
@import url(https://fonts.cdnfonts.com/css/jane-austen);


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

@font-face {
    font-family: 'Heading-Pro-Bold-trial';
    src: url('../fonts/Heading-Pro-Bold-trial.eot');
    src: url('../fonts/Heading-Pro-Bold-trial.eot?#iefix') format('embedded-opentype'), url('../fonts/Heading-Pro-Bold-trial.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HeadingProTrial-Bold';
    src: url('../fonts/HeadingProTrial-Bold.svg#HeadingProTrial-Bold') format('svg'), url('../fonts/HeadingProTrial-Bold.ttf') format('truetype'), url('../fonts/HeadingProTrial-Bold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Fonte Nexea";
    src: url("fonts/Fonte_Nexa-TTF") format("truetype"), url("fonts/Fonte_Nexa") format("opentype");
    font-display: swap;
}

@font-face {
    font-family: 'Perpetua Titling MT Std';
    src: url('../fonts/PerpetuaTitlingMTStd-Rg.eot');
    src: url('../PerpetuaTitlingMTStd-Rg.eot?#iefix') format('embedded-opentype'), url('../PerpetuaTitlingMTStd-Rg.woff2') format('woff2'), url('../PerpetuaTitlingMTStd-Rg.woff') format('woff'), url('../PerpetuaTitlingMTStd-Rg.ttf') format('truetype'), url('../PerpetuaTitlingMTStd-Rg.svg#PerpetuaTitlingMTStd-Rg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
textarea,
ul {
    margin: 0;
    padding: 0
}

.logo-sec,
.menubar {
    justify-content: center;
    display: flex
}

.menu div a,
body {
    font-family: Poppins, sans-serif
}

.menu-block a,
.menutxt {
    font-family: 'Perpetua Titling MT Std'
}

.menu-block,
.page-banner {
    height: 100vh
}

.banner-btn,
.footer,
.hotelbgimg,
.last-sec,
.pt-0,
.sec3,
.sec4,
.sec5,
.yellow-bg {
    overflow: hidden
}

#button:hover,
#dropdown-arrow,
.banner-btn,
.cancel-icon {
    cursor: pointer
}

body {
    overflow-x: hidden;
    position: relative
}

a,
a:hover {
    text-decoration: none;
    border: 0;
    outline: 0
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth
}

.menubar {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    align-items: center
}

#button,
.menu-block {
    position: fixed;
    opacity: 0
}

.menu {
    width: 32%
}

.menu-sec {
    display: flex;
    justify-content: flex-start;

}

.book-stay-sec a,
.menu-sec a {
    display: flex;
    align-items: center;
    gap: 15px
}

.book-stay-sec {
    display: flex;
    justify-content: flex-end
}

.logo-sec {
    line-height: 0
}

.logo-sec a img,
.menu-block-logo {
    width: 125px
}

.menu div a {
    font-weight: 500;
    color: #000;
    font-size: 15px;
    letter-spacing: 2px
}

.menu-block {
    width: 100vw;
    background: #48c1ce;
    left: 0;
    top: 0;
    /* transform: scale(0); */
    transition: transform .8s ease-in, opacity .8s ease-in;
    z-index: 1
}

.menu-block.open {
    transform: scale(1);
    opacity: 1
}





.menu-block ul {
    list-style: none;
    padding: 0;
    text-align: center
}

.menu-block li {
    margin: 0 0 3vh
}

.menu-block a {
    color: #fff;
    font-size: 3vw;
    line-height: 4vw;
    text-decoration: none;
    text-transform: uppercase
}

.menulist {
    margin: -100px 0 0
}

.menutxt {
    font-size: 15vw;
    line-height: 15vw;
    color: rgba(255, 255, 255, .1);
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    z-index: -1
}

.minititle,
.title {
    text-transform: uppercase;
    color: #3a3a3a
}

.cancel-icon {
    margin-left: 95%;
    margin-top: 20px;
    width: 20px
}

.amenities-head-content-area,
.footer-span-cls,
.menu-block-logo-sec {
    display: flex
}

.menu-block-logo-sec div {
    width: 50%;
    padding: 30px
}

.banner-content-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.banner-content div {
    margin: 10px 0;
    filter: drop-shadow(0px 2px 8px #000000)
}

.banner-content p {
    font-family: Nexa, sans-serif;
    font-size: 13px;
    letter-spacing: 6px;
    color: #fff
}

.banner-content h2 {
    font-family: 'Perpetua Titling MT Std';
    font-size: 40px;
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase
}

.banner-content h3 {
    font-family: Nexa, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff
}

.minititle {
    letter-spacing: 1.2px;
    font-size: 15px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    letter-spacing: 2px
}

.title {
    font-family: 'Perpetua Titling MT Std';
    font-weight: lighter;
    line-height: 6vw;
    font-size: 6vw
}

.linking-txt,
.subtitle p {
    font-size: 15px;
    font-family: Poppins, sans-serif;
    color: #3a3a3a
}

.subtitle {
    line-height: 1.2rem;
    margin-left: 10% !important
}

.subtitle p {
    text-transform: inherit;
    font-weight: 500;
    margin: 10px 0;
    line-height: 22px;
    text-align: justify
}

.amenities p,
.down-slider-txt,
.footer-left div p,
.linking-txt {
    text-transform: uppercase
}

.explore-content {
    margin: 25px 0 0
}

.linking-txt {
    letter-spacing: 1.2px;
    font-weight: 600;
    transition: transform .3s
}

.italictxt {
    font-family: "Playwrite US Trad", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 60px;
    color: #3a3a3a;
    font-weight: 200
}

.down-slider-txt,
.footer-left div p,
.sec4imgtoptxt {
    font-family: Poppins, sans-serif
}

.luxurytxt {
    margin-right: 10%
}

.lifestyletxt {
    margin-left: 10%
}

.casa-img-fluid-3 {
    width: 40.5%
}

.amenities p {
    font-family: 'Perpetua Titling MT Std';
    font-size: 35px;
    font-weight: lighter;
    color: #3a3a3a;
    line-height: 5rem
}

.sec4imgtoptxt {
    color: #fff;
    font-size: 25px;
    position: absolute;
    bottom: 10%;
    right: 5%;
    z-index: 1;
    width: 30%;
    font-weight: 500
}

.comfort-zonetxt {
    margin: 20px 0
}

.slider-nav {
    width: 65%
}

.overview-flower-area {
    position: absolute;
    right: -28%;
    top: 2%
}

.amenities-flower-area div img,
.overview-flower-area div img,
.privatepool-benifits-blk.section-1 {
    width: 75%
}

.down-slider-txt {
    position: absolute;
    left: 10px;
    bottom: 42px;
    background: #3a3a3a;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.amenities-sec2,
.casa-sec-5-img1,
.explore-content,
.footer,
.overview-sec-2,
.overview-section-2,
.posrel,
.slider-img-sec-5 {
    position: relative
}

.slick-slider {
    -webkit-user-select: all;
    user-select: all
}

.responsive-footer {
    background-image: url(../images/footer-img.webp);
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    color: #fff;
    line-height: 1.5;
    display: none;
    overflow: hidden
}

.footer-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap
}

.footer-left {
    flex: 1;
    text-align: left
}

#button,
.banner-btn,
.content .inner {
    text-align: center
}

.social-links a {
    margin-right: 10px
}

.footer-right {
    flex: 0 0 auto
}

.responsive-footer img {
    max-width: 100%;
    height: auto
}

.imginfo_itemblk {
    display: flex;
    justify-content: flex-end;position: relative
}
.imginfo_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    flex-direction: row-reverse;width: 90%
}
.imgpic {line-height: 0;width: 70%}        
.imgtxt_pic {line-height: 0;width: 25%}
.imginfo_itemblk.lifestyle_item .imginfo_item {
    flex-direction: row;
}
.imginfo_itemblk.lifestyle_item {
    justify-content: flex-start;
}
.imginfo_itemblk.comfort_item .imgpic {width:56%}
.imageinfo_blk {padding: 0 0 130px 0}
.imginfo_itemblk.lifestyle_item .imgpic {width: 100%;height: 570px;}
.imginfo_itemblk.lifestyle_item .imgpic iframe {width: 100%;height: 100%;object-fit: cover;}
.youtubebg_video {
    width: 70% !important;
}

.private-luxury-txt h1 {
    font-family: 'Perpetua Titling MT Std';
    font-size: 35px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #3a3a3a;
    line-height: 5rem;
}
.wel-sec {
    display: flex;
}
.pt {
    padding-top: 80px;
    position: relative;
    /* background-color:#ffffe4; */
}
.home-demo-flower div img {
    width: 88%;
}
.home-demo-flower {
    position: absolute;
    right: -20%;
    top: 8%;
    z-index: 1;
}
/* .new-columns{
    width: 50% !important;
} */

.new-row {
    display: flex;
    justify-content: center;
    width: 100%;
}
.list-txt h4 {
    font-family: 'Perpetua Titling MT Std';
    font-size: 21px;
    text-transform: uppercase;
    font-weight: lighter;
    color: #16b4c2 !important;
}
.list-txt p {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    color: #3a3a3a !important;
    text-transform: uppercase;
    font-weight: 400;
    text-transform: inherit !important;
    text-align: justify;
}
.font-size4 {
    font-size: 5vw !important;
    line-height: 5vw !important;
}
.welcome-txt {
    text-align: center;
    color: #16b4c2;
    font-size: 2.5vw;
    font-family: 'Perpetua Titling MT Std';
    text-transform: uppercase;
    font-weight: lighter;
}
.title-case p {
    text-transform: inherit !important;
    width: 90%;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    height: 14%;
    box-shadow: 0px 1px 5px 1px #e6e6e6;
}
.ptb {
    padding: 10px 0 100px 0;
    /* background-color:#ffffe4; */
}
.ylw-bg-2 {
    background-image: url(images/body-bg-img.jpg);
    background-size: cover;
}
.ylw-bg {
    background-color: #f5efe9;
    background-image: url(images/site-bgimg.webp);
    background-size: contain;
}


@media (max-width:991px) {
    .responsive-footer {
        display: block
    }

    .footer {
        display: none
    }

    .footer-left p {
        text-transform: uppercase
    }

    .txt-left {
        justify-content: flex-start !important
    }

    .pb-100 {
        padding-bottom: 70px
    }
}

.footerblk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.footerblk img {
    width: 100%;
    height: auto
}

.footer-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 0;
    padding: 20px;
    margin-top: 47%
}

.design-studio-logo,
.flower_img img,
.gallery-column img,
.northgoa-sec-blk,
.select_item {
    width: 100%
}

.social-links {
    display: flex;
    gap: 10px;
    margin-top: 20px
}

.footer-right a img {
    width: 130px
}

.footer-left div p {
    font-weight: 400;
    color: #fff;
    margin: 10px 0;
    line-height: 1.5
}

.linking-txt:hover {
    transform: scale(1.2)
}

.sec4 {
    padding: 100px 0 0
}

.casa-flwr-hotel {
    margin-top: 0
}

.hotel-sec {
    margin-left: 16%
}

.hotelbgimg {
    width: 25%;
    position: absolute;
    left: 0
}

.hotel-img-sec {
    padding: 0 10px
}

.restaurent-slider {
    margin-right: 1%;
    margin-top: 65px
}

.hotel-sec-area {
    position: relative;
    left: -10px
}

.slider-for button.slick-prev {
    width: 40px;
    height: 40px;
    background-size: 100%;
    transform: rotate(180deg);
    left: -7%;
    z-index: 1;
    top: 50%;
    filter: drop-shadow(0px 0px 5px grey)
}

.slider-for button.slick-next {
    width: 40px;
    height: 40px;
    background-size: 100%;
    transform: none;
    right: -13%;
    z-index: 1;
    top: 50%;
    filter: drop-shadow(0px 3px 4px grey)
}

.d-design-text {
    color: #3ac2cf;
    font-family: JaneAusten;
    font-size: 20px;
    width: 150px;
    line-height: 0
}

.footer-left-content,
.hotel-names {
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-transform: uppercase
}

.fa-volume-mute:before {
    content: "\f6a9";
    display: none
}

.slider-for {
    padding-bottom: 50px
}

.video-background-controls {
    z-index: 1 !important
}

.fa-pause-circle:before,
.footerstk,
.ressec4-slider,
option[value=""][disabled] {
    display: none
}

.hotel-names {
    background: #3a3a3a;
    padding: 10px 30px;
    color: #fff
}

.columns h4,
.footer-left-content a {
    color: #3a3a3a
}

.hotel-down-slider-txt {
    position: absolute;
    left: 10px;
    bottom: 42px;
    display: flex;
    justify-content: space-between;
    width: 90%
}

.hotel-down-slider-txt img {
    width: 50px;
    margin-left: 10%
}

#button {
    display: inline-block;
    background-color: #3ac2cf;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: 40px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 40px;
    color: #fff
}

#button:hover {
    background-color: #333
}

#button:active {
    background-color: #555
}

#button.show {
    opacity: 1;
    visibility: visible
}

.overview-banner-container {
    background-image: url(../images/overview/overview-banner.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.overview-banner-content {
    filter: drop-shadow(0 0px 0px black) !important
}

img.img-fluid.overview-sec-2-img {
    width: 35%;
    position: absolute
}

.about-body-con-sec {
    position: relative;
    top: 82px
}

.about-body-con {
    position: absolute;
    left: 30%
}

.flower-section {
    display: flex;
    justify-content: center;
    top: 190px;
    padding: 50px 0
}

.overview-img-sec {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    left: 19%;
    top: 25px
}

.suits-logo-sec {
    width: 170px;
    margin: 30px auto 0
}

footer {
    border-top: 1px solid #bdbdbd;
    padding: 30px 0 40px
}

.common-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 1
}

.footer-left-content {
    color: #3a3a3a;
    letter-spacing: 2px;
    line-height: 24px
}

.amenities-banner-container {
    background-image: url(../images/amenities/banner-img.webp);
    background-size: cover;
    background-attachment: fixed;
    position: relative
}

.amenities-flower-area {
    position: absolute;
    left: 0;
    bottom: -8%
}

.row {
    display: flex;
    justify-content: center;
    gap: 45px;
    flex-wrap: wrap
}

.gallery-row,
.input-row {
    justify-content: space-between
}

.columns {
    width: 26.33%;
    margin: 2%
}

.columns img {
    width: 50px
}

.columns h4 {
    font-size: 15px;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
    font-weight: 600
}

.columns p {
    font-size: 15px;
    font-family: Poppins, sans-serif;
    color: #16b4c2;
    text-transform: uppercase
}

.amenities-content {
    margin-top: 12px
}

.amenities-sec2 {
    padding-top: 200px
}

.amenities-slider {
    margin: 0;
    padding: 100px 0
}

.form-element select {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid grey;
    padding: 10px 0;
    width: 100%;
    color: #3f3f3f;
    outline: 0;
    background: #0000;
    float: right
}

.form-element input {
    background: #0000
}

.galley-banner-container {
    background-image: url(../images/gallery/banner-img.webp);
    background-attachment: fixed;
    position: relative
}

.gallery-row {
    display: flex;
    flex-wrap: wrap
}

.gallery-column {
    width: 48%;
    line-height: 0
}

.gallery-column:nth-child(2n+2),
.marTop50 {
    margin: 50px 0 0
}

.amenity_wrapper:before,
.contactus_wrapper:before,
.gallery_wrapper:before,
.overview_wrapper:before,
.private_pool_wrapper:before,
.villa-northgoa_wrapper:before {
    content: "";
    height: 150vh;
    top: 0;
    left: 0;
    margin: auto
}

.contact-banner-container {
    background-image: url(../images/contact/banner-img.webp);
    background-attachment: fixed;
    position: relative
}

.location-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px
}

.location-section div img {
    width: 48px
}

.address a,
.address p {
    font-size: 15px;
    font-family: Poppins, sans-serif;
    color: #3a3a3a;
    text-transform: uppercase;
    font-weight: 500
}

.contactfm_blk {
    width: 90%;
    margin: 0 auto;
    display: block
}

.input-row {
    display: flex;
    gap: 25px;
    width: 100%;
    align-items: center
}

.input-col,
.input-col .option-border,
.input-col label {
    width: 50%
}

.contact-form {
    width: 100%;
    border: 1px solid #ccc;
    padding: 65px;
    margin-top: 70px
}

.contact-select {
    gap: 42px
}

.send-enquiry {
    font-size: 18px
}

.date-fluid {
    gap: 35px
}

.content {
    display: table;
    width: 100%;
    min-height: 100vh;
    z-index: 1;
    position: relative
}

.content .inner {
    display: table-cell;
    vertical-align: middle;
    padding-left: 16px;
    padding-right: 16px
}

.content .inner h2 {
    font-size: 62px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .5)
}

.video-background-controls button {
    font-size: 32px;
    display: inline-block;
    padding: 0;
    margin: 0 0 0 10px;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    line-height: 32px;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    color: #fff;
    filter: drop-shadow(0px 0px 1px black);
    cursor: pointer;
    opacity: 1;
    transition: 250ms ease-in-out
}

.video-background-controls button:hover {
    opacity: .5
}

.video-background-controls {
    position: absolute;
    top: 10px;
    right: -12px !important
}

iframe {
    transition: opacity .5s ease-in-out 250ms
}

#ytbg3 {
    height: 100vh !important
}

.banner-btn {
    z-index: 1;
    border: 1px solid #7f7f7f;
    border-bottom: none;
    width: 34px;
    height: 170px;
    background-color: #222;
    color: #fff;
    padding: 2px 0;
    position: fixed;
    top: 330px;
    right: 0;
    left: auto;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.mapouter {
    width: 100% !important;
    padding: 80px 0
}

.slick-dots {
    bottom: 9px
}

.slick-dots li {
    margin: 0
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #7a7a7a;
    padding: 0
}

.gallery-container,
.pb-100 {
    padding-bottom: 100px
}

.gallery-flower-area {
    position: absolute;
    right: -30%;
    top: 8%
}

.contact-us-flower-area {
    position: absolute;
    right: -25%;
    top: 8%
}

.map-section {
    padding: 80px 0
}

::-webkit-input-placeholder {
    color: #797979;
    opacity: 1;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    font-family: Montserrat-Medium;
    font-weight: 400
}

::-moz-placeholder {
    color: #797979;
    opacity: 1;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    font-family: Montserrat-Medium;
    font-weight: 400
}

::-ms-input-placeholder {
    color: #797979;
    opacity: 1;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    font-family: Montserrat-Medium;
    font-weight: 400
}

.list-txt h4,
.vacay_txt {
    font-family: 'Perpetua Titling MT Std';
    text-transform: uppercase
}

.slick-dots li.slick-active button {
    background: #000
}

.section_wrapper {
    position: relative;
    width: 100%;
    height: auto
}

.gallery_wrapper:before {
    position: absolute;
    width: 100%;
    background: url('../images/gallery-banner.webp') top right/cover no-repeat;
    right: 0
}

.amenity_wrapper:before {
    position: absolute;
    width: 100%;
    background: url('../images/overview-updated-banner.webp') top right/cover no-repeat;
    right: 0
}

.contactus_wrapper:before {
    position: absolute;
    width: 100%;
    background: url('../images/contact-banner.webp') top right/cover no-repeat;
    right: 0
}

.overview_wrapper:before {
    position: absolute;
    width: 100%;
    background: url('../images/overview-new-banner.webp') top right/cover no-repeat;
    right: 0;
    z-index: 0
}

.overview_bannerblk {
    padding: 200px 0 0 5%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99
}

.private_pool_wrapper:before {
    position: absolute;
    width: 100%;
    background: url('../images/private-pool-villa.webp') top right/cover no-repeat;
    right: 0;
    z-index: 0
}

.villa-northgoa_wrapper:before {
    position: absolute;
    width: 100%;
    background: url('../images/north-goa-banner.webp') top right/cover no-repeat;
    right: 0;
    z-index: 0
}

.overview_info {
    width: 40%
}

.overviewpic_blk {
    width: 50%;
    line-height: 0
}

.overview_info .subtitle {
    margin: 25px 0 0 !important
}

.vacay_wrapper {
    padding: 110px 0 110px 15%;
    position: relative
}

.vacay_txt {
    font-size: 5vw;
    line-height: 6vw;
    color: #3ac2cf;
    letter-spacing: 3px;
    text-align: justify;
    display: flex;
    justify-content: flex-end
}

.vacay_flower {
    position: absolute;
    left: 16%;
    bottom: 0;
    width: 35%
}

.suithotel_blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 100px
}

.suit_pic {
    width: 40%;
    line-height: 0
}

.suit_info {
    width: 55%;
    padding: 0 10% 0 0
}

.suit_info .explore-content.subtitle {
    margin: 0 !important
}

.flower_img {
    position: absolute;
    bottom: -20%;
    right: 0;
    width: 30%
}
.whatsappicon {
    z-index: 111;
    position: fixed;
    bottom: 14%;
    right: 12px;
    top: auto;
    border-radius: 50%;
    color: #fff;
    background: #25d366;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    margin-left: 30px
}

.whatsappicon span i {
    color: #fff;
    font-size: 18px
}

.pt-sec3 {
    padding: 80px 0 0
}

.pt-0 {
    padding: 0 0 80px
}

.yellow-bg {
    background-color: #ffffe4;
    position: relative;
    padding: 80px 0
}

.last-sec {
    padding: 80px 0 0
}

.body-bg-imgage {
    background-image: url(../images/site-bgimg.webp);
    background-size: contain
}

.headerwrapper {
    background-image: url(../images/body-bg-img.jpg);
    background-size: cover
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    height: 14%;
    box-shadow: 0 1px 5px 1px #e6e6e6
}

.lp-youtv {
    height: 600px
}

.private-pool-blk {
    padding: 200px 0 0 5%;
    width: 55%;
    position: relative
}

.private-pool-second-blk {
    padding: 100px 0
}

.private-pool-info {
    padding: 0
}

.privatepool-benifits-blk {
    display: flex;
    margin-left: 6%
}

.pool-flwr-sec {
    width: 30%
}

.pool-flwr-1 {
    transform: scaleX(-1)
}

.top-villa-txt {
    margin: 0 2% 0 5%
}

.villa-head {
    text-align: left
}

.list-txt p,
.txt-justify {
    text-align: justify
}

.private-pool-body-con p {
    margin-right: 2% !important
}

.dropdown-menu {
    display: none;
    list-style-type: none;
    padding: 0;
    margin-top: 5px
}

.dropdown-menu li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 38px
}

.northgoa-row {
    display: flex;
    margin-left: 8%
}

.northgoa-col {
    width: 33%;
    margin: 2%
}

.north-goa-col2 {
    width: 100%;
    margin: 2%
}

.list-txt h4 {
    font-size: 21px;
    font-weight: lighter;
    color: #16b4c2 !important
}

.list-txt p {
    font-size: 15px;
    font-family: Poppins, sans-serif;
    color: #3a3a3a !important;
    text-transform: uppercase;
    font-weight: 400;
    text-transform: inherit !important
}

.north-goa-row2 {
    margin-left: 23%
}

.north-villa-goa {
    padding-top: 100px
}

.txt-left {
    text-align: left !important
}

.conclusion {
    margin-left: 0 !important
}
.width100 {width: 100%}
.video_wrapper {position: relative}
.banner_frmwrapper {width: 100%;padding: 20px;background: rgba(22,180,194,0.7);position: absolute;bottom: 0;left: 0;right: 0;z-index: 99;top: auto;height: 143px;}
.banner_frmblk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner_frmblk .form-element .placeholder_name {font-size: 12px;line-height: 12px;color: #fff;font-weight: bold;letter-spacing: 0.5px;text-transform: uppercase;margin: 0 0 10px 0;}
.banner_frmblk .form-element input {color: #fff;font-family: Poppins, sans-serif;border-bottom: 1px solid rgba(255,255,255,0.5);padding: 5px}
.banner_frmblk .form-element input::-webkit-input-placeholder {color: #fff;font-family: Poppins, sans-serif;}
.banner_frmblk .form-element input::-moz-placeholder {color: #fff;font-family: Poppins, sans-serif;}
.banner_frmblk .form-element input::-ms-input-placeholder {color: #fff;font-family: Poppins, sans-serif;}
.banner_frmblk .form-element .date-input-field-1[type=date]:invalid + span:after {content: ""}
.banner_frmblk .form-element .date-input-field-2[type=date]:invalid + span:after {content: ""}
.banner_frmblk .form-element.date-fluid {display: block}
.banner_frmblk .form-element.select-fluid {display: block}
.banner_frmblk .form-element select {padding: 5px;border-bottom: 1px solid rgba(255,255,255,0.5);color: #fff}
.enq_form_ttl {font-size: 18px;line-height: 18px;color: #fff;font-weight: bold;text-align: center;margin: 0 0 30px 0}
#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
    background: rgba(22,180,194,0.9)
}
.enquiry-form.withbg {
    background: rgba(22,180,194,1);
    padding: 30px;
}

.form-element input:focus::placeholder {color: transparent;opacity: 0;}
.form-element input:focus::-webkit-input-placeholder {color: transparent;opacity: 0;}
.form-element input:focus::-moz-placeholder {color: transparent;opacity: 0;}
.form-element input:focus::-ms-input-placeholder {color: transparent;opacity: 0;}

.banner_frmblk .form-element {margin: 0;}
.banner_frmblk .form-element.date-fluid label {width: 100%}

body.show {overflow: hidden}
body.show .banner_frmwrapper {display: none}

.benefit_listblk {margin: 30px 0 0 0}
.benefit_listblk .list-txt {margin: 0 0 20px 0;}
.benefit_listblk .list-txt h4 {margin: 0 0 10px 0;}
.benefit_listblk .list-txt p {font-weight: 500;}

.featureitem_blk {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px 0
}
.feature_item {
    background: rgba(58,194,207,1);
    padding: 20px;
    text-align: center;
    color: #fff;
    border-radius: 10px;width: 32%
}
.feature_name {
    font-family: 'Perpetua Titling MT Std';
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 0;
}
.feature_desc {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 22px;
}
.common_padding {padding: 60px 0}

.section_list {padding: 0 0 0 30px}
.section_list li {
    font-family: Poppins, sans-serif;
    color: #3a3a3a;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin: 0 0 16px 0;list-style: none;position: relative;padding: 0 0 0 25px
}
.section_list li:before {position: absolute;content: "";background: url('../images-new/list-check.png') no-repeat 0 0;width: 20px;height: 18px;top: 0;left: 0}
.dreamvacation_blk {margin: 60px 0}
.book_your_vacationblk {
    width: 80%;
    margin: 110px auto 0;
    padding: 50px 20px;
    text-align: center;background: rgba(255,255,255,0.8)
}
.book_your_vacationblk .subtitle {margin: 0 auto;width: 80%;text-align: center}
.book_your_vacationblk .subtitle p {text-align: center}
.book_your_vacationblk .title {font-size: 40px;line-height: 40px;margin: 0 0 30px 0}



.blog-img-blk img{
    width: 100%;
}


.form_blk_wrapper{position: relative;z-index: 1;}

.navbar{display: flex;justify-content: space-between;width:100%;align-items: center;padding:10px 0;height: 38px;}

.stick{position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    height: 20%;
    box-shadow: 0px 1px 5px 1px #e6e6e6;
}




.menu_lists{
    display: flex;justify-content: center;align-items: center;list-style: none;gap:25px;
}

.casa-logo{width: 114px;}

.newmenublk.menu-block{top:110px;background-color: rgb(1 135 147 / 40%);backdrop-filter: blur(3px);}
.newmenublk.menu-block, .page-banner{height: auto;}
.newmenublk.menu-block a{font-size: 15px;}
.navbar .casa-logo,
.navbar .book-stay-txt{display: none;}
.navbar li{margin: 0;}


/* .newmenublk.menu-block {
    position: sticky;
    top: 0;
    background-color: #222;
    z-index: 9999;
} */

.newmenublk.menu-block.sticky{top: 0;transition: ease 0.5s;box-shadow: unset;}


/* Show when menu block becomes sticky */
.newmenublk.menu-block.sticky .navbar .casa-logo,
.newmenublk.menu-block.sticky .navbar .book-stay-txt {
    display: block;
}

.newmenublk.menu-block.sticky .navbar{height: auto;}

.newmenublk.menu-block {
    display: none;
    transition: all 0.8s ease;
}

.newmenublk.menu-block.open {
    opacity: 1;
    transform: translateY(0);
}


.newmenublk.menu-block.sticky {
    display: block;
    opacity: 1;
    transform: translateY(0);
}
#menu_mobile:not(.mm-menu){display:none}

.mobile_menu_icon{display: flex;align-items: center; gap: 10px;}
.mobile_menu_icon span {
    font-size: 15px;
    text-transform: uppercase;
    color: #16b4c2;
    font-weight: 500;
}

/* .mobile-menu{display: block;} */
.mobile-menu-icon-blk{display:none;
    padding: 15px 25px;}
 
.mobile-logo{width: 95px !important;}    


.mm-menu{background-color: #16b4c2 !important;}


.menu-sec {
            background: url(../images/open-menu.webp) no-repeat;
            width: 100%;
            height: 100px;
            cursor: pointer;
            background-position: left;
        }

        .menu-sec.active {
            background: url(../images/close-menu.webp) no-repeat;
            width: 100%;
            height: 100px;
            cursor: pointer;
            background-position: left;
        }


/*Responsive CSS Start*/
@media (max-width:1199px) {
    .casa-img-fluid-3 {
        width: 40.5%
    }
}

@media (max-width:1024px) {
    .title {
        line-height: 4rem
    }

    .dropdown-menu li a {
        font-size: 30px !important
    }

    .northgoa-banner-blk {
        width: 95% !important
    }
    #ytbg3,
    .content,
    .example-marquee {
        height: 500px !important;
        min-height: 500px !important;
    }

    .menu_lists{gap:10px;}

}

@media (max-width:991.98px) {
    .title {
        font-size: 70px;
        line-height: 4rem
    }

    .subtitle p {
        font-size: 15px
    }

    .slick-next,
    .slick-prev {
        width: 45px;
        height: 45px
    }

    .sec4imgtoptxt {
        font-size: 16px
    }

    .footer-details {
        margin-top: 39%
    }

    .overview-flower-area {
        right: -45%
    }

    .overview-flower-area div img {
        width: 60%
    }

    .overview_bannerblk {
        padding: 200px 2% 0;
        display: block
    }

    .overview_info {
        width: 100%;
        margin: 0 0 40px
    }

    .overviewpic_blk {
        width: 100%
    }

    .vacay_flower {
        left: 5%;
        width: 45%
    }

    .vacay_wrapper {
        padding: 110px 0;
        bottom: auto;
        top: 70px
    }

    .suithotel_blk {
        display: block
    }

    .suit_pic {
        width: 60%;
        margin: 0 auto 40px
    }

    .suit_info {
        width: 90%;
        margin: 0 auto;
        padding: 0
    }

    .suits-logo-sec {
        opacity: 1 !important;
        margin: 30px auto
    }

    .txt-left {
        text-align: justify !important
    }

    .mobile-menu-icon-blk{display:flex;justify-content:space-between;width: 100%;padding: 7px 22px;position: sticky;top: 0;}

    .dekstop-header{display: none;}

}

@media (max-width:800px) {
    .footer-details {
        margin-top: 31%
    }
}

@media(max-width:768px) {
    #ytbg3,
    .content,
    .example-marquee {
        height: 350px !important;
        min-height: 350px !important;
    }
    .sec6slide {
        width: 60%;
    }
    .sec6slide img {
        width: 100%;
        margin: 0 auto;
    }
    .slick-dots {
        width: 55%;
        margin: 0 auto;
        right: 0;
        left: 0;
    }
    .sec5blk1 {
        padding-left: 0 !important
    }
    .pl10 {
        padding-left: 10% !important
    }

    .blogs-blk{
        display: block !important;
    }

    .blog-blk-1{
        width: 100% !important;
    }

    .blog-blk-2{
        width: 100% !important;
    }

    .blogs-sec {
        padding: 40px 0 !important;
    }
}

@media (max-width:767.98px) {

    .banner-content-container,
    .page-banner {
        height: 520px
    }

    .second-sec,
    .stkyblk a {
        display: block
    }

    .down-slider-txt,
    .stkyblk a {
        text-transform: uppercase;
        font-size: 14px
    }

    .content {
        min-height: 520px
    }

    #ytbg3 {
        height: 520px !important
    }

    .content .inner h1 {
        font-size: 46px
    }

    .contactfm_blk,
    .section-1,
    .section-2 {
        width: 100%
    }

    .enquiry-form {
        border: 1px solid #e4e4e4;
        padding: 20px
    }

    .linking-txt,
    .minititle {
        font-size: 13px
    }

    .amenities p {
        font-size: 30px
    }

    .title {
        font-size: 50px;
        line-height: 2.5rem
    }

    .footer-details {
        margin-top: 30%
    }

    .sec4 .slick-next {
        top: 46%
    }

    .sec4-slider {
        margin: 55px 0 0
    }

    .sec5 {
        padding-top: 50px
    }

    .down-slider-txt {
        padding: 4px 15px
    }

    .contact-us-section {
        padding-left: 0
    }

    .contact-form {
        width: 100%;
        padding: 20px
    }

    .gallery-flower-area {
        position: absolute;
        right: -68%;
        top: 23%
    }

    .gallery-flower-area div img {
        width: 51%
    }

    .amenities-flower-area div img {
        width: 65%
    }

    .columns {
        width: 42%;
        margin: 2%
    }

    .casa-img-fluid-3 {
        width: 41.2%
    }

    .page-banner {
        background-attachment: unset
    }

    .footerstk {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 11
    }

    .stkyblk {
        width: 50%;
        background: #222;
        text-align: center
    }

    footer {
        padding: 30px 0 80px
    }

    .stkyblk a {
        color: #fff;
        text-decoration: none;
        padding: 10px
    }

    .stkyblk a:first-child {
        border-right: 1px solid #fff
    }

    #button::after {
        font-size: 15px;
        line-height: 40px
    }

    #button {
        width: 40px;
        height: 40px;
        bottom: 44px
    }

    .hotel-names {
        font-size: 14px;
        padding: 14px 17px
    }

    .amenity_wrapper:before,
    .contactus_wrapper:before,
    .gallery_wrapper:before,
    .overview_wrapper:before {
        height: 80vh
    }

    .menulist {
        margin: 0
    }

    .menutxt {
        bottom: 11%;
        left: 20px
    }

    .menu-block li {
        margin: 0 0 2vh
    }

    .menu-block a {
        font-size: 4vw
    }

    .logo-sec a img {
        width: 95px
    }

    .new-row {
        flex-wrap: wrap
    }

    .new-columns {
        width: 45%
    }

    .imginfo_itemblk.lifestyle_item .imgpic {
        height: 187px !important
    }

    .pb-0 {
        padding-bottom: 50px
    }

    .north-villa-goa {
        padding-top: 50px !important
    }

    .northgoa-row {
        display: block !important
    }

    .northgoa-col {
        width: 98% !important
    }
}

@media (max-width:600px) {
    .footer-details {
        margin-top: 18%
    }

    .overview_bannerblk {
        padding: 150px 2% 0
    }
}

@media (max-width:575.98px) {
    .banner-content h3 {
        font-size: 15px !important
    }

    .banner-content h2 {
        font-size: 28px !important;line-height: 30px
    }

    .logo-sec a img {
        width: 70px
    }

    .menu-sec a img {
        width: 36px
    }

    .menu div a {
        font-size: 12px
    }

    .slider-sec5-con {
        width: 100%;
        margin-bottom: 50px
    }

    .slider-nav {
        width: 100%;
        padding-top: 32px
    }

    .footer-details {
        margin-top: 40%
    }

    .footer-right a img {
        width: 80px
    }

    .social-links a img {
        width: 30px
    }

    .footer-left div p,
    .subtitle p {
        font-size: 13px
    }

    .casa-footer img {
        top: 15px
    }

    .sec3img2,
    .sec3img3 {
        top: -38px
    }

    .casa-img-fluid-3 {
        width: 41.5%
    }

    .casa-text-img1 {
        margin-right: 56px
    }

    .columns,
    .input-col,
    .section-1,
    .slider-for {
        width: 100%
    }

    .casa-text-2-img {
        margin-left: 56px
    }

    .down-slider-txt {
        left: 20px;
        bottom: 19px
    }

    .slick-next {
        width: 35px !important;
        height: 35px !important;
        right: 7% !important
    }

    .slick-prev {
        width: 35px;
        height: 35px;
        left: 8%
    }

    .sec6slide {
        justify-content: center
    }

    .sec5blk1 {
        display: flex;
        padding-left: 10%;
        flex-direction: column-reverse
    }

    .sec6slide img,
    .slick-dots {
        width: 55%
    }

    .ressec4-slider,
    .sec6slide {
        display: block
    }

    .sec5bgimg {
        position: absolute;
        top: 55%;
        width: 50%;
        right: -10%
    }

    .slider-for .slick-prev {
        left: 3% !important
    }

    .slider-for .slick-next {
        right: 48% !important
    }

    .hotelbgimg {
        width: 42%;
        position: absolute;
        left: -1%
    }

    .amenities p {
        font-size: 22px;
        line-height: 2rem
    }

    .hotel-sec {
        margin-left: 13%
    }

    .sec2 {
        padding: 70px 0;
        overflow: hidden
    }

    .explore-content,
    .form-element {
        margin: 20px 0
    }

    .about-body-con {
        left: 0
    }

    .row {
        flex-direction: column;
        gap: 25px
    }

    .input-row {
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .title {
        padding-top: 10px;
        font-size: 28px
    }

    .hotel-img-sec .down-slider-txt {
        left: 10px
    }

    .restaurent-slider .slick-prev {
        left: 4%
    }

    .overview-img-sec {
        top: 152px
    }

    .overview-flower-area {
        right: -100%
    }

    .overview-flower-area div img {
        width: 44%
    }

    .gallery-flower-area {
        position: absolute;
        right: -87%;
        top: 20%
    }

    .gallery-container {
        padding-bottom: 50px
    }

    .contact-us-flower-area {
        position: absolute;
        right: -83%;
        top: 18%
    }

    .contact-us-flower-area div img {
        width: 60%
    }

    .menu-block-logo {
        width: 95px
    }

    .menu-block a {
        font-size: 7vw
    }

    .sec4 {
        padding: 45px 0 0
    }

    .amenities {
        padding-top: 10px
    }

    .columns img {
        width: 35px
    }

    .desksec4-slider,
    .home-demo-flower,
    .pool-flwr-sec {
        display: none
    }

    .private-luxury-txt h1 {
        font-size: 22px !important;
        line-height: 2rem !important
    }

    .whatsappicon {
        position: fixed;
        bottom: 8%;
        right: 62px
    }

    .welcome-txt {
        font-size: 18px !important
    }

    .list-txt h4 {
        font-size: 19px !important
    }

    .list-txt p {
        font-size: 13px !important
    }

    .sticky {
        height: 10% !important
    }

    .imginfo_itemblk.lifestyle_item .imgpic {
        height: 187px !important
    }

    .private-pool-blk {
        width: 100% !important
    }

    .private-pool-blk h1 {
        font-size: 52px;
    }

    .private-pool-second-blk {
        padding: 50px 0 0 !important
    }

    .privatepool-benifits-blk .section-1 {
        width: 95%
    }

    .benifit-txt.txt-justify {
        margin-left: 5% !important;
        margin-right: 5% !important
    }

    .dropdown-menu li a {
        font-size: 20px !important
    }

    .northgoa-sec-blk {
        margin-top: 50px
    }

    .mr-l0 {
        margin-left: 0 !important
    }

    .mr-l-2 {
        margin-left: 20px !important
    }

    .villa-northgoa_wrapper:before {
        height: 90vh
    }

    .northgoa-banner-blk {
        padding: 90px 0 0 !important;
        width: 85% !important
    }

    .north-goa-col2 {
        padding-bottom: 10px
    }

    .conclusion-blk {
        padding-bottom: 30px !important
    }

    .p-b-0 {
        padding-bottom: 0 !important
    }

    .section_list li{font-size: 13px;margin: 0 0 9px 0;padding:0;}
}

@media (max-width: 540px) {
    #ytbg3,
    .content,
    .example-marquee {
        height: 300px !important;
        min-height: 300px !important;
    }
    .hotelbgimg {
        left: 50%;
    }
}

@media (max-width:480px) {
    .social-links {
        justify-content: center;
        margin-top: 0;
    }

    .columns h4,
    .columns p,
    .footer-left p {
        font-size: 13px
    }

    .footer-span-cls,
    .social-links {
        justify-content: center
    }

    .footer-left,
    .form-element label {
        width: 100%
    }

    .content {
        min-height: 380px
    }

    #ytbg3 {
        height: 380px !important
    }

    .content .inner h1 {
        font-size: 26px
    }

    .slick-prev {
        left: 5%
    }

    .slick-next {
        right: 5%
    }

    .down-slider-txt,
    .hotel-sec-area {
        left: 0
    }

    .slider-sec5-con {
        margin-right: 8%
    }

    .footer-details {
        margin-top: 30%;
        display: flex;
        flex-direction: column-reverse
    }

    .hotel-sec {
        margin-left: 0;
        line-height: 4
    }

    .hotelbgimg {
        width: 42%;
        position: absolute;
        left: 65%
    }

    .hotel-img-sec .down-slider-txt {
        left: 26px
    }

    .amenities-flower-area,
    .contact-us-flower-area,
    .footer-left-content br,
    .gallery-flower-area,
    .overview-flower-area,
    .overview-img-sec {
        display: none
    }

    .suits-logo-sec div {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .suits-logo-sec div img {
        width: 60%;
        margin-top: 40px
    }

    .common-footer {
        display: flex;
        flex-direction: column-reverse
    }

    .footer-left-content {
        text-align: center;
        font-size: 14px;
        width: 100%
    }

    .sec4imgtoptxt {
        width: 100%;
        right: 0
    }

    .footer-right {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 0 0 10px
    }

    .hotel-img-sec {
        padding: 0 26px
    }

    .restaurent-slider {
        margin-right: 0
    }

    .gallery-column,
    .gallery-column:nth-child(2n+2) {
        margin: 0 0 20px
    }

    .restaurent-slider .slick-prev {
        left: 7%;
        top: 46%
    }

    .footer-left p {
        text-align: center
    }

    .about-body-con {
        position: unset
    }

    .flower-section {
        padding: 0 0 50px
    }

    .overview-section-2 {
        padding: 50px 0 10px
    }

    .gallery-row {
        display: flex;
        flex-direction: column
    }

    .gallery-column {
        width: 100%
    }

    .map-section iframe {
        height: 250px
    }

    .map-section {
        padding: 50px 0
    }

    .row {
        margin-left: 0
    }

    .amenities-slider {
        padding: 45px 0;
        margin: 0
    }

    .banner-content-container,
    .page-banner {
        height: 350px
    }

    .date-fluid {
        gap: 20px;
        flex-wrap: wrap
    }

    .select-fluid {
        flex-wrap: wrap
    }

    .book-stay-sec a {
        gap: 0
    }

    .footer-details {
        padding: 0
    }
    .casa-text-img1 {
        margin-right: 42px;
        margin-top: -43px;
    }
    .slick-prev {
        left: 7%;
    }
    .casa-text-2-img {
        margin-left: 46px;
        margin-top: 37px;
    }
    .casa-text-img3 {
        width: 20%;
        margin-right: 89px;
        margin-top: 8%;
    }

    .mobile_menu_icon img {
        width: 43%;
    }

    .mobile-logo {
        width: 70px !important;
    }
    .mobile-menu-icon-blk{padding: 7px 7px;}
}

@media (max-width:400px) {
    .footer-details {
        margin-top: 30%;
        padding: 0
    }

    .menu div a {
        font-size: 11px;
        line-height: 11px;
        letter-spacing: 0
    }

    .banner-btn {
        top: 286px
    }

    .overview-banner-content {
        line-height: 1.8rem
    }
}

@media (max-width:390px) {
    .private-pool-blk h1 {  
        font-size: 28px !important;
    }
}

@media (max-width:320px) {
    #ytbg3 {
        height: 50vh !important
    }

    .banner-content h1 {
        font-size: 18px
    }

    .banner-content h2 {
        font-size: 11px
    }

    .banner-content p {
        font-size: 10px
    }

    .logo-sec a img {
        width: 48px
    }

    .menu div a {
        font-size: 8px
    }

    .menu-sec a img {
        width: 30px
    }

    .book-stay-sec a img {
        width: 12px
    }

    .sec2 {
        padding: 50px 0
    }

    .subtitle p {
        font-size: 13px
    }

    .explore-content {
        margin: 10px 0
    }

    .section-2 {
        padding-top: 20px
    }

    .enquiry-form {
        padding: 8px
    }

    .casa-text-img1 {
        margin-right: 30px;
        margin-bottom: 34px
    }

    .casa-img-fluid-3 {
        width: 43.5%
    }

    .casa-text-2-img {
        margin-left: 34px;
        margin-top: 41px
    }

    .casa-text-img3 {
        margin-right: 40px
    }

    .amenities p {
        font-size: 20px;
        line-height: 3rem
    }

    .sec4imgtoptxt {
        font-size: 15px;
        width: 100%;
        right: 0
    }

    .banner-content {
        line-height: .8rem
    }

    .footer {
        padding: 0 !important
    }

    .footer-details {
        margin-top: 0 !important;
        flex-direction: column-reverse
    }

    .footer-left div p {
        text-align: center;
        color: #222;
        font-weight: 600
    }

    .content .inner h1 {
        font-size: 24px
    }

    .hotel-sec-area {
        left: 0
    }

    .banner-content-container,
    .page-banner {
        height: 50vh
    }

    .columns img {
        width: 42px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:428px) and (-webkit-min-device-pixel-ratio:3) {
    .date-input-field-2[type=date]:invalid + span:after {
        content: "CHECK-OUT";
        position: absolute;
        left: 0;
        top: 2px
    }

    .date-input-field-1[type=date]:invalid + span:after {
        content: "CHECK-IN";
        position: absolute;
        left: 0;
        top: 2px
    }
}


.blog-sec-wrapper{
    /* background-color: #48c1ce; */
    /* background-color: rgba(22,180,194,0.5); */
    background-image: url('../images/blogs/blog-banner.png');
    background-size: cover;
    background-position: center;
}

.white-txt{
    color: white;
    text-align: center;
}

.blog-head-blk{
    padding: 80px 0;
}

.blogs-sec{
    padding: 60px 0;
    position: relative;
}

.blogs-blk{
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    gap: 20px;
    padding: 30px;
    margin: 50px 0;
    backdrop-filter: blur(1px);
    box-shadow: 0px 1px 8px 1px #e7e7e7;
}

.blog-blk-1{
    width:20%;
    background: none;
}

.blog-blk-1 img{
    width:100%;
    
}

.blog-blk-2{
    width:80%;
    background: none;

}

.font-28{
    font-size: 28px !important;
    line-height: 2 !important;
    color: #16b4c2 !important; 
}
.blog-description{
    font-weight: 500;
    margin: 10px 0;
    line-height: 22px;
    text-align: justify;
    font-size: 15px;
    font-family: Poppins, sans-serif;
    color: #3a3a3a;
}

.read-more-btn{
    background-color: #222;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 15px;
    font-family: Poppins, sans-serif;
    color: #ffffff;
    border: none;
    cursor: pointer;
}

.mt-10{
    margin-top: 25px;
}


.font-5vw{
    font-size: 5vw;
}


.pune-drection{
    padding: 15px 25px 0;
}

.pune-drection li{
    font-size: 14px;
    font-family: Poppins, sans-serif;
    color: #3a3a3a !important;
    text-transform: uppercase;
    font-weight: 400;
    text-transform: inherit !important;
    list-style: auto;
}

.list-txt h2 {
    font-size: 21px;
    font-weight: lighter;
    color: #16b4c2 !important;
    font-family: 'Perpetua Titling MT Std';
    text-transform: uppercase;
}

.list-txt p {
    padding-bottom: 10px;
}

.blog-img-blk{
    padding-bottom: 20px;
}

.blog-title p{
    font-family: 'Perpetua Titling MT Std';
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 28px !important;
    line-height: 2;
    color: #16b4c2 !important;
}

@media (max-width:1024px){
    .blog-title p{
        font-size: 20px !important;
        line-height: 1 !important;
    }

    .read-more-btn{
        padding: 8px 16px;
        font-size: 13px;
    }
    
}

