/*all common css start*/
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration:none ;
    display:inline-block
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
    line-height:0.8;
}
ul,ol{
    list-style: none;
}
.container{
    width:1320px;
    background-color:white ;
    margin:0 auto;
}
/*all common css end*/
/*header part css start*/
#header_part{
    height: 100px;
    background-color: white;
}
.logo_with_icon{
    display: flex;
}
.logo{
    width:15%;
    padding-top: 10px;
}
.menu{
    width:65%;
    text-align: center;
}
.icon{
    width:20%;
    padding-top: 25px;
    text-align: right;
}
.menu ul li{
    display:inline-block;
}
.menu ul li a{
    color:#000000;
    font-size: 16px;
    font-weight: 600;
    padding-left: 70px;
    line-height: 70px;
    text-transform:capitalize;
    font-family: "Poppins", sans-serif;
}
.icon i{
    padding-left: 20px;
    
}
/*header part css end*/
/*banner part css start*/
#banner_part{
    background: url(../images/MaskGroup.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 165px;
    padding-bottom: 115px;
   
}
.banner_container{
    width:640px;
    padding:40px;
    background-color: #fff3e3;
    border-radius: 10px;
    margin-left: auto;
    margin-right: 30px;
   
}
.banner_content h4{
    font-size: 16px;
    font-weight: 600;
    color:#333333;
    font-family: "Poppins", sans-serif;
    padding-bottom: 15px;
}
h1{
    font-size: 52px;
    font-weight: 700;
    color:#B88E2F;
    font-family: "Poppins", sans-serif;
    padding-bottom: 20px;
    padding-right:177px;
    line-height: 60px;
}
.banner_content p{
    font-size: 18px;
    font-weight: 600;
    color:#333333;
    font-family: "Poppins", sans-serif;
    padding-right: 100px;
    line-height: 20px;
}
.banner_content a{
    padding:30px 70px;
    background-color: #B88E2F;
    font-size: 16px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color:white;
    margin-top: 20px;

}
/*banner part css end*/

/*room part css start*/
#room_part{
    padding:65px 0;
}

.room_text{
    text-align: center;
}
.room_container{
    width: 1183px;
    margin:0 auto;
    padding: 65px 40px;
    
}
.room_container h3{
    font-size: 32px;
    font-weight: 700;
    color:#000000;
    font-family: "Poppins", sans-serif;
    padding-bottom: 10px;
}
.room_container p{
    font-size: 20px;
    font-weight: 400;
    color:#666666;
    font-family: "Poppins", sans-serif;
    margin-bottom: 30px;
}
.room_item_part{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.room_item_part img{
    width:381px;
    
}
.room_item_part p{
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color:#333333;
    padding-top: 35px;
    font-family: "Poppins", sans-serif;
    
}

/*room part css end*/
/*product part css start*/
#product_part{
    padding:65px 0;
}

