.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: gray;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: none;
    z-index: 999;
    border: 1px solid black;
}

.scroll-to-top i {
    font-size: 2.25rem;
    color: #fff;
}

.text-wrap-1,
.text-wrap-2,
.text-wrap-3,
.text-wrap-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-wrap-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.text-wrap-2 {
    -webkit-line-clamp: 2;
    line-clamp: 1;
}

.text-wrap-3 {
    -webkit-line-clamp: 3;
    line-clamp: 1;
}

.text-wrap-4 {
    -webkit-line-clamp: 4;
    line-clamp: 1;
}

.rest-banner {
    height: 500px;
    position: relative;
}

.rest-banner::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    /* background-color: rgba(0, 0, 0, 0.65); */
}

.rest-banner img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.rest-content {
    position: absolute;
    top: 9rem !important;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.rest-content span {
    font-size: 3rem;
    color: var(--text-tertiary);
    font-weight: 600;
    font-family: var(--primary-font);
}



.background-image {
    /*height: 400px;*/
    position: relative;
}

.background-image::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    /* background-color: rgba(0, 0, 0, 0.65); */
}

.background-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.background-rest-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;

    flex-direction: column;
    gap: 1rem;
}




.subscribe-sec {
    height: 400px;
    position: relative;
}

.subscribe-sec::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    /* background-color: rgba(0, 0, 0, 0.65); */
}

.subscribe-sec img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.subscribe-content {
    position: absolute;
    top: 23%;
    left: 15%;
    /*right: 0;*/
    /*bottom: 0;*/
    padding: 2.25rem 4rem;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    z-index: 1;
    background-color: #fff;
    /*width: max-content;*/
    /*height: max-content;*/
    border-radius: 8px;
    max-width: 500px;
    width: 100%;

}

.subscribe-content p {
    font-weight: 500;
    font-size: 17px;
}

.section-margin {
    margin-top: 5rem;
    margin-bottom: 5rem;
}


.section-margin-top {
   margin-top: 5rem;
}

.section-margin-bottom {
   margin-bottom: 5rem;
}

.section-margin {
   margin: 5rem 0;
}

.section-padding-top {
   padding-top: 0rem !important;
}

.section-padding-bottom {
   padding-bottom: 5rem;
}

.section-padding {
   padding: 5rem 0;
}

.section-header {
   display: flex;
   flex-direction: column;
   gap: 1rem;
   margin-bottom: 2.5rem;
}

.section-header-center {
   align-items: center;
   text-align: center;
}

.section-header h2 {
   font-size: 2.5rem;
   color: var(--text-black);
   font-family: var(--primary-font);
   font-weight: 700;
}

.section-header h2 i {
   font-weight: normal;
   margin-right: 2px;
}

.section-header h2 span {
   color: var(--primary);
}

.section-header p {
   font-size: 17px !important;
   width: 70%;
   color: var(--text-grey);
}

.swiper .swiper-pagination span {
   background-color: var(--primary);
}

.primary-btn {
   padding: 9px 32px;
   border-radius: 30px;
   background-color: var(--primary) !important;
   color: var(--text-white) !important;
}

.secondary-btn {
   padding: 10px 32px;
   border-radius: 30px;
   background-color: transparent !important;
   color: var(--text-black) !important;
   border: 2px solid var(--text-yellow) !important;
   font-weight: 500;
}

.scroll-to-top {
   position: fixed;
   right: 20px;
   bottom: 20px;
   height: 46px;
   width: 46px;
   border-radius: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   background-color: var(--primary);
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   display: none;
   z-index: 999;
}

.scroll-to-top i {
   font-size: 2.25rem;
}

/* Rest Banner */
.rest-banner-container {
   height: 400px;
}

.rest-banner {
   position: relative;
   height: 100%;
   width: 100%;
   border-radius: 10px;
}

.rest-banner::after {
   border-radius: 10px;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   content: '';
   /*background-color: rgba(0, 0, 0, 0.65);*/
}

.rest-banner img {
   border-radius: 10px;
   height: 100%;
   width: 100%;
   object-fit: cover;
}

.rest-content {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   padding: 1rem;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 1;
}

.rest-content span {
   font-size: 3rem;
   color: var(--text-white);
   font-family: var(--primary-font);
   font-weight: 600;
}

.text-wrap-1,
.text-wrap-2,
.text-wrap-3,
.text-wrap-4 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
}

.text-wrap-1 {
   -webkit-line-clamp: 1;
   line-clamp: 1;
}

.text-wrap-2 {
   -webkit-line-clamp: 2;
   line-clamp: 1;
}

.text-wrap-3 {
   -webkit-line-clamp: 3;
   line-clamp: 1;
}

.text-wrap-4 {
   -webkit-line-clamp: 4;
   line-clamp: 1;
}

.edge-padding {
   padding: 0 3rem;
}

.page-margin-top {
   margin-top: 20px;
}

.small-container {
   max-width: 1050px;
   width: 100%;
   margin: 0 auto;
   padding: 0 1rem;
}

.whatsapp-btn {
   position: fixed;
    right: 20px;
    bottom: 80px;
   z-index: 9999;
   height: 60px;
   width: 60px;
   display: flex;
   align-items: center;
   justify-content: center;
}

@keyframes pulsing {
   to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
   }
}

.contact_icon {
   background-color: #42db87;
   color: #fff;
   width: 40px;
   height: 40px;
   border-radius: 50px;
   text-align: center;
   box-shadow: 2px 2px 3px #999;
   display: flex;
   align-items: center;
   justify-content: center;
   transform: translatey(0px);
   animation: pulse 1.5s infinite;
   box-shadow: 0 0 0 0 #42db87;
   -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
   -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
   -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
   animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
   font-weight: normal;
   font-family: sans-serif;
   text-decoration: none !important;
   transition: all 300ms ease-in-out;
}

.whatsapp-btn img {
   height: 25px;
   width: 100%;
   object-fit: contain;
}
@media screen and (min-width:1800px) {
.rest-banner img{
	object-fit:cover !important;
}
}