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

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Black.otf') format('opentype');
    font-weight: 700;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Light.otf') format('opentype');
    font-weight: 300;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeueRegular.otf') format('opentype');
    font-weight: 400;
}
@font-face {
    font-family: 'Clarendon';
    src: url('fonts/Clarendon.eot');
    src: url('fonts/Clarendon.eot?#iefix') format('embedded-opentype'),
        url('fonts/Clarendon.woff2') format('woff2'),
        url('fonts/Clarendon.woff') format('woff'),
        url('fonts/Clarendon.ttf') format('truetype'),
        url('fonts/Clarendon.svg#Clarendon') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Clarendon';
    src: url('fonts/Clarendon-Bold.eot');
    src: url('fonts/Clarendon-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Clarendon-Bold.woff2') format('woff2'),
        url('fonts/Clarendon-Bold.woff') format('woff'),
        url('fonts/Clarendon-Bold.ttf') format('truetype'),
        url('fonts/Clarendon-Bold.svg#Clarendon-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* pink - #C92E63 */



html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Gotham', sans-serif;
    font-size: 17px; 
    color: #505762;
    font-weight: 400;
    /* letter-spacing: .8px; */
}

.clarendon{font-family: 'Clarendon';}
a{-webkit-transition: all 0.32s ease-out; -moz-transition: all 0.32s ease-out; -o-transition: all 0.32s ease-out; -ms-transition:  all 0.32s ease-out; transition: all 0.32s ease-out; text-decoration:none;}
a:hover{color: #606f3f; text-decoration: none;}

::placeholder { color: #ffffff; opacity: 1; }
:-ms-input-placeholder { color: #ffffff;}
::-ms-input-placeholder { color: #ffffff;}

/*COMMOM STYLES*/

.fw-bl{font-weight: 700;}
.fw-bo{font-weight: 600;}
strong, .fw-me{font-weight: 500;}
.fw-re{font-weight: 400;}
.fw-li{font-weight: 100;}
.fw-meit{font-weight: 500;
    font-style: italic;}

.fs-175{font-size: 175px;}
.fs-87{font-size: 87px;}
.fs-82{font-size: 82px;}
.fs-72{font-size: 72px;}
.fs-65{font-size: 65px;}
.fs-60{font-size: 60px;}
.fs-56{font-size: 56px;}
.fs-55{font-size: 55px;}
.fs-52{font-size: 52px;}
.fs-48{font-size: 48px;}
.fs-49{font-size: 49px;}
.fs-40{font-size: 40px;}
.fs-38{font-size: 38px !important;}
.fs-32{font-size: 32px !important;}
.fs-30{font-size: 30px;}
.fs-26{font-size: 26px;}
.fs-23{font-size: 23px;}
.fs-22{font-size: 22px;}
.fs-21{font-size: 21px;}
.fs-18{font-size: 18px;}
.fs-14{font-size: 14px;}
.fs-13{font-size: 13px;}
.fs-12{font-size: 12px;}
.ls-0-4{letter-spacing: .4px;}
.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}
.ls-3{letter-spacing: 3px;}
.ls-4{letter-spacing: 4px;}
.ls-6{letter-spacing: 6px;}
.ls-8{letter-spacing: 8px;}
.ls-10{letter-spacing: 10px;}
.ls-13{letter-spacing: 13px;}
.ls-20{letter-spacing: 20px;}
.ls-80{letter-spacing: 80px;}
.lh-1{line-height: 1;}
.lh-1-1{line-height: 1.1;}
.lh-1-4{line-height: 1.4;}
.lh-1-7{line-height: 1.7;}
.lh-2{line-height: 2;}
.lh-2-4{line-height: 2.4;}

.lh-4{line-height: 4;}

.amenities{
    padding-left: 40px;
}

.bg-grey{background-color:#F2F2F2!important; }
.bg-dark-grey{background-color: #505762!important;}
.bg-brand{background-color: #AD001E!important;}
.bg-light-brand{background-color: #AD001E!important;}
.bg-pink{background-color: #C92E63!important;}

.text-brand{color:#AD001E!important;}
.text-green{color: rgb(81,79,11);}
.text-grey{color:#666666!important;}
.text-black{color:black!important;}
.text-white{color: white !important;}
.bg-light{background-color: #F2F2F2!important;}
.btn-brand{background-color: #ffffff; border:none; display: inline-block; position: relative; transition: all 0.32s ease-out; color: #9E4957; font-weight: 500; font-size: 17px; padding: 13px 40px; letter-spacing: 1.5px; }
.btn-brand:hover{background-color: #484c4c; color: #FFF!important;}

#areaAmenities{background-image: url('../images/area-amenities.png'); background-position: 140px 110px; background-size: auto; background-repeat: no-repeat;}
.amenities-wrapper .amenitie p{font-size: 18px;line-height: 2.3;}
.amenities-wrapper .amenitie h2{font-size: 36px;font-weight: 600;padding-top: 2rem;}
.btn-brand1:hover{background-color: #484c4c; color: #FFF!important;}

.btn-share{background-color: #AAAAAA; background-image: url('../images/misc/share.png'); padding:13px 23px; color:white;background-position: 90% 52%; background-repeat: no-repeat; padding-right: 65px!important; border: 0;}
.btn-share:hover{background-color: #535850;}
.btn-share:focus {border: none;  }


.underline:after {
    position: absolute;
    content: '';
    height: 2px;
    top: 50px; 
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 204px;
    background: black;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
 
.underline:before {
    position: absolute;
    content: '';
    height: 2px;
    bottom: 50px; 
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 204px;
    background: black;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.has-bg{background-position: center; background-size: cover; background-repeat:no-repeat;}
#carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1f1f1' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
#carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f1f1f1' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-thumbnails {
    background-color:#ccc;
}
.carousel-inner {
    text-align:center;
}
.carousel-indicators {
    position:relative;
    margin:0px;
}
.carousel-indicators li{
    width:100px;
}
.custom-indicator-wrap {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
    display: block;
}
hr{
    display: block; 
    height: 2px;
    border: 0; 
    border-top: 2px solid #000;
    margin: 0px !important;
}
ul.overview {
    list-style: none;
    padding: 0px !important;
  }
  
ul.overview li:before {
    content: '✓';
    padding-right: 5px;
    color: #505762;
  }

/* lightbox css */
.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}
body.lb-disable-scrolling{overflow:hidden}
.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}
.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}
.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;}
.lightbox a img{border:none}
.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}
.lb-outerContainer:after{content:"";display:table;clear:both}
.lb-loader{top:43%;height:25%;width:100%}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(../images/misc/loading.gif) no-repeat}
.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
.lb-container>.nav{left:0}
.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}
.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(../images/misc/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}
.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(../images/misc/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}
.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}
.lb-dataContainer:after{content:"";display:table;clear:both}
.lb-data{padding:0 4px;color:#ccc; }
.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em;visibility: hidden;}
.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em;visibility: hidden;}
.lb-data .lb-caption a{color:#4ae; visibility: hidden;}
.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999; visibility: hidden;}
.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(../images/misc/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}
.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}
.img-gallery{border: 5px solid #FFF; width: 100%; transition: all .25s linear;}
.img-gallery:hover{border: 5px solid #424242;}
/* lightbox css ends */


.custom-indicator-wrap li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}
.img-linked{
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    -ms-transition:  all 0.32s ease-out;
    transition: all 0.32s ease-out;
}
.img-linked:hover{
    transform: scale(.96);
    cursor: pointer;
} 

.text-linked{color: inherit;}
.text-linked:hover{color: inherit; text-decoration: underline;}
.border-t{border-top: 1px solid #666; }
.border-b{border-bottom: 1px solid  #666;}
.img-logo{width: 170px;}
/* Navigation */
/* #topNavigation { padding: 0; background-color: #FFF;} */
/* #topNavigation .img-logo{top: 0;} */
#topNavigation .nav-link{font-size: 22px; font-weight: 500; color: #505762; padding: 20px 20px;letter-spacing: .7px;}
#booknow{font-size: 23px; font-weight: bold; color: #ffffff;background-color: #AD001E; padding: 20px 20px 21px;letter-spacing: .7px;}
#topNavigation .nav-link:hover, #topNavigation .nav-link:active{color: #AD001E; font-weight: 600;}
#topNavigation .nav-item{display: flex; align-items: center;}
/* #topNavigation #nav-register{background-color: #606f3f; padding: 27px 30px;} */
/* .navbar{padding-top: 0;} */
/* .navbar-brand{padding-top: 0px;
    padding-bottom: 35px;} */
.img-register{right: 0px;
    position: absolute;
    top: 0;}

#sideNav{position: fixed; top: 300px; right: 0; z-index: 89; width: 50px; display: block;}
#sideNav .nav-register{padding: 14px 15px;;  background-color: #005839;  transform: rotate(-90deg); top: -123px; position: absolute; width: 170px; left: -57px;}
#sideNav .nav-register:hover{background-color: #535850; }
#sideNav .nav-register a{color: #FFF; font-weight: 500; display: block; }
#sideNav .btn-social{padding: 11px;}
#sideNav .btn-fb{background-color: #316094;}
#sideNav .btn-ig{background-color: #559390;}
#sideNav .bt-share{background-color: #929497;}

.withBg-wrapper{overflow-x: hidden!important; overflow-y: hidden;}
.withBg{position: relative;}
.withBg:after{content: ''; background-color: #F2f2f2; width: 120%; height: 78%; position: absolute; left: -7%; top: 157px; z-index: -1; transform: rotate(-5deg);}
.withBg-top:after{height: 1299px; bottom: 57px; top: inherit;}

.bg-main {
    background-image: url(/images/bg-main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
    min-height: 200px;
    position: relative;
}
.bg-main .caption {
    position: absolute;
    letter-spacing: 20px;
    top: 45%;
    width:100%;
    left: 0px;
    font-size:40px;
    color: #ffffff;
    text-align:center;
    font-weight:500;
  }
  #registrationForm input::placeholder { color: #ffffff; }
  

  #registrationForm  input::-webkit-input-placeholder {
        color: #ffffff;
      }
      
      #registrationForm  input:-moz-placeholder { 
        color: #ffffff;
      }
      
      #registrationForm   input::-ms-input-placeholder  { 
        color: #ffffff;
      }
#registrationForm .form-control{border: none;color:#ffffff;  border-radius: 0; margin-bottom: 50px;height: 50px; font-size: 19px; font-weight: 400;background-color: #9e4957;
    border-bottom: 1px solid white;}
#registrationForm .form-control:focus{ box-shadow: none;}
#registrationForm sup{color: #C92E63; font-size: 16px!important; font-weight: 400;}
#registrationForm  label{color:#ffffff}
#registrationForm  select {
    display: block;
   line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    height: calc(3.5rem + 2px);
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
    color: #333333;
}
.activeNav{color: #AD001E!important}
.navbar-nav .active a{color:#AD001E!important}
#mainNav .nav-link .active{color:#AD001E!important}
#topNavigation .nav-item .active{color:#AD001E!important}
#sharePopUp .modal-header{border: none;}


.arrow{
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.arrow span{
    display: block;
    width: 30px;
    height: 30px;
    border-bottom: 5px solid #FFF;
    border-right: 5px solid #FFF;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.2s;
}

svg { 
    height: 100%;
    width: 100%;
  }
#topNavigation{background-color: white;}
#design p{line-height: 2;letter-spacing: 1px;}
#design h2{line-height: 1.4;}
#areaphotos p{margin-bottom: 3rem;line-height: 2;padding-right: 3rem;}
#areaphotos h2{letter-spacing: 4px;}
footer .btn-fb{background-color: #316094;}
footer .btn-ig{background-color: #559390;}
footer .bt-share{background-color: #929497;}
footer .btn-social{padding: 11px;}
@media (min-width:1731px) and (max-width:1830px) {
    .fs-60 {
        font-size: 55px;
    }

.splide__slide{
    width: calc(20%) !important;
}
    /* #areaphotos p{margin-bottom: 2rem;} */
    
}
@media (min-width:1830px) {
    
.splide__slide{
    width: calc(20%) !important;
}
}

@media (min-width:1401px) and (max-width:1730px) {
#design p{line-height: 1.6;}
#design .px-lg-5{padding-right: 1rem!important;
    padding-left: 1rem!important;}
    .fs-40 {
        font-size: 33px;
    }
    .fs-60 {
        font-size: 41px;
    }

.splide__slide{
    width: calc(20%) !important;
}
    #areaphotos p{margin-bottom: 1rem;line-height: 1.6;padding-right: 0rem;}
    .lh-2-4 {
        line-height: 1.7;
    }
    .fs-82 {
        font-size: 56px;
    }
    .icon-border{width: 120px;}
}
@media (min-width:993px) and (max-width:1620px) {
    #areaAmenities{background-position: 28px 110px;}

.splide__slide{
    width: calc(20%) !important;
}
}
@media (min-width:1201px) and (max-width:1400px) {
    #design p{line-height: 1.3;}
    #design .px-lg-5{padding-right: .7rem!important;
        padding-left: .7rem!important;}
        .fs-175{
            font-size: 120px;
        }
        .fs-40 {
            font-size: 30px;
        }
        .fs-60 {
            font-size: 33px;
        }
        #areaphotos p{margin-bottom: 1rem;line-height: 1.4;padding-right: 0rem;}

.splide__slide{
    width: calc(20%) !important;
}
        /* #areaAmenities{background-position: 30px 110px;} */
        .lh-2-4 {
            line-height: 1.7;
        }
        .fs-82 {
            font-size: 34px;
        }
        #reasons .px-lg-5{padding-right: 1rem!important;
            padding-left: 1rem!important;}
            .icon-border{width: 110px;}
    }
    @media (min-width:993px) and (max-width:1200px) {
        #design p{line-height: 1.2;letter-spacing: .5px;font-size: 16px;}
    #design .px-lg-5{padding-right: .4rem!important;
        padding-left: .4rem!important;}
        .fs-175{
            font-size: 100px;
        }
        .fs-40 {
            font-size: 25px;
        }
        #design h2{line-height: 1.1;}
        .fs-60 {
            font-size: 32px;
        }
        #areaphotos p{margin-bottom: 1rem;line-height: 1.4;padding-right: 0rem;}
        .lh-2-4 {
            line-height: 1.5;
        }
        .fs-82 {
            font-size: 35px;
        }
        .fs-30 {
            font-size: 24px;
        }

.splide__slide{
    width: calc(20%) !important;
}
        .icon-border{width: 90px;}
        #reasons .px-lg-5{padding-right: 1rem!important;
            padding-left: 1rem!important;}
        }
@media (min-width:993px) and (max-width:1400px) {
    #topNavigation .nav-link{padding: 20px 15px;}
    /* .lh-2{line-height: 1.6;} */
    .fs-175{
        font-size: 90px;
    }
    .fs-87 {
        font-size: 65px;
    }
    .fs-49 {
        font-size: 45px;
    }
    
.splide__slide{
    width: calc(20%) !important;
}
}



@media screen and (max-width:1200px){
    .fs-175{

        font-size: 75px;
    }
    .fs-32 {
        font-size: 30px !important;
    }
    .fs-38 {
        font-size: 30px;
    }
    .fs-49 {
        font-size: 42px;
    }
    .fs-87 {
        font-size: 60px;
    }
    .lh-2 {
        line-height: 1.8;
    }


.splide__slide{
    width: calc(20%) !important;
}
}

@media screen and (max-width:992px){
    #topNavigation .navbar-toggler-icon {width: 2.5em;background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(183, 183, 183)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
    #topNavigation .navbar-toggler {border-color: rgba(255,255,255,0);} 
    #topNavigation  .navbar-toggler:focus, .navbar-toggler:active { outline: none; box-shadow: none;  }

    
   
    #topNavigation  .navbar-collapse{width: 100%; background-color: #666666; left: 0;margin-top: 12px;}
    #topNavigation .nav-link{color: #FFF; padding-bottom: 0px;}
     #sideNav{width: 140px; left: 12px; top: 0; z-index: 101;position: absolute;float: right;}
    #sideNav .btn-social{padding: 6px;}
    #areaphotos h2{letter-spacing: 0px;}
    #areaphotos p{padding-right: 0rem;}
    
    #areaAmenities {
        background-image: none;}
    .timeline{-webkit-columns: 2;-moz-columns: 2;columns: 2;}
        .content-desktop {display: none!important;}
.content-mobile {display: block!important;}
.reasons{padding: 0px 0px!important;}
.reasons1{margin-top: 30px;margin-bottom: 30px!important;}
.reasons1 h2{font-size:20px}
.reasons2{margin-top: 30px;margin-bottom: 30px!important;}
.reasons2 h2{font-size:20px}
.ls-20 {letter-spacing: 15px;}
.min-h-80{min-height:25vh}
.bg-river {height:50vh}
#topNavigation .nav-item .active {
    color: black!important;
}
.lh-4 {
    line-height: 3;
}


.splide__slide{
    width: calc(20%) !important;
}
.navbar-nav .active a{color: black!important;}
.status {
    padding: 0px 20px;}
            .amenities-wrapper .amenitie p {
                font-size: 17px;
                
            }
            #topNavigation .nav-link:hover, #topNavigation .nav-link:active{color: white;}
        }           
@media screen and (max-width:992px){
    p{font-size: 12px;}
    .fs-175{font-size: 90px;}
    .fs-87{font-size: 50px;}
    .fs-82 {font-size: 38px;}
    .fs-72{font-size: 40px;}
    .fs-65{font-size: 45px;}
    .fs-60{font-size: 45px;}
    .fs-56{font-size: 50px;}
    .fs-55{font-size: 38px;}
    .fs-52{font-size: 44px;}
    .fs-49{font-size: 42px;}
    .fs-48{font-size: 42px;}
    .fs-40{font-size: 38px;}
    .fs-38{font-size: 36px;}
    .fs-32{font-size: 29px !important;}
    .fs-30{font-size: 28px;}
    .fs-26 {font-size: 24px;}
    .fs-21 {font-size: 17px;}
    .column{padding: 10px !important;}


.splide__slide{
    width: calc(20%) !important;
}
}

@media screen and (max-width: 767px){
    .fs-175{font-size: 70px;}
    .fs-87{font-size: 40px;}
    .fs-82 {font-size: 38px;}
    .fs-72{font-size: 35px;}
    .fs-65{font-size: 30px;}
    .fs-60{font-size: 45px;}
    .fs-56{font-size: 46px;}
    .fs-55{font-size: 38px;}
    .fs-52{font-size: 39px;}
    .fs-49{font-size: 36px;}
    .fs-48{font-size: 36px;}
    .fs-40{font-size: 33px;}
    .fs-38{font-size: 31px;}
    .fs-32{font-size: 22px !important;}
    .fs-30{font-size: 24px;}
    .fs-14{font-size: 13px;}


.splide__slide{
    width: calc(20%) !important;
}
}

@media screen and (max-width: 576px){
    .fs-175{font-size: 55px;}
    .fs-87{font-size: 60px;}
    .fs-82 {font-size: 32px;}
    .fs-72{font-size: 30px;}
    .fs-65{font-size: 26px;}
    .fs-60{font-size: 35px;}
    .fs-56{font-size: 32px;}
    .fs-55{font-size: 33px;}
    .fs-52{font-size: 28px;}
    .fs-49{font-size: 39px;}
    .fs-48{font-size: 24px;}
    .fs-40{font-size: 24px;}
    .fs-38{font-size: 30px;}
    .fs-32{font-size: 22px !important;}
    .fs-30{font-size: 20px;}
    .fs-21 {font-size: 15px;}
    .fs-14{font-size: 12px;}
    
    .ls-6 {
        letter-spacing: 2px!important;
    } 
    .ls-8 {
        letter-spacing: 3px;
    }
    /* .ls-20 {
        letter-spacing: 6px!important;
    } */

    .splide__slide{
        width: calc(35%) !important;
    }
    .column{padding: 5px!important;}
}
@media screen and (min-width:992px){
    .rendering-section{background-image: url('../images/chairs.png'); background-position: 50px bottom; background-repeat: no-repeat; }
    .rendering-section .wrapper-sm{padding-top: 300px;}
    
    
    .amenities-wrapper{padding-left: 60px;}
}

.column{
    width: 10%;
    padding: 20px;
}

.logo-img{
    z-index: 33;
    /* height: 110px; */
    display: block;
    position: absolute;
    margin-top: -75px;
    /* margin-left: 44px; */
}



.collapsible {
    
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border-style: solid;
    border-color: #000;
    border-width: 2px 0px 0px 0px;
    text-align: left;
    outline: none;
    font-size: 15px;
  }
  
  .active, .collapsible:hover {
    background-color: white;
  }
  .collapsible:after {
    content: '\002B';
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #fff;
  }


  /* Gallery css */
.codepen-info {
	max-width: 950px;
	margin: 0 auto;
	background: #f4f4f4;
	padding: 20px 30px;
	margin-top: 40px;
}
	#codepen-info h1 {
		font-weight: 500;
		text-align: center;
		color: black;
		margin-top: 0;
	}
	#codepen-info p {
		color: #777;
	}
	#codepen-info .src {
		padding: 15px;
		background: white;
		border-radius: 5px;
		margin-bottom: 15px;
    }
	#codepen-info p.coded {
		background: #f1f1f1;
		color: black;
	}
	

.page-width {
	max-width: 900px;
	margin: 0 auto;
	
}
#page-width h2 {
    text-align: center;
}
.splide {
	margin: 0 auto;
    visibility: visible !important;
}
.splide__arrow--prev {
	margin-left: -50px;
}
.splide__arrow--next {
	margin-right: -50px;
}
.splide__pagination {
	margin-bottom: -35px;
    visibility: hidden !important;
}
.splide__pagination__page.is-active {
	background: green;
}
.splide__slide{
    width: calc(20%);
}
  /* Gallery css ends */