body { color: white; background: #fff; font-family: "Inter", sans-serif; letter-spacing:0.1px; font-size:16px; line-height: 30px;}
*{ margin:0px; padding:0px;}
a:hover, a:focus, .btn:hover, .btn:focus{ text-decoration:none; transition: all 0.3s ease; outline: 0 !important;}
a{transition: all 0.3s ease; outline: 0;}
.navbar.bg-dark {
    background-color: #0E3017 !important;
}
.navbar .navbar-brand img{
    width: 150px;
}
.navbar-brand {
    padding: 0;
}
.navbar .nav-item{
    font-size: 18px;
    padding: 0 8px;
}
.navbar .nav-item .nav-link{
    color: #fff;
}
.navbar-toggler:focus { 
    box-shadow: 0 0 0 0;
}
.navbar-toggler{border: 0px none; background: none;}
.navbar .nav-item .nav-link:hover{ color: #EBA641;}
.btn-primary{
    border-radius: 28px;
    font-weight: 500;
    background-color: #EBA641;
    border: 1px solid #EBA641;
    font-size: 18px;
    padding: 12px 28px ;
}
.btn-primary:hover{
    background-color: darkorange;
    border: 1px solid darkorange;
}
.iconOut{ height: 72px; display: flex; justify-content: center; align-items: flex-end;}
.tentBanner img{width: 100%;}
/* --------------------------- navbar ends ---------------------------- */
.bg-darkgreen{
    background-color: #0E3017;
}
.bg-lightgreen{
    background-color: #EBFBF2;
}
.bg-white{
    background-color: #fff;
}
.mainHeading{
    font-family: 'Birthstone', cursive;
    font-size: 48px;
    color: #CD7A00;
}
.subHeading{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 42px;
    color: #1B5D2C;
    font-weight: 500;
    margin-bottom: 20px;
}
.sectionPadding{
    padding: 70px 0;
}
.para{
    font-size: 17px;
    color: #383838;
    line-height: 28px;
}
.hoverImg{
    display: none;
}
.hover-icon{
    display: none;
}

/* ------------------------------------- classes,which are used in every section ---------------------------------- */
.headerBox{
    background-image: url(../images/banner-img.png);
    background-size:cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 1px);
    display: flex;
    flex-direction: column;
    min-height: 500px;
}
.banner{
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.banner .bannerBtn{
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
}
.banner .bannerBtn a{
    background: url(../images/banner-btn.svg) no-repeat center center;
    background-size: 90%;
    padding: 30px; 
}
.banner .bannerBtn a:hover{
    transform: scale(1.1);
    transition: 0.3s;
}
.banner .mainHeading{
    color: #fff; 
    font-size: 80px;
}
.banner .subHeading{
    color: #fff;
    font-size: 53px;
    font-weight: 600;
}
.banner .btn-primary{
    padding: 15px 35px;
    border-radius: 32px;
    margin-top: 30px;
    font-size: 22px;
    font-weight: 500;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 12px 0 rgba(0,0,0,0.3);
    margin-bottom: 60px;
}

.banner .btn-primary:hover{
  background: #1B5D2C; border: 1px solid #1B5D2C ;
}
/* ------------------------ banner page ends here ------------------------- */
.aboutUs .subHeading{
    padding-right: 100px; 
}
.aboutUs .para{
    padding-right: 40px;
    margin-top: 10px;
}
.overlapImgInner{
    max-width: 100%;
    position: relative; padding-bottom: 80px;
}
.overlapImgInner img {
    max-width: 100%;
    border-radius: 22px;
  }
.overlapImgInner img.overlapImg1{
    position: relative;
    left: 0;
    z-index: 2;
    width: 80%;
}
.overlapImgInner img.overlapImg2{ 
    position: absolute; 
    z-index: 4;
    right: 0;
    bottom: 0;
    width: 60%;
}
/* ----------------------- about us page ends here ------------------------ */
.eventTypeInner{
    margin-top: 25px;
    padding: 30px 12px 10px ;
    border-radius: 18px;
    margin-bottom: 0;
}
.eventTypeInner:hover {
    -webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,0.16);
    box-shadow: 0 15px 25px 0 rgba(0,0,0,0.16);
  }
.eventTypeInner .subHeading{
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
}
.eventType .mainHeading{
    margin-top: 0;
}
/* ---------------------------- event types end ---------------------------- */
.eventOne{
    margin-top: 20px;
    border-radius: 16px;
    border: 1px solid #E2E2E2;
    position: relative; 
    overflow: hidden; 
}
.eventOne:hover {
    -webkit-box-shadow: 0 15px 25px 0 rgba(0,0,0,0.16);
    box-shadow: 0 15px 25px 0 rgba(0,0,0,0.16);
  }
.eventImg{ width:100%;
}
 
.eventOne .rentArrow a img{
    filter: grayscale(1); 
    opacity: 0.3; 
    transition: 0.3s;
}

.eventOne:hover .rentArrow a img{
    filter: grayscale(0); 
    opacity: 1;
    transform: scale(1.1);
    transition: 0.3s;
}


.eventText{
    padding:  30px;
    text-align: center;
}
.eventText h5.subHeading{
    color: #1B5D2C;
    font-weight: 600;
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}
 
/* ------------------------end of luxury tents section ------------------------ */
.photoInner img {
    transition: all ease-in-out 0.4s;
  }
  .photoInner img:hover {
    transform: scale(1.1);
  }
  .photoGallary{ display: flex; flex-wrap: wrap;}
  .photoInner{ width: 20%; height: auto; overflow: hidden; }
  .photoInner img{ width: 100%; height: auto;}

/* ----------------------------------------- end of gallery--------------------------- */
.testiInr{
    margin-top: 20px;
    padding: 30px;
    border-radius: 18px;
}
.testiInr .para{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.imgSection img{
    border-radius: 50%;
}
.textSection h6{
    color: #1B5D2C;
    font-size: 16px;
    font-weight: 500;
    margin-left: 14px;
    margin-bottom: 0;
}
.textSection p{
    color: #666666;
    margin-left: 14px;
    font-weight: 300;
}
/* -------------------------------------end of testimonials--------------------------------- */
.footer .subHeading{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.footer p{
    font-weight: 300 ;
    margin-bottom: 32px;
}
.socialIcon span img {
    border-radius: 50%;
    border: 2px solid #EBA641;
    padding: 2px;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-right: 10px;
    margin-top: 5px;
}
.socialIcon span img:hover{
    background-color: #EBA641;
}
.socialIcon span:hover .hover-icon{
    display: inline;
}
.socialIcon span:hover .yellow-icon{
    display: none;
}
.socialIcon a{
    text-decoration: none;
}
.footerul a{
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 300 ;
}
.footerul li{
    list-style: none;
    margin-bottom: 6px;
}
.footerul a:hover{
    color: #EBA641;
    font-weight: 400;
}
.footerul {
    padding-left: 0;
    margin-top: 18px;
}
.footer p{
    padding-right: 40px;
}
.contRow {
    display: flex;
    gap: 15px;
    margin-bottom: 8px;
}
.contRow span{
    font-weight: 300;
    padding-right: 40px;
}
.copyText{
    background-color: #0B2913;
    text-align: center;
    font-size: 15px;
    padding: 40px;
    font-weight: 300;
    color: #aaaaaa;
}
/* ---------------------------------------End of Home Page ------------------------------------ */

.otherBanner .subHeading{margin-bottom: 0;} 
.formLeft .subHeading{font-size: 30px; margin-bottom: 15px;  }
.formLeft label{color: #383838; padding-left: 18px;}
.formLeft .inputForm{
    width: 100%;
    border-radius: 20px;
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.formLeft #Message{ height: 120px;}
.formLeft .submitBtn{
    color: white;
    font-size: 18px;
    font-weight: 500;
    background-color: #EBA641;
    padding: 6px 48px;
    border-radius: 26px;
    border: 1px solid #EBA641;
    margin-top: 10px;
}
.formLeft{padding: 35px 25px;}
.shadowBoxL{
    box-shadow: 0px 0px 15px 2px #F4F4F4; 
    border-radius: 20px 0px 0px 20px;
}
/* ---------------------------- end of contact page ------------------------------- */
.tab_box{
    width: 100%;padding-left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.tab_box .tab_btn{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px;
    font-weight: 500;
    border-bottom: 3px solid #fff !important;
    color: #666666;
    background: none;
    border: none;
    padding: 10px 20px 6px;
    cursor: pointer;
}
.tab_box .tab_btn.active{
    color: #1B5D2C;
    border-bottom: 3px solid #1B5D2C !important;
}
.frameDiv .tab-content{
    display: none;
    animation: moving 0.5s ease;
}
.rightImgform{background-size: cover; background:url(../images/form-img.jpg) no-repeat center center; border-radius: 0 20px 20px  0  ;} 

@keyframes moving {
    from{transform: translateX(50px); opacity: 0;}
    to{transform: translateX(0px); opacity: 1;}
    
}
.frameDiv .tab-content.active{
    display: block;
}
.line{
    position: absolute;
    display: none;
    top: 48px;
    left: 0px;
    width: 122px;
    height: 4px;
    background-color: #1B5D2C;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
.tab-content{
    padding: 38px;
    box-shadow: 0px 0px 15px 10px #F4F4F4;
    border-radius: 20px;
}
.tab-content .subHeading{
    font-size: 24px; 
    font-weight: 600;
}
.tab-content .subHeading span{
    color: #383838;
    font-size: 18px;
}
.tableInr{
    border: 2px solid #F4F4F4;
    width: 100%;
    border-radius: 12px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}
.tableInr tr:nth-child(even) td{
    background-color: #EBFBF2;
}
.tableInr th{
    background-color: #1B5D2C;
    font-weight: 500;
}
.tableInr th:first-child ,td:first-child {padding-left: 30px;}
.tableInr th, td{
    padding: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}
.tableInr td{
    color:#0E3017;
    font-weight: 400;
}
/* -------------------------------------- tentRental ends here ------------------------------------- */

.tablesWrapp{display: flex; gap: 100px; justify-content: space-between;}
.tableRight{width: 280px;}
.tableRight img{width: 280px;}
.tableLeft{ flex: 1 1 0%;}
.round-table .line{width: 135px;}
.bistro-table .line{width: 127px;}
.rect-table .line{width: 177px;}
.tableHeading{color: #1B5D2C; font-weight: 600; font-size: 24px;font-family: 'Roboto Condensed', sans-serif; margin-bottom: 15px;}
.topSpace{ margin-top: 15px !important;}
.chairsPage .chairBox{ border: 1px solid #d0d0d0; padding: 15px 0;}
.chairBox img{ max-width: 100%;}
.lightsPage .chairBox img{ border: 1px solid #d0d0d0;}
.borderProduct{ border: 1px solid #d0d0d0;}
.productName{margin-top: 12px; text-align: center; font-weight: 600; color: #1B5D2C; font-size: 20px;}

@media screen and (max-width: 1399px) {
    .headerBox { height: auto;}
    .navbar .navbar-brand img { width: 115px; }
    .navbar .nav-item { font-size: 16px;}
    .navbar .btn-primary { font-size: 16px;  padding: 10px 26px;}
    .banner .mainHeading { font-size: 62px; }
    .banner .subHeading { font-size: 44px;padding: 12px 0; }
    .banner .btn-primary { padding: 12px 30px;   margin-top: 14px; font-size: 18px; margin-bottom: 0;}
    .bannerBtn { display: none;}
    .mainHeading{ font-size: 40px;}
    .aboutUs .subHeading { padding-right: 0; }
    .subHeading{ font-size: 34px;margin-bottom: 15px;}
    .eventTypeInner .subHeading { font-size: 20px;}
    .eventText h5.subHeading{ font-size: 22px;}
    .para { font-size: 16px; line-height: 26px; }
    .formLeft {  padding: 25px 15px; }
    .formLeft .subHeading { font-size: 22px;}
    .formLeft .submitBtn {  font-size: 16px; padding: 4px 48px; }
    
}

@media screen and (max-width: 991px) {
    body{font-size: 15px;}
    .navbar .navbar-brand img { width: 90px; }
    .navbar-toggler{padding: 10px; margin-right: -10px;}
    .navbar-toggler img{ width: 29px !important; height: auto;}
    .headerBox{min-height: auto;}
    .banner .mainHeading {  font-size: 52px;  }
    .banner .subHeading { font-size: 38px; }
    .sectionPadding {  padding: 50px 0; }
    .aboutUs .para { padding-right: 0;}
    .mainHeading { font-size: 30px; }
    .subHeading { font-size: 26px;}
    .overlapImgInner img {  border-radius: 12px; }
    .eventTypeInner {  margin-top: 10px; margin-bottom: 15px;  padding: 25px 12px 10px; border-radius: 12px;}
    .eventType.sectionPadding{padding-bottom: 40px;}
    .eventTypeInner .subHeading { font-size: 20px; }
    .eventOne { margin-top: 10px;  border-radius: 12px}
    .eventText { padding: 24px;}
    .eventText h5.subHeading { font-size: 20px; }
    .productName{ font-size: 18px; margin-bottom: 0px; margin-top: 10px;}
    .testimonials .container .row{ overflow: auto; display: flex; flex-wrap: nowrap;}
    .testimonials .container .row .col-md-4 {width: 280px !important; margin-bottom: 10px;}
    .testiInr { margin-top: 10px; padding: 24px; border-radius: 12px; }
    .testiInr .quotes{width: 22px;}
    .testiInr .para { margin-top: 5px;  margin-bottom: 15px; font-size: 15px; }
    .para { font-size: 15px; line-height: 24px;}
    .footer .subHeading { font-size: 20px;}
    .copyText{padding: 20px 15px;}
    .photoGallary{ flex-wrap: nowrap; overflow: auto;}
    .photoInner { min-width: 140px;}
    .tab-content {  padding: 24px; border-radius: 12px;}
    .tableHeading { font-size: 20px;}
    .tab_box .tab_btn{   font-size: 16px;  border-bottom: 2px solid #fff !important;  }
    .tab_box .tab_btn.active{   border-bottom: 2px solid #1B5D2C !important; }
    .Frametable{ overflow: auto;}
    .tableInr th, td { padding: 12px 10px; font-size: 14px; line-height: 20px; white-space: nowrap; }
    .tableInr th:first-child, td:first-child { padding-left: 20px;}
    .tab_box .tab_btn{padding: 0 15px 6px;}
    .tab-content .subHeading { font-size: 20px;}
    .tab-content .subHeading span{font-size: 15px;}
    .frameDiv  .subHeading {margin-bottom: 20px;}
    .contactForm  .col-md-10 {  width: 100%; }
    .formLeft .subHeading {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    
    .banner.sectionPadding{ padding: 55px 0;}
    .banner .mainHeading {  font-size: 36px; }
    .banner .subHeading { padding: 5px 0 0px; font-size: 30px; }
    .banner .btn-primary {  padding: 8px 26px;  margin-top: 14px; font-size: 16px; }
    .sectionPadding { padding: 40px 0; }
    .iconOut { height: 61px;}
    .eventTypeInner img{max-width: 70px;}
    .eventTypeInner .subHeading { margin-top: 14px; }
    .luxuryTents .row {gap: 15px;}
    .footer p { padding-right: 0; margin-bottom: 0; }
    .socialIcon{margin-bottom: 5px;}
    .footer .subHeading {  margin-top: 24px; }
    .footerul { margin: 0; }
    .overlapImgInner img, .eventTypeInner, .eventOne { border-radius: 10px; }
    .copyText {  line-height: 23px;  font-size: 13px; }
    .container{ padding: 0 15px; }
    .nav-link {   padding: 2px 0;}
    .navbar .nav-item { font-size: 15px; padding: 0; }
    .navbar-nav{ margin: 15px 0 !important;}
    .mainHeading { font-size: 27px; margin-top: -10px !important; }
    .navbar .btn-primary { font-size: 15px; padding: 8px 26px;  width: 100%; margin-bottom: 20px; }
    .subHeading { font-size: 24px; }
    .eventTypeInner { margin-bottom: 5px;}
    .tab-content{box-shadow: 0px 0px 0px 0px #F4F4F4;}
    .tab-content { padding: 20px 0;   }
    .tableHeading { text-align: center; }
    .tab_box { padding: 0; justify-content: center; background: #eaeaea; padding: 0 4px; display: inline-flex;  width: auto;  border-radius: 8px; }
    .tab_box .tab_btn { padding: 4px 12px 4px; }
   .frameDiv {text-align: center;}
   .tab_box .tab_btn{   font-size: 15px;  border-bottom: 0px solid #fff !important;  }
    .tab_box .tab_btn.active{   border-bottom: 0px solid #1B5D2C !important; }
    .tab-content .subHeading span{font-size: 14px;}
    .rightImgform{ display: none;}
    .shadowBoxL{ border-radius: 12px; padding-bottom: 5px;}
    .contactForm .contactInr .row{margin: 0;}
    .topSpace{ margin-top: 0 !important;}
    .g-4 .col{ margin-top: 20px !important;}
}