@import url(mainstyle.css);

*{
    scroll-behavior: smooth;
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;  
}
.btn-close {
    background-image: unset;
}
a{
    color: inherit;
    text-decoration: none;
} 
.nav-link{
    color: var(--nav-text) !important;
    font-weight: 400;
    font-size: 18px;
}
.nav-item.active .nav-link, .nav-item:hover .nav-link, .nav-item:focus .nav-link {
    color: #d4c27c !important;
    padding-bottom: unset;
    border-bottom: 1px solid #d4c27c;
}
::placeholder{
    color: var(--input-text) !important;
    opacity: 0.5 !important;
}

.head-content{
    width: 920px;
    margin: auto;
    max-width: 100%;
    text-align: center;
}

.theme-btn{
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex
;
}
[data-dorevyn-theme="dark"] [data-logo="dark"],
[data-dorevyn-theme="light"] [data-logo="light"] {
    display: block;
}

[data-dorevyn-theme="dark"] [data-logo="light"],
[data-dorevyn-theme="light"] [data-logo="dark"] {
    display: none;
}

.icons-bg{
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--icon-text);
    background-color: var(--prime-bg);
}


/* Banner CSS */
.banner-slider{
    min-height: 750px;
    background-color: rgba(var(--banner-bg), 1);
}
.splide__slide{
    min-height: 750px;
}
.slide-bg {
    background: url('../../assets/images/banner.png') no-repeat; 
    background-size: cover;
}
.banner-cont{ 
    max-width: 100%;
    min-height: 600px; 
    position: relative; 
    text-align: center;
}
.banner-cont img{
    width: 100%;
    object-fit: contain;
   height: 450px;
}

/* navigation styles */
.splide__arrow {
    background: var(--prime-bg);
    width: 55px;
    height: 55px;
    border-radius: 5px;
    opacity: 1;
}
.splide__arrow svg{
    font-size: 24px;
    fill: var(--white-text);  
}
.splide__pagination__page {
    background: #ffff;
    border: 0;
    display: inline-block;
    height: 14px;
    margin: 3px;
    opacity: 0.8;
    padding: 0;
    position: relative;
    transition: transform 0.5s ease;
    width: 14px;
}
.splide__pagination__page.is-active {
    background: var(--prime-bg);
    transform: scale(1.2);
    z-index: 1;
}

.splide__arrow--prev{
  top: unset;
  bottom: 180px !important;
  left: 400px;
  right: 100px !important;
  box-shadow: unset;
}
.splide__arrow--next{
  top: unset;
  left: 470px;
  bottom: 180px !important;
  box-shadow: unset;
}
@media(max-width:767px){
    .banner-slider{
        min-height: 600px;
    }
    .splide__slide{
        min-height: 600px;
    } 
    .banner-cont{
        min-height: 300px;
    }
    .banner-cont img{
        height:300px !important;
     }
}

.card-main{
    background-color: var(--card-bg);
    color: var(--para-text);
    padding: 10px;
    border-radius: 15px;
} 
.card-top{
    margin-top: -220px;
    margin-bottom: 100px;
    position: relative;
    z-index: 999;
}
@media(max-width:768px){
    .card-top{
        margin-top: unset;
        margin-bottom: 25px;
    }
}

.photo-bg{
    background: url('../../assets/images/photo-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
}

.strike{
    text-decoration:line-through !important;
}

.footer-bg{
    background: url('../../assets/images/footer.png') no-repeat;
    background-position: center center;
    background-size: cover;
}
.footer-icons-bg{
    min-width: 30px;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
}

.insta-gallery{
    position: absolute;
    top: 50%;
    left: 50%;
}
.since-css img{  
     max-height: 400px !important;
} 
@media(max-width:575px){
.since-css img{  
     max-height: 300px !important;
} 
}
.offcanvas{
    background-color: var(--head-bg);
}
#backtotop {
    position: fixed;
    bottom: 30px;
    right: 30px; 
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: 50px !important;
    min-width: unset;
    height: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center; 
}
#backtotop.show {
    opacity: 1;
    visibility: visible;
} 
.error{
    color: red;
}
.icon-bg{ 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
#newsletter div.error{
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 14px;
}