GIF89a
.hero-section {
position: relative;
height: auto;
overflow: hidden;
}
.hero-video {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
object-fit: cover;
transform: translate(-50%, -50%);
z-index: -1;
}
.hero-caption {
position: absolute;
top: 44%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
text-align: center;
z-index: 1;
}
.hero-caption h1 {
font-size: 3.5rem;
background-image: linear-gradient(to right, #ffffff1c, #00000087, #ffffff2b);
border-radius: 10%;
}
@media (max-width: 480px) {
.hero-caption {
width: 90% !important;
}
.hero-caption {
font-size: 56px;
}
.exclsive_btn a{
font-size:12px;
}
}
.even-col {
margin-top: 25px;
}
.product-action {
position: absolute;
top: 15px;
right: 15px;
z-index: 1;
opacity: 0;
visibility: hidden;
}
.single-product-wrap .product-action a {
color: #ffffff;
font-size: 14px;
font-weight: 600;
height: 34px;
width: 34px;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
background-color: #00000030;
margin-right: 0px;
/* border-radius: 5px; */
line-height: 0;
border-radius: 50%;
}
.hero_content {
padding: 8px 0px 0px;
}
.hero_content h6 {
width: 100%;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.hero-heart {
border-radius: 50%;
position: absolute;
top: 10px;
right: 10px;
color: #fff;
text-align: center;
line-height: 35px;
z-index: 99;
cursor: pointer;
}
.hero-heart a {
width: 27px;
height: 27px;
background: #00000047;
border-radius: 50%;
color: #fff;
line-height: 30px;
}
.hero-pricebtn{
background: rgb(0 0 0 / 71%);
color: #fff;
border-radius: 20px;
padding: 6px 10px;
position: absolute;
bottom: 10px;
left:8px;
font-size: 14px;
font-family: SourceSansPro-Regular;
}
.main-price {
font-family: SourceSansPro-Semibold;
font-size: 13px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: normal;
letter-spacing: normal;
color: #7588a9;
text-decoration: line-through;
}
.latest_price{
font-family: SourceSansPro-Semibold;
font-size: 13px;
}
.price_tittle a {
background: #dc0e0e;
color: #fff;
display: inline-block;
font-family: SourceSansPro-Semibold;
margin: 10px 0px 0px 0;
font-size: 13px;
line-height: 28px;
padding: 0 10px;
border-radius: 20px;
vertical-align: top;
}
.price_tittle1 a {
background: #dc0e0e;
color: #fff;
display: inline-block;
font-family: SourceSansPro-Semibold;
margin: 10px 0px 0px 0;
font-size: 13px;
line-height: 28px;
padding: 0 10px;
border-radius: 20px;
vertical-align: top;
}
.price_tittle span{
color: #fff;
font-size: 12px;
font-family: cursive;
}
.price_tittle{
padding: 6px 10px;
position: absolute;
bottom: 10px;
display: none;
}
.price_tittle1{
color: #fff;
font-size: 13px;
font-family: cursive;
}
.category-item:hover .price_tittle{
display: block;
transition: all .8s ease;
}
.category-item:hover .hero-pricebtn{
display: none;
}
.product-content-hover{
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
position: absolute;
top: auto;
width: calc(100% - 20px);
bottom: 0;
padding: 0 15px 13px;
z-index: 99;
}
.product-content-hover{
display: none;
}
.single-product-wrap:hover .product-content-hover{
display: block;
}
.single-product-wrap:hover .product-content{
display: none;
}
/*exclusive*/
.Exclusive-product{
padding-top: 40px;
padding-bottom: 60px;
}
.exclusive-item {
border-radius: 10px;
overflow: hidden;
}
.exclusive-heart {
border-radius: 50%;
position: absolute;
top: 10px;
right: 10px;
color: #fff;
text-align: center;
line-height: 35px;
cursor: pointer;
}
.exclusive-heart a {
width: 27px;
height: 27px;
background: #00000047;
border-radius: 50%;
color: #fff;
line-height: 30px;
}
.exclusive-content {
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
position: absolute;
top: auto;
bottom: 0;
padding: 0 15px 13px;
}
.Exclusive_book_product{
padding-top: 60px;
padding-bottom: 60px;
}
.login-form-container ul.fill-form li label {
display: block;
color: var(--font-color-header);
font-size: var(--font-size-body);
font-weight: 500;
margin-bottom: 10px;
cursor: auto;
}
.login-form-container input {
width: 100%;
height: 45px;
background-color: var(--extra-bgcolor);
}
.login-form-container ul.fill-form li {
margin-top: 20px;
}
.login-form-container .form-action-button {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 22px;
}
.login-form-container .form-action-button .read-agree label {
position: relative;
padding-left: 25px;
margin-bottom: 0;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.login-form-container .form-action-button .read-agree label input.cust-checkbox {
position: absolute;
top: 0;
width: 0;
height: 0;
opacity: 0;
cursor: pointer;
}
.login-form-container .form-action-button .read-agree label span.cust-check {
position: absolute;
top: 2px;
left: 0px;
width: 17px;
height: 17px;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
background-color: var(--extra-color);
border: 1px solid var(--theme-border-color);
border-radius: 4px;
overflow: hidden;
}
.login-form-container .form-action-button .read-agree label span {
/* display: flex; */
justify-content: center;
align-items: center;
text-align: center;
}
.login-form-container .form-action-button .read-agree label input.cust-checkbox:checked ~ span.cust-check::after {
display: block;
box-shadow: var(--box-shadow-color);
}
.login-form-container .form-action-button .read-agree label span.cust-check::after {
display: none;
content: "\F26E";
font-family: bootstrap-icons !important;
color: #666666;
font-size: 16px;
}
.email-login p{
width: 100%;
text-align: center;
border-bottom: 1px solid #dedede;
line-height: .1em;
margin-bottom: 20px;
margin-top: -10px;
}
.email-login p span {
background: #fff;
padding: 0 10px;
color: #828282;
font-size: 12px;
}
.auth-provider {
font-family: system-ui,roboto,sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 40px;
padding: 0 21px;
border-radius: 4px;
cursor: pointer;
margin-bottom: 16px;
box-sizing: border-box;
border: 1px solid #d6d9dc;
text-align: center;
background: #FFF;
color: #535a60
}
.google-login {
color: #535a60;
border-color: #d6d9dc
}
.facebook-login {
color: #FFF;
background-color: #395697;
border-color: transparent
}
.kyber-login {
color: #FFF;
background-color: #54ae85;
border-color: transparent
}
.telegram-login {
margin-bottom: 12px;
}
.svg-icon {
vertical-align: middle;
padding-bottom: 4px;
}
.wishlist_book a {
background: #dc0e0e;
color: #fff;
display: inline-block;
font-family: SourceSansPro-Semibold;
margin: 10px 0px 0px 0;
font-size: 13px;
line-height: 28px;
padding: 0 10px;
border-radius: 20px;
vertical-align: top;
}
.wishlist_img:hover .wishlist_book {
display: block;
transition: all .8s ease;
}
.wishlist_book {
padding: 6px 10px;
position: absolute;
bottom: 10px;
display: none;
}
.booking_date span{
font-size:13px;
}
.remove {
display: flex;
margin-bottom: 12px;
}
.remove a {
background-color: red;
color: #fff;
}
input[type="radio"]:checked {
background-color: #ea2a2a !important;
padding: 4px;
border: 2px solid #d52020 !important;
}
.plans {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
max-width: 970px;
padding: 22px 22px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
-webkit-box-shadow: 0px 8px 10px 0px #d8dfeb;
box-shadow: 0px 8px 10px 0px #d8dfeb;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.plans .plan input[type="radio"] {
position: absolute;
opacity: 0;
}
.plans .plan {
cursor: pointer;
width: 32%;
}
.plans .plan .plan-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #e1e2e7;
border-radius: 10px;
-webkit-transition: -webkit-box-shadow 0.4s;
transition: -webkit-box-shadow 0.4s;
-o-transition: box-shadow 0.4s;
transition: box-shadow 0.4s;
transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
position: relative;
}
.plans .plan .plan-content img {
margin-right: 30px;
height: 72px;
}
.plans .plan .plan-details span {
margin-bottom: 10px;
display: block;
font-size: 20px;
line-height: 24px;
color: #252f42;
}
.container .title {
font-size: 20px;
font-weight: 500;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
color: #252f42;
}
.plans .plan .plan-details p {
color: #646a79;
font-size: 14px;
line-height: 18px;
}
.plans .plan .plan-content:hover {
-webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
box-shadow: 0px 3px 5px 0px #e8e8e8;
}
.plans .plan input[type="radio"]:checked + .plan-content:after {
content: "";
position: absolute;
height: 14px;
width: 14px;
background: #dc3545;
right: 20px;
top: 20px;
border-radius: 100%;
border: 3px solid #fff;
-webkit-box-shadow: 0px 0px 0px 2px #dc3545;
box-shadow: 0px 0px 0px 2px #dc3545;
}
.plans .plan input[type="radio"]:checked + .plan-content {
border: 2px solid #dc3545;
-webkit-transition: ease-in 0.3s;
-o-transition: ease-in 0.3s;
transition: ease-in 0.3s;
}
@media screen and (max-width: 991px) {
.plans {
margin: 0 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding: 40px;
}
.plans .plan {
width: 100%;
}
.plan.complete-plan {
margin-top: 20px;
}
.plans .plan .plan-content .plan-details {
width: 70%;
display: inline-block;
}
.plans .plan input[type="radio"]:checked + .plan-content:after {
top: 45%;
-webkit-transform: translate(-50%);
-ms-transform: translate(-50%);
transform: translate(-50%);
}
}
@media screen and (max-width: 767px) {
.plans .plan .plan-content .plan-details {
width: 60%;
display: inline-block;
}
}
@media screen and (max-width: 540px) {
.plans .plan .plan-content img {
margin-bottom: 20px;
height: 56px;
-webkit-transition: height 0.4s;
-o-transition: height 0.4s;
transition: height 0.4s;
}
.plans .plan input[type="radio"]:checked + .plan-content:after {
top: 20px;
right: 10px;
}
.plans .plan .plan-content .plan-details {
width: 100%;
}
.plans .plan .plan-content {
padding: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
}
}
/* inspiration */
.inspiration {
font-size: 12px;
margin-top: 50px;
position: absolute;
bottom: 10px;
font-weight: 300;
}
.inspiration a {
color: #666;
}
@media screen and (max-width: 767px) {
/* inspiration */
.inspiration {
display: none;
}
}