.hs-slide {
	min-height: 650px; /* or 100vh for full screen */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

	display: flex;
	align-items: center;
	/* justify-content: center; */

	position: relative;
}

.hs-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #000000b8, transparent);
}

.hs-slide-content {
    font-family: "Inter Tight", Sans-serif;
    position: relative;
    z-index: 2;   
    color: #fff;
    padding: 20px;
    width: 50% !important;
    text-align: left;
}


.hs-slide-content h1
{
    font-family: "Inter Tight", Sans-serif;
    margin: 0;
    color: var( --e-global-color-primary ) !important;
    font-weight: 700;
    font-size: 55px;
	margin-bottom:30px
}

.hs-slide-content h1 span
{
    color: #fff !important;
    font-weight: 400;
}



.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
 }

.hero-book-btn {
    background-color: transparent;
    color: #FFFFFF;
    font-size: 16px;
    background-image: linear-gradient(180deg, #000000 0%, #1B1B1B 100%) !important;
    border-style: solid;
    border-width: 1px 1px 1px 1px !important;
    border-color: var(--e-global-color-primary)  !important;
    padding: 12px 12px 12px 20px;
    width: max-content !important;
    position: relative;
    padding-right: 45px !important;
    transition: all .8s ease-in-out;
    cursor: pointer;
    border-radius: 50px;
	    line-height: 16px;
	min-height:46px;
	    display: flex;
    align-items: center;
}

.hero-book-btn
{
	margin-right:10px
}


.hero-book-btn::after {
    content: '';
    position: absolute;
    right: 12px;
	
    top: 50%;
    transform: translateY(-50%);
	 transition: all .8s ease-in-out;
    width: 20px;
    height: 20px;
	margin-top:1px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z' fill='%2386D105'/%3E%3Cpath d='M10 8L14 12L10 16' stroke='%23142000' stroke-width='1.5'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* .hero-book-btn:hover {
    box-shadow: 0px 0px 20px rgba(134,209,5 , .6);
	
} */



.hero-book-btn:hover {
    box-shadow: inset 7em 0 0 0 var(--e-global-color-primary),
      inset -7em 0 0 0 var(--e-global-color-primary);
	color: var( --e-global-color-secondary )
}
.hero-book-btn:hover::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z' fill='%23142000'/%3E%3Cpath d='M10 8L14 12L10 16' stroke='%2386D105' stroke-width='1.5'/%3E%3C/svg%3E") center/contain no-repeat;
}


.hero-book-btn1 {
    position: relative;
    padding-right: 50px !important;
    transition: all .6s ease-in-out;
    cursor: pointer;
    background-color: #FFFFFF1A;
    font-family: "Inter Tight", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF6B;
    padding: 12px 12px 12px 20px;
	padding-right: 45px !important;
	    line-height: 16px;
	min-height:46px;
    border-radius: 50px;
	    display: flex;
    align-items: center;
}


.hero-book-btn1::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
	margin-top:1px;
    transform: translateY(-50%);
	 transition: all .6s ease-in-out;
     width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z' fill='%2386D105'/%3E%3Cpath d='M10 8L14 12L10 16' stroke='%23142000' stroke-width='1.5'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* .hero-book-btn1:hover {
    box-shadow: 0px 0px 20px rgba(134,209,5 , .6);
}
 */

.hero-book-btn1:hover {
    box-shadow: inset 7em 0 0 0 #fff,
      inset -7em 0 0 0 #fff;
	color: var( --e-global-color-secondary )
}
.hero-book-btn1:hover::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z' fill='%23142000'/%3E%3Cpath d='M10 8L14 12L10 16' stroke='%23FFFFFF' stroke-width='1.5'/%3E%3C/svg%3E") center/contain no-repeat;
}



.hs-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: calc(100% - 20px);
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    left: 20px;
}

.hs-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: rgb(255, 255, 255);
}


.hs-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;    
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hs-slider  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
}


.btnss {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}


.cfade-up {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.9s ease-out forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



 @media (max-width:1024px) {

    .hs-slide {
	min-height: 450px;
}
    ..hs-slider .slick-dots
	 {
		     bottom: 10px;
	}
 }
 @media (max-width:991px) 
 {
    .hs-slide-content h1
    {
        font-size: 36px;
    }
    .hs-slide-content {
        width: 100% !important;
    }
    .hero-book-btn1, .hero-book-btn
    {
        font-size: 14px;
    }

 }
 @media (max-width:768px) {

/*     .hs-slide {
        min-height: 370px;
    } */
     

 }