.product_container{
    
    width: 1236px;
    margin:0 auto;
    padding: 65px 40px;
}
.product_tittle h1{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color:#3A3A3A;
    font-family: "Poppins", sans-serif;
    margin-top: 20px;
    margin-left: 150px;
}
.productitem{
    margin-top: 50px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product_img{
    width:285px;
    position: relative;
    margin-top: 20px;
    margin-right: 0px;
}
.badge{
    width:48px;
    height:48px;
    border-radius: 50%;
    background-color:#E97171;
    position:absolute;
    top:23px;
    right:23px;

}
.badge p{
    color: white;
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.product_text{
    padding:15px;
    background-color: #F4F5F7;
    

}
h3{
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #3A3A3A;
    padding-bottom: 15px;
}
h4{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color:#898989;
    padding-bottom: 10px;
}
span{
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color:#3A3A3A;
}
del{
    font-size: 16px;
    font-weight: 400;
    color:#B0B0B0;
    font-family: "Poppins", sans-serif;
}
.product{
    position: relative;
    
}
.productitem_overly{
    position: absolute;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background: #44434391;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    
}
.productitem_overly a{
    padding:12px 80px;
    background: white;
    color:#B88E2F;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif; 
    margin-top: 150px;
    
}
.product_icons{
    margin-top: 20px;
}
.product_icons i{
    margin-right: 2px;
}
.product_icons p{
    display: inline-block;
    font-size: 16px;
    font-weight:600 ;
    font-family: "Poppins", sans-serif;
    color:white;
    margin-left: 5px;
}
.product:hover .productitem_overly{
    visibility: visible;
    opacity: 1;
}

.product_text_one{
    padding:15px;
    background-color: #F4F5F7;
    

}
h3{
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #3A3A3A;
    padding-bottom: 15px;
}
h4{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color:#898989;
    padding-bottom: 10px;
}
span{
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color:#3A3A3A;
}

.product_text_two{
    padding:15px;
    background-color: #F4F5F7;
    

}
h3{
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #3A3A3A;
    padding-bottom: 15px;
}
h4{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color:#898989;
    padding-bottom: 10px;
}
span{
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color:#3A3A3A;
}
del{
    font-size: 16px;
    font-weight: 400;
    color:#B0B0B0;
    font-family: "Poppins", sans-serif;
}

.product_text_three{
    padding:15px;
    background-color: #F4F5F7;
    

}
h3{
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #3A3A3A;
    padding-bottom: 15px;
}
h4{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color:#898989;
    padding-bottom: 10px;
}
span{
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color:#3A3A3A;
}

.product_text_four{
    padding:15px;
    background-color: #F4F5F7;
    

}
h3{
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #3A3A3A;
    padding-bottom: 15px;
}
h4{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color:#898989;
    padding-bottom: 10px;
}
span{
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color:#3A3A3A;
}


.product_text_five{
    padding:15px;
    background-color: #F4F5F7;
    

}
h3{
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #3A3A3A;
    padding-bottom: 15px;
}
h4{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color:#898989;
    padding-bottom: 10px;
}
span{
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color:#3A3A3A;
}

.product_text_six{
    padding:15px;
    background-color: #F4F5F7;
    

}
h3{
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #3A3A3A;
    padding-bottom: 15px;
}
h4{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color:#898989;
    padding-bottom: 10px;
}
span{
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color:#3A3A3A;
}
del{
    font-size: 16px;
    font-weight: 400;
    color:#B0B0B0;
    font-family: "Poppins", sans-serif;
}

.product_text_seven{
    padding:15px;
    background-color: #F4F5F7;
    

}
h3{
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #3A3A3A;
    padding-bottom: 15px;
}
h4{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color:#898989;
    padding-bottom: 10px;
}
span{
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color:#3A3A3A;
}



.badge_green{
    width:48px;
    height:48px;
    border-radius: 50%;
    background-color:#2EC1AC;
    position:absolute;
    top:23px;
    right:23px;

}
.badge_green p{
    color: white;
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.box{
    padding:15px 25px;
    border:2px solid #B88E2F;
    margin:20px 500px;

}

.Show_More{
    text-align: center;
    color:#B88E2F;
    font-weight: 600;
    font-size: 16px;
    font-family: "Poppins", sans-serif;

}
/*product part css end*/

/*services part css start*/
.full_container{
    padding: 70px 70px;
    background: #FCF8F3;
    margin-top: 45px;
}
.ser_container{
    width: 1236px;
    margin:0 auto;
    padding:90px 100px;
    display: flex;
    
    
}
.tittle{
    width: 422px;
    height: 224px;
}
.tittle h3{
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #3A3A3A;
    margin-top: 224px;
    margin-right: 50px;
    line-height: 50px;
}
.tittle h4{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: #616161;
    
    
    line-height: 25px;
}
.tittle a{
    padding:15px 35px;
    background: #B88E2F;
    color:#ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}
.servicesimg{
    display: flex;
    position: relative;
}
.servicesitemone{
    margin-left: 20px;
}
.servicesitem{
    position: relative;
}
.content{
    position:absolute;
    bottom:0;
    left:0;
    background: hsla(0, 0%, 100%, 0.616);
    margin-bottom: 24px;
    margin-left: 24px;
    padding:38px 38px;

}
.contentp{
    font-size: 18px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color:black;
    
}
.content h4{
    font-size: 28px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color:black;
    padding-top: 20px;
}
.arowicon{
    position:absolute;
    bottom:0;
    left:244px;
    background: #B88E2F;
    margin-bottom: 24px;
    margin-left: 24px;
    padding:15px;
}
.arowicon i{
    color:#fff;
}

/*services part css end*/
/*share part css start*/
#sharepart{
    padding:100px;
}
.tittles p{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: #616161;
}
.tittles h3{
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    color: #000000;
    margin-top: 10px;
}
/*share part css end*/