*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.nav-wrap{
    position: fixed;
    top: 0px;
    z-index: 999;
}

.nav-logo-wrap{
    width: 120px;
}

.desk-ul{
    list-style: none;
    
}

.hero-card{
    position: relative;
    height: fit-content;
    padding: auto;
    left:0%;
}

.hero-caro-img-img{
    height: 100% !important;
    width: auto !important;
}

.hero-card-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hero-card-img{
    width: 100px;
}

.hero-card-call{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-carousel .owl-nav.disabled{
    display: none !important;
    width: 0px !important;
    height: 0px !important;
}

.owl-carousel .owl-dots{
    width: 0px !important;
    height: 0px !important;
}

.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: end;
    color: white;
    border: none;
    padding: 0 !important;
    font-size: 90px;
}

.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: start;
    color: white;
    border: none;
    padding: 0 !important;
    font-size: 90px;
}

.interior-caro img{
    border-radius: 25px;
    overflow: hidden;
}

.two-card-wrap{
    border-radius: 20px;
    overflow: hidden;
    /* position: relative; */
}

.two-card{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

/* 
.text-data{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.3);
} */

.card1{
    background-image: url('../images/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card2{
    background-image: url('../images/jacuzz.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.two-card-wraper{
    margin-top: -100px;
    position: relative;
    z-index: 89;
}

.service-card{
    border-radius: 25px;
    overflow: hidden;
}

.service-card img{
    border-radius: 25px;
    overflow: hidden;
}

.service-card-desc{
    font-size: 12px;
}

.service-btn{
    letter-spacing: 2px;
}

.blog-logo{
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-card{
    aspect-ratio: 1/1;
    background-image: url(../images/my-mob-bg.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.blog-card-overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background: linear-gradient(to top, black, rgba(0, 0, 0, 0.433) 30%, rgba(0, 0, 0, 0));
}

.blog-date{
    font-size: 12px;
}

.light-nav{
    display: none;
}

.mob-ul-wrap{
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
}

.mob-ul{
    list-style: none;
    background-color: var(--pink);
    min-width: 80vw;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px;
}

.mob-li{
    padding-left: 30px;
}

.mob-li a{
    font-size: 20px;  
}

.mob-ham-icon-wrap{
    display: none;
    flex-direction: column;
    align-items: end;
    position: relative;
    z-index: 999;
}

.ham{
    background-color: white;
    width: 40px;
    height: 5px;
    border-radius: 10px;
    margin-top: 5px;
}

.ham:nth-child(2){
    width: 30px;
}

.ham:nth-child(1){
    width: 10px;
}

.light-ham{
    /* background-color: var(--pink) !important; */
    background-color: white;
}

.float-icon-wrapper{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pink);
    border-radius: 10px;
}

@media screen and (width > 800px) {
    .hero-card .hero-caro-mob-img{
        display: none !important;
    }
}

@media screen and (width < 800px) {
    .desk-ul-wrap{
        display: none;
    }
    .mob-ul-wrap{
        display: none;
    }
    .nav-logo-wrap{
        width: 100px;
    }
    .mob-ham-icon-wrap{
        display: flex;
    }
    .hero-card-img{
        display: none;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
        width: 40px;
    }
    .hero-caro-mob-img{
        display: block;
        filter: blur(2px) brightness(0.8);
    }
    .hero-caro-img-img{
        display: none !important;
    }
    .two-card-wraper{
        margin-top: 0px;
        padding-top: 30px !important;
    }
    .top-about p{
        text-align: left !important;
    }
    .top-about h2{
        text-align: left !important;
    }
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}