/**###########################################
#START


--------#####--------
Template Name: hotelgrace21
Template URI: 
Description: This is HTML5 template
Author: Md Ridoy Khan
Author URI: https://github.com/mdridoykhan138
Support: ridoykhan.cse.web@gmail.com
Version: 1.0.0
--------#####--------

===========================
CSS INDEX
===========================

1) home
    1.1) others css area here
    1.2) header area here

#theEND
###########################################**/

/*########################
1) home ---------------[########################]
########################*/


/*===========================
1.1) others css area here
===========================*/

/*---------------------------
1.1) others css area ends here
---------------------------*/


/*===========================
1.2) header area here
===========================*/
.fixed {
    background-color: #232b37;
}
/*---------------------------
1.2) header area ends here
---------------------------*/


/*===========================
1.3) about us section area here
===========================*/
.about-us {
    padding: 80px 0px 0px 0px;
}
.about-us .about-heading-first {
    line-height: 100%;
    text-align: start;
    margin-bottom: 30px;
    margin-top: 0px;
}
.about-us .about-heading {
    padding: 0px;
    text-align: start;
    margin-bottom: 20px;
    line-height: 54px;
}
.about-us .about-paragrape {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}
.about-us .thumb {
    overflow: hidden;
    height: 100%;
    border-radius: 14px;
    margin-left: 30px;
}
.about-us .thumb img {
    height: 100%;
    object-fit: cover;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
/*---------------------------
1.3) about us section area ends here
---------------------------*/


/*===========================
1.4) different section area here
===========================*/
.different {
    overflow: hidden;
    padding-top: 80px;
}
.different .heading_title {
    margin-bottom: 40px;
}
.different .desc {
    padding-left: 40px;
}
/*---------------------------
1.4) different section area ends here
---------------------------*/


/*===========================
1.5) comfortable section area here
===========================*/
.comfortable {
    overflow: hidden;
    margin: 0px !important;
    padding-top: 80px;
    padding-bottom: 0px !important;
}
.comfortable .heading_title {
    margin-bottom: 40px;
}
/*---------------------------
1.5) comfortable section area ends here
---------------------------*/


/*===========================
1.6) special offer section area here
===========================*/
.special_offer {
    overflow: hidden;
    padding-top: 80px;
}
.special_offer .heading_title {
    margin-bottom: 40px;
}
/*---------------------------
1.6) special offer section area ends here
---------------------------*/


/*===========================
1.7) google maps section area here
===========================*/
.google_map {
    margin-top: 80px;
    height: 450px;
}
/*---------------------------
1.7) google maps section area ends here
---------------------------*/


/*===========================
1.8) footer section area here
===========================*/
.footer .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #656875;
    padding: 10px 0px;
}
.footer .copy {
    display: flex;
    align-items: center;
}
.footer .copy .foot {
    padding-left: 0;
    margin-bottom: 0;
}
.footer .siteby .foot {
    padding-left: 0;
    margin-bottom: 0;
}
.footer .siteby .foot a {
    padding-left: 0px;
}
/*---------------------------
1.8) special features section area ends here
---------------------------*/


/*===========================
1.9) dining feature section area here
===========================*/
.dining_feature {
    padding: 80px 0px;
}
.dining_feature .items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.dining_feature .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.dining_feature .item .thumb {
    height: 460px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 14px;
}
.dining_feature .item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.dining_feature .item .thumb img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.dining_feature .item .content h3 {
    margin: 0px 0px 24px 0px;
    padding: 0px;
    font-size: 40px;
}
.dining_feature .item .content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.dining_feature .feature_title {
    color: var(--primary);
    margin-bottom: 14px;
}
.dining_feature ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.dining_feature ul li:not(:last-child) {
    margin-bottom: 10px;
}
.dining_feature ul li .fa-check {
    color: var(--primary);
    margin-right: 4px;
    font-size: 16px;
}
.dining_feature ul li span {
    font-size: 16px;
    line-height: 26px;
}
/*---------------------------
1.9) dining feature section area ends here
---------------------------*/