
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    font-size: 100%}
body {
    padding: 0px;
    margin: 0px;
    position: relative;
    font-family: 'Roboto', sans-serif;
}
a, .btn, img, button{transition:all 0.4s ease;}
img {
    max-width: 100%;
    height: auto;
}

/* Thin */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

/* Light */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/* Regular */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

/* Bold */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* Black */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

/* font-size */
.fs-14{font-size: 14px;}
.fs-15{font-size: 15px;}

/* Italic */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;}

.hero {
    background-image: url("../img/home-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.paragraph-color{color:#666}

.text-gold{
    color:#c79a47;
}


/* background-color-css */
.bg-light-yellow{background-color: #fcfaf1;}
/* background-color-css */

.section-title::before,
.section-title::after{
    content:"";
    width:100px;
    height:1px;
    flex-shrink:0;
    background:linear-gradient(
        90deg,
        rgba(185,138,61,0),
        #b98a3d,
        rgba(185,138,61, 1)
    );
}

.section-title::after{
    transform:rotate(180deg);
}

.section-title span{
    color:#b98a3d;
    letter-spacing:.5px;
}

.aminities-section-bg{
    background-color:#071c31
}

.room-img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
}
.text-custom-light{
    color:#303030
}

.bg-footer{
    background:#071c31;
}

.text-gold{
    color:#c89b3c;
}

.btn-gold{
    background:#c89b3c;
    color:#071c31;
}

.btn-gold:hover{
    background:#fff;
    color:#071c31;
}

.social-icon{
    width:38px;
    height:38px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#c89b3c;
    text-decoration:none;
    margin-left:6px;
}

.social-icon:hover{
    background:#c89b3c;
    color:#071c31;
}

.offer-img{
    height:230px;
    object-fit:cover;
}

.offer-content{
    width:42%;
    background:linear-gradient(90deg,#071c31 65%,rgba(7,28,49,.6) 100%);
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.text-gold{
    color:#c89b3c;
}

.btn-gold{
    background:#c89b3c;
    color:#071c31;
    font-weight:600;
}

.btn-gold:hover{
    background:#b28532;
    color:#fff;
}

.heading-line{
    width:90px;
    height:2px;
    background:#c89b3c;
}

.card{
    transition:.3s;
}

.card:hover{
    transform:translateY(-5px);
}

.title-line{
    width:45px;
    height:2px;
    background:#c89b3c;
}

.offer-text{
    color:#c89b3c;
    font-size:90px;
    line-height:1;
    font-family:Georgia, serif;
}

.offer-text span{
    font-size:42px;
}

.offer-text small{
    font-size:22px;
    border:1px solid #c89b3c;
    padding:2px 6px;
}

.feature-box{
    border-right:1px solid #e8e8e8;
}

.feature-icon{
    font-size:34px;
    color:#222;
    flex-shrink:0;
    margin-top:2px;
}

.feature-title{
    font-size:15px;
    font-weight:700;
    color:#222;
}

.feature-text{
    font-size:14px;
    color:#777;
    line-height:1.5;
}

.btn-navy {
    background-color: #071c31;
    border-color: #071c31;
}

.btn-navy:hover {
    background-color: #c89b3c;
    border-color: #c89b3c;
    color: #071c31;
}

.contact-icon,
.contact-card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    color: #146c43;
    border: 1px solid #146c43;
    font-size: 21px;
}

.contact-card-icon {
    width: 66px;
    height: 66px;
    font-size: 27px;
}

.heading-divider {
    width: 65px;
    height: 1px;
    background-color: #c89b3c;
    position: relative;
}

.heading-divider::after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #c89b3c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.card-divider {
    width: 55px;
    height: 2px;
    background-color: #c89b3c;
}

.contact-card {
    transition: transform .3s ease, box-shadow .3s ease;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1) !important;
}

.form-control,
.form-select {
    border-color: #e5e0d8;
}

.form-control:focus,
.form-select:focus {
    border-color: #c89b3c;
    box-shadow: 0 0 0 .2rem rgba(200, 155, 60, .15);
}

@media (min-width: 992px) {
    .border-end-lg {
        border-right: 1px solid #e8e1d6;
        padding-right: 3rem;
    }
}

.contact-hero{
    background-image: url("../img/contact.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-us-hero{
    background-image: url("../img/about-us-background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.facilities-hero{
    background-image: url("../img/facilities-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.icon-circle{
    width:60px;
    height:60px;
    border:1px solid #198754;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#198754;
}

.space-icon{
    width:56px;
    height:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#ffffff;
    color:#198754;
    border:1px solid #198754;
    font-size:22px;
}

.space-icon + *{
    margin-top:10px;
}

.position-relative img{
    height:220px;
    object-fit:cover;
}

.gallery-img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    display:block;
}
.instagram-icon{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#f7f3ec;
    color:#555;
    font-size:30px;
}

.facility-icon{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#fff;
    color:#198754;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:-28px;
    border:3px solid #fff;
}