@font-face {
    font-family: Kalnia;
    src: url("/public/assets/fonts/Kalnia-VariableFont_wdth,wght.ttf");
    src: url("/public/assets/fonts/Kalnia-VariableFont_wdth,wght.ttf");
    src: url("/public/assets/fonts/Kalnia-VariableFont_wdth,wght.ttf");
    src: url("/public/assets/fonts/Kalnia-VariableFont_wdth,wght.ttf");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat;
    src: url("/public/assets/fonts/Montserrat-VariableFont_wght.ttf");
    src: url("/public/assets/fonts/Montserrat-VariableFont_wght.ttf");
    src: url("/public/assets/fonts/Montserrat-VariableFont_wght.ttf");
    src: url("/public/assets/fonts/Montserrat-VariableFont_wght.ttf");
    font-weight: 400;
    font-style: normal;
}

.content-wrapper2 {
  display: -webkit-box; /* تفعيل خاصية line-clamp */
  -webkit-line-clamp: 5; /* تحديد عدد الأسطر */
  -webkit-box-orient: vertical; /* تحديد اتجاه النص */
  overflow: hidden; /* إخفاء النص الزائد */
  text-overflow: ellipsis; /* إضافة النقاط الثلاث عند الإخفاء */
  max-height: 7.5em; /* ارتفاع يتناسب مع 5 أسطر */
  line-height: 1.5em; /* ارتفاع السطر */
}

.read-more-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: capitalize !important;
}

.title-msg{
font-family: Kalnia;
text-transform: capitalize;
color: #000 !important;
}

.hosting .blog-meta-info .blog-title{color: #2e2c39;font-weight:500;font-family:Kalnia;font-size: 32px;}
.how-it-all-works .blog-meta-info .blog-title{color: #000;font-weight:500;font-family:Kalnia;font-size: 32px;}
.how-it-all-works .blog-meta-info p{font-size:22px;}
.how-it-all-works .card .blog-title{font-weight: 500;color: #000;font-family:Kalnia;}
.how-it-all-works .button{color: #ffffff;
  font-family: 'Montserrat' !important;
  font-weight:500;}
.how-it-all-works .button-div{background: #2e2c39;font-size:25px;padding:10px;}
.how-it-all-works .card{background: #e7e3f1;padding:45px 30px;border-radius: 20px 20px 20px 20px;min-height: 400px;max-height: 400px;}
.how-it-all-works .card p{font-size: 15px;}
.slick-dotted.slick-slider{margin-bottom: 0px;}
.about-us-session.first{background-color: rgb(241 241 241) !important;}
.padding-bottom-40{ padding-bottom: 40px !important;}

.partner .button{color: #ffffff;
  font-family: 'Montserrat' !important;
  font-weight:500;}
.partner .button-div{background: #2e2c39;font-size:20px;padding:10px;}


.portfolio .swin-sc-isotope .grid-item img{
  height: auto !important;
}
.home .sec-5 .button-div{
  background: #2e2c39;
font-size: 25px;
padding: 10px;
border-radius: 20px;
}


.input-group input[type="date"] {
  color: #000 !important;
  font-weight: 500px;
}

.input-group .form-control:last-child, .input-group-addon:last-child,
 .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
  .input-group-btn:first-child>.btn:not(:first-child),
   .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group>.btn,
     .input-group-btn:last-child>.dropdown-toggle{
      font-family: 'Kalnia' ;
}

.partner .sec-1 .div-img .img-responsive{
  max-height: 500px;
}

.contact .style-2 .title{
  text-align: left;
}

.submitButtonSwitch{
  border: none;
    background: #00000000;
}


.contact .swin-sc-contact .item .media-body .title{
  font-family: 'Montserrat' !important;
  color: #000000;
  text-align: left;
}

.div-questions{
  background: #f1f1f1;
  border-radius: 20px;
  padding: 22px;
  font-size: 14px;
}
.table-details .tables-details-icon{
  width: 120px;
  padding: 10px;
}
.swin-sc-iconbox .item .description{
  font-size: 15px;
  color: #000000 !important;
}


/* تصميم قائمة الدروب داون */
.dropdown-menu-custom {
    display: none;
    position: absolute;
background-color: #b0a5d1;
min-width: 215px;
box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
z-index: 1;
border: 1px solid #ccc;
border-radius: 4px;
margin-top: 1px;
width: 100%;
}


.dropdown-menu-custom .nav-option a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
    font-size: 14px;
}

.dropdown-menu-custom .nav-option a:hover {
    background-color: #f1f1f1;
    color: #000;
}

/* عرض القائمة عند التفاعل */
.item:hover .dropdown-menu-custom {
    display: block;
}

.popup-overlay {
  display: none; /* يبدأ بأنه مخفي */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.popup-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.popup-content h3 {
  margin-bottom: 20px;
}
.popup-content button {
  margin: 5px;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.popup-content .yes-btn {
  background-color: #4CAF50;
  color: white;
}
.popup-content .no-btn {
  background-color: #f44336;
  color: white;
}






/* دوران الصورة */
.loader-wrapper img {
    width: 150px; /* يمكنك تعديل الحجم كما تريد */
    animation: rotate 2s linear infinite; /* حركة الدوران */
}

/* مفتاح الحركة */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.block-img.cover{
background-size: cover;
background-position: center;
 height: 250px;
 border-radius: 20px 20px 0px 0px !important;
}


.page-title.page-about{
  min-height: 550px;
}


footer .list-inline>li{
  padding-right: 1px;
   padding-left: 1px;
}

footer .pages{
  padding-top: 70px;
}

.title{
  text-align: center;
}

.partner .sec-3 {
  text-align: center;
}

.partner .swin-sc-title.style-4 .title{
  text-align: left;
  padding: 0px;
  font-size: 32px;
  font-weight: 500;
  color: #2e2c39;
}

.partner .line {
    border-top: 5px solid #eee;
}

.partner .sec-2 .blog-title{
  color: #2e2c39;
font-weight: 500;
font-family: Kalnia;
font-size: 32px;
}

.partner .sec-3 .blog-meta-info .blog-title {
    color: #2e2c39;
    font-weight: 500;
    font-family: Kalnia;
    font-size: 32px;
}

.partner .sec-3 .blog-meta-info h4.blog-title{
    font-size: 25px;
}


.partner .sec-5 .blog-meta-info h4.blog-title a{
  color: #000;
}

.partner .sec-2 .part-div-1{
padding: 10px;
}
.partner .sec-2 .part-div-2{

  padding: 10px;
}
.partner .sec-2 .part-div-3{

  padding: 10px;
}
.partner .sec-2 .part-div-4{
  padding: 10px;
}


.partner .sec-3 .class-img img{
  width: 100%;
}

.partner .about-us-session .row {
  display: flex;
  align-items: center;
}

.partner .about-us-session .text-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.partner .sec-2 .part-1{
  border-radius: 20px 20px 20px 20px;
  background-color: #e7e3f1;
  text-align: left;
    padding: 35px 50px;
    min-height: 225px;
}
.partner .sec-2 .part-2{
  border-radius: 20px 20px 20px 20px;
    background-color: #aea2d1;
  text-align: left;
    padding: 35px 50px;
    min-height: 225px;
}
.partner .sec-2 .part-3{
  border-radius: 20px 20px 20px 20px;
    background-color: #f6e5d1;
  text-align: left;
    padding: 35px 50px;
    min-height: 225px;
}
.partner .sec-2 .part-4{
  border-radius: 20px 20px 20px 20px;
    background-color: #718480;
  text-align: left;
    padding: 35px 50px;
    min-height: 225px;
}

.partner .sec-2 .part-1 .blog-title{
  font-size: 22px;
  font-family: Kalnia;
  font-weight: 700;
  color: #000;
}
.partner .sec-2 .part-1 p{
    font-size: 15px;
color: #4f4f4f;
font-family: Montserrat !important;
}

.partner .sec-2 .part-3 .blog-title{
  font-size: 22px;
  font-family: Kalnia;
  font-weight: 700;
  color: #000;
}
.partner .sec-2 .part-3 p{
font-size: 15px;
color: #4f4f4f;
font-family: Montserrat !important;
}

.partner .sec-2 .part-2 .blog-title{
  font-size: 22px;
  font-family: Kalnia;
  font-weight: 700;
  color: #fff;
}
.partner .sec-2 .part-2 p{
font-size: 15px;
color: #fff;
font-family: Montserrat !important;
}
.partner .sec-2 .part-4 .blog-title{
  font-size: 22px;
  font-family: Kalnia;
  font-weight: 700;
  color: #fff;
}
.partner .sec-2 .part-4 p{
font-size: 15px;
color: #fff;
font-family: Montserrat !important;
}

.home .sec-5 .button {
    color: #ffffff;
    font-family: Kalnia;
    font-weight: 500;
    width: 100%;
display: block;
}

.home .sec-3 {
    background: #f1f1f1 !important ;
    padding: 50px 0;
}



.home .about-us-session.sec-5 .row{
  display: block;
}

.home .about-us-session .row {
  display: flex;
  align-items: center;
}

.home .about-us-session .div-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about .about-us-session .row {
  display: flex;
  align-items: center;
}

.about .about-us-session .text-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home .sec-3 .div-text {
  text-align: center !important;
}
.home .sec-3  .swin-sc-title.style-4 .title{
  text-align: center !important;
  color: #2e2c39;
}


.home .sec-1 .div-img{
  justify-content: start;
}
.home .sec-2 .div-img{
  justify-content: end;
}

.about .swin-sc-title.style-4 .title, .title{
text-align: left;
padding: 5px 0px;
font-size: 32px;
font-weight: 500;
color:  #2e2c39;
}

.margin-bottom-5{
  margin-bottom: 5px !important;
}

.about .sec-2{
  background: #f1f1f1 !important ;
}


section {
    background: #fff ;
}

.home .sec-3 .img-sec-3 {
  position: absolute;
  width: 150px;
  bottom: -72px;
  left: 25%;
  z-index: 99;
}


.home .sec-4 {
  background-image: url("/public/assets/images/back.png") !important;
  background-size: 950px 100%;
  background-position: left; /* لضبط الصورة في المنتصف */
  background-repeat: no-repeat; /* لمنع تكرار الصورة */
  padding: 100px 50px;
}

.hosting .tab-bar {
list-style: none;
display: flex;
justify-content: center;
padding: 10px;
}

.hosting .tab-bar li {
margin: 0 10px;
text-align: center;
position: relative;
width: 100%;
}

.hosting .tab-bar li:not(:last-child)::after {
content: "";
position: absolute;
right: -10px; /* المسافة بين العنصر والخط */
top: 0;
width: 0.7px;
height: 75%;
background-color: #000000; /* لون الخط */
}

.hosting .tab-bar li img{
width: 80px;
height: 80px;
padding: 10px;
}

.hosting .tab-bar li p{
display: ruby-text;
font-weight: 500;
color: #000;
}

.hosting .line{
border-top: 5px solid #eee;
}


.hosting .blog-meta-info.sec-2 p{
font-size: 16px;
}

.hosting .blog-meta-info.sec-3{
background-color: #f1f1f1;
}

.hosting .line-2{
border-top: 2px solid #000000;
margin-top:1px;
}

.hosting .part .number{
font-size: 45px;
color: #000;
margin-bottom: 5px;
}

.hosting .blog-meta-info .part .blog-title{
font-size: 20px;
margin-top:5px;
}

.hosting .sec-4 .panel-title h4{
color: #000;
font-weight: 600;
font-family: Montserrat !important;
}

.hosting .sec-5 .class-img img{
width: 100%;
border-radius:20px;
}
.hosting .sec-7 .class-img img{
width: 100%;
border-radius:20px;
}
.home .div-img img{
height: auto;
width: 100%;
max-width: 95%;
max-height: 500px;
border-radius: 0px;
border-radius: 20px;
}
.home .div-img{
  padding: 0;
  padding-top: 10px;
}

 .home .div-text{
   text-align: left;
   padding: 5px 60px;
   flex: 1; /* لجعل النص يأخذ المساحة المتاحة بشكل متساوٍ */
   display: flex;
   flex-direction: column;
   justify-content: center;
 }
 .home .swin-sc-title.style-4 .title{
  text-align: left !important;
 padding: 5px 0px;
 font-size: 32px;
 font-weight: 500;
 color:  #2e2c39;
}

#loadingSpinner,
.preloader {
    position: fixed;
    height: 100%;
    width: 100%;
}
.currencies_div .dropdown-content .dropdown-item:hover,
.preloader {
    background-color: #f1f1f1;
}
#loadingSpinner,
.spinner {
    transform: translate(-50%, -50%);
}
.blog-content-inner p,
.panel-title,
.styled-input,
button,
input,
select,
textarea {
    font-family: Montserrat !important;
}
body,
html {
    overflow-x: hidden;
}
#popup,
a#open-popup {
    z-index: 10;
    top: 85px;
}
#popup,
.top-header .animated {
    opacity: 0;
}

.contact .page-sidebar {
    z-index: 5;
}
.swin-sc-product.products-02 .products .item {
    margin: 20px 0;
}
.pageload-overlay {
    z-index: 999999999999;
}
.iti__selected-flag {
    z-index: 4 !important;
}
#loadingSpinner {
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: #0000007d;
}
.preloader {
    top: 0;
    left: 0;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s;
}
.loader-wrapper img {
    width: 150px;
    height: auto;
}
.top-header.top-bg-parallax {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.about .div-img,
.blog-featured-img,
.home .div-img,
.text-data .div-img {
    text-align: center;
    justify-content: center;
    display: flex;
}
.about .div-img img,
.text-data .div-img img {
    max-height: 500px;
    width: auto;
    max-width: 100%;
    width: 90%;
    border-radius: 20px;
}

.swin-sc-product.products-02 .products .item,
.swin-sc-product.products-02 .products .item .block-img:before {
  border-radius: 20px 20px 0px 0px !important;
}
.swin-sc-product.products-02 .products .item .img.img-responsive {
    max-height: 240px;
    border-radius: 20px 20px 0px 0px;
}
.form-group.col-md-12.col-sm-12 .iti__country-list {
    z-index: 999 !important;
}
.iti__country-list {
    z-index: 99 !important;
}
.nav.nav-pills li a.active,
.widget-categories .link:before,
.widget-categories .link:hover,
a:hover {
    color: #b2a6d9 !important;
}
.swin-sc-contact .item .media-body .description a {
    color: #505b65;
}
.swin-sc-contact-form.light .form-group .input-group .form-control {
    border: 1px solid #e6e6e6;
    background-color: #f6f6f600 !important;
}

.table-details .blog-item .blog-title a {
    font-size: 28px;
    font-family: 'Kalnia';
}

.nav.nav-pills li.active::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 15px;
    width: 0;
    top: 50%;
    margin-top: 15px;
    background-color: #b2a6d9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.title.img-bag {
    background-size: 40%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
}
.currencies_div .custom-dropdown,
.top-header .slide-content.slide-layout-03 .top-content {
    position: relative;
    display: inline-block;
}
#customAlert,
#totop,
.currencies_div .dropdown-button,
.faq .panel-group,
.filter-container select option[hidden],
.header-transparent .logo-fixed,
.header-transparent.header-fixed .logo-static,
.invalid-feedback,
.owl-theme .owl-dots,
.owl-theme .owl-nav,
.slick-arrow.slide-vertical .arrow-slide:before,
.st-menu-open .header-main .header-logo,
.st-menu-open .swin-trigger-effects.btn-open,
.tables .owl-theme .owl-nav,
.top-header .slide-content.slide-layout-02 .slide-sub-title .text span:last-child:after,
.valid-feedback,
header.header-fixed .header-top {
    display: none;
}
.currencies_div:hover .dropdown-content,
.header-transparent.header-fixed .logo-fixed,
.slider-image {
    display: block;
}
.blog-content-inner > *,
.table-details .swin-sc-blog-slider.style-02 .blog-item .blog-content .blog-title {
    text-align: left;
}
.currencies_div .dropdown-content {
    scrollbar-color: #b2a6d9 #fff !important;
    display: none;
    left: -45px;
    top: 10px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 60px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    max-height: 115px;
    overflow-y: scroll;
    text-align: center;
}
.currencies_div .dropdown-content .dropdown-item {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.owl-carousel .item {
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
}
.slider-image {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-height: 300px;
    object-fit: cover;
}
.block-img {
    position: relative;
    padding-bottom: 10px;
}
.block-circle-2 {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
#customAlert,
.spinner {
    position: fixed;
    left: 50%;
}
.price-wrapper-3 {
    top: auto;
    bottom: 10px;
}
.padding-top-80 {
    padding-top: 80px !important;
}
.padding-bottom-80 {
    padding-bottom: 80px !important;
}
.partner-section-03 .swin-sc-partner {
    border-top: 0 solid #fff !important;
}
.tables div[class*="col-"] .item {
    margin-top: 0;
}
.tables .block-img {
    padding-bottom: 0;
}
.margin-bottom-20.des,
.table-details .blog-content-inner p {
  font-size: 15px;
  color: #000000;
  line-height: 23px;
  font-weight: 500;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #b2a6d9;
}
.portfolio .socials-about {
    float: left !important;
}
.portfolio .blog-item {
    z-index: 1;
    background-color: #fff !important;
    border-radius: 20px;
}

.portfolio .swin-sc-isotope .grid-item .grid-wrap-item{
      border-radius: 20px;
}
.portfolio .swin-sc-isotope .grid-item:hover{
        border-radius: 20px;
}

.subscribe-section .img-subscribe {
    z-index: 0 !important;
}
.about-us-session img,
.cart-home .swin-sc.sc-featured-box.item,
.log img,
.table-details .blog-item .blog-featured-img img,
.table-details .blog-item .blog-featured-img.chef img {
    border-radius: 20px;
}
.spinner {
    border: 8px solid #f6c2cc;
    border-top: 8px solid #baafdd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: 1s linear infinite spin;
    margin: auto;
    top: 50%;
    z-index: 9999;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.personal-account-form {
    border-radius: 100px 0 0;
}
.personal-account-form .reservation-details {
    background-color: #f1f1f3;
    border-radius: 50px 50px 0 0 !important;
}
.personal-account-form .head {
    background-color: #f1f1f3;
    padding: 10px;
    text-align: left;
    border-radius: 10px 10px 0 0;
}
.personal-account-form .reservation-details .head .col-md-4.col-sm-12,
.reservation-details .booking_information .col-md-4 {
    padding-left: 0;
}
.reservation-details .booking_information h3 {
    padding-left: 0;
    font-size: 19px;
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.personal-account-form .scroll {
    overflow-x: clip;
    overflow-y: scroll;
    max-height: 450px;
    border-radius: 10px 10px 0 0;
    scrollbar-color: #b2a6d9 transparent;
    scrollbar-width: thin;
}
.personal-account-form .scroll::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}
.personal-account-form .scroll::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
}
.personal-account-form .reservation-details .head p {
    margin: 0;
    color: #000;
    padding: 0 5px;
}
.filter-form select.form-control,
.personal-account-form .reservation-details .confirmed,
.shop_table .product-remove,
.swin-sc-blog-slider .blog-item .blog-content {
    text-align: center !important;
}
.personal-account-form .reservation-details .confirmed .approved {
    color: #46ae3f;
    font-size: 17px;
    margin: 16px 0;
    text-align: left;
}
.bookings .reservation-details .inf h3 {
    font-size: 15px !important;
    color: #b2a6d9;
}
.personal-account-form .reservation-details .confirmed .not_approved {
    color: red;
    margin-top: 25px;
    font-size: 15px;
}
.personal-account-form .reservation-details .confirmed .waiting {
    color: orange;
    margin-top: 25px;
    font-size: 15px;
}
.personal-account-form .reservation-details .booking_information {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #b2a6d9;
}
#main-nav .dropdown.dropdown-mega .dropdown-mega-menu,
.cart-home .sc-featured-box .box-bg,
.header-sidebar .dropdown-menu > li > a,
.img-full,
.input-group,
.modal-body .swin-btn {
    width: 100%;
}
.styled-input {
    padding: 10px 15px;
    font-size: 13px;
    border: 2px solid #ddd;
    border-radius: 1px !important;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.styled-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
}
.styled-input::placeholder {
    color: #000;
    font-style: "Montserrat" !important;
    font-weight: 500px;
}

::placeholder {
  color: #000;
  font-style: "Montserrat" !important;
  font-weight: 500px;
}

.padding-bottom-60 {
    padding-bottom: 65px;
}
#customAlert,
.table-details .swin-sc-blog-slider .blog-item {
    padding: 15px;
}
.blog-footer .blog-tags a:hover,
.blog-navigation .navi-item a:hover,
.cart_lite .cart_lite_list .cart_item_title:hover,
.form-group.links a,
.header-top.top-layout-02 .socials-nb li a i:hover,
.header-top.top-layout-02 a:hover,
.product-single #reviews .comment_container .star-rating i,
.shop_table .product-name a,
.subscribe-wrapper .widget-newsletter i {
    color: #b2a6d9;
}
.filter-container select,
.form-group .input-group select {
    font-family: Montserrat !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    width: 100%;
    cursor: pointer;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23333" d="M12 5H4l4 5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
}
.form-group .input-group select {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 500px;
}
.filter-container select:focus {
    border-color: #baafdd;
    box-shadow: 0 0 5px rgba(186, 175, 221, 0.5);
    outline: 0;
    transform: scale(1.05);
    width: 98%;
}
.filter-container select option,
.form-group .input-group option {
    background-color: #fff;
    color: #000;
    padding: 15px 20px;
    font-size: 16px;
    margin: 5px 0;
    font-weight: 500;
}
.filter-container select option:focus,
.filter-container select option:hover,
.form-group .input-group option:focus {
    background-color: #baafdd;
    color: #fff;
}
.table-details .page-main.col-md-12 {
    background: #fff;
    padding: 30px;
}
.tables .title a {
    font-size: 32px;
    font-weight: 500;
    font-family: Kalnia !important;
}
.blog-content-inner,
.faq .detail-icon,
.swin-btn.btn-transparent span,
body {
    font-family: Montserrat !important;
}
.reservation-form.style-02,
.swin-sc-product.products-02 .products .item .block-content,
.table-details .reservation-form.style-02 {
    background: #fff;
}
.faq .panel-default > .panel-heading {
    padding: 15px 1px;
    background-color: #fff !important;
}
.faq .btn.active,
body {
    background-color: #fff;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-bottom: #f0f8ff;
}
.faq .panel-group .panel + .panel {
    border-top: 1px solid;
    border-bottom: 0 solid #fff;
}
.faq .panel-group .panel,
.utility-nav .search-form .input-group-addon {
    border-radius: 0;
}
.faq .btn-primary:active:focus {
    background-color: #f6f3ff;
    border-color: #f4faff;
}
.table-details .blog-item .blog-featured-img.chef img {
    max-width: 100%;
    width: auto !important;
}
.text-data .swin-sc-blog-slider .blog-item .blog-content .blog-title,
.text-data .swin-sc-blog-slider.style-02 .blog-item .blog-content .blog-title {
    text-align: center;
    margin-left: 0;
}
.table-details .swin-sc-blog-slider .blog-item .blog-content .blog-title {
    margin-left: 0 !important;
}
.div-chef .blog-date,
.table-details .swin-sc-blog-slider .blog-item .blog-date {
    left: 30px;
    width: 75px;
    height: 75px;
}
.table-details .blog-item .blog-date .day {
    font-size: 20px;
}
.article .swin-sc-blog-slider .blog-item .blog-date {
    left: 200px;
}
.faq a:focus {
    text-decoration: none;
}
.faq .panel-group {
    border-bottom: 1px solid;
}
.faq .faq-title {
    text-align: left;
    font-size: 37px;
    padding: 5px 3px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #2e2c39;
}
.portfolio .swin-sc-isotope .grid-item:hover .gallery-title {
    margin-top: -99px;
}
.portfolio .gallery-title.title:hover,
.swin-btn,
.swin-btn:hover span,
.text-data .blog-item .blog-title a:hover {
    color: #fff !important;
}
.table-details .blog-item .blog-featured-img img {
    min-height: 200px;
    max-height: 305px;
}
.faq .toggle-icon {
    float: right;
    font-size: 25px;
    margin-right: 5px;
}
.faq .detail-icon {
    display: inline-block;
    transition: transform 0.3s;
}
.faq .panel-body p {
    display: inline;
    color: #000;
}
.faq .rotate-up {
    transform: rotate(269deg);
    font-size: 20px;
    float: right;
    margin-bottom: -10px;
    margin-top: 5px;
}
.faq .btn.active {
    border-color: #b2a6d9;
    color: #000;
}
.cancellation-div p {
    display: contents;
}
.blog-footer .blog-tags,
.blog-navigation .next-post a i,
.cancellation-div .cancellation,
.header-top .topbar-right {
    float: right;
}
.blog-footer .blog-share .socials li a:hover i,
.cancellation-div .fa,
.header-sidebar #main-nav > li > a,
.header-top.top-layout-01 .socials-nb li a i,
.header-top.top-layout-01 a,
.header-top.top-layout-02 .socials-nb li a i,
.header-top.top-layout-02 a,
.header-transparent .utility-nav .search-bar,
.personal-account-form .bookings .reservation-details strong {
    color: #fff;
}
.faq .panel-heading .panel-title a:hover {
    color: #2d2c38 !important;
}
.faq .panels {
    display: grid;
    border-radius: 5px;
    padding: 20px;
}
.faq .btn-primary {
    font-family: Kalnia !important;
    color: #000;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    margin: 1px;
    text-align: left;
    padding: 14px 20px;
}
.table-details .blog-item .blog-featured-img.chef {
    text-align: center;
    justify-content: center;
}
.log .reservation-form.style-02 {
    display: flow-root;
}
.tables .swin-sc-product.products-02 .products .item .img.img-responsive {
    max-height: 240px;
    min-height: 240px;
    max-width: 100%;
    width: 100%;
    margin: 0;
}
.div-chef .blog-date .socials li a {
    background-color: #05050600 !important;
}
.table-details .swin-sc-blog-slider .div-chef.blog-item .blog-date {
    left: 30px;
    width: 72px;
    height: 72px;
    z-index: 1;
}
.div-chef .blog-date .socials li a i {
    padding-left: 5px;
    color: #000 !important;
    font-size: 30px;
    text-align: center;
}
.reservation-form {
    border: 2px solid #dfdfdf !important;
}
.table-details .col-md-12:first-child .item {
    padding: 50px 5px;
}
/* .table-details .swin-sc.swin-sc-iconbox {
    background: #f1f1f1;
    border-radius: 20px;
} */
.article .swin-sc-blog-slider.style-02 .blog-item .blog-content .blog-title {
    margin-left: 170px;
}
.table-details .socials-about {
    text-align: center;
    float: unset;
}
.filter-container {
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow-x: auto;
    text-align: center;
}
.filter-form {
    width: 100%;
    text-align: center;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: center;
    justify-content: space-around;
    border: 2px solid #b2a6d9;
    padding: 20px;
    border-radius: 5px;
}
.filter-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.filter-group label {
    font-weight: 700;
    margin-bottom: 5px;
    font-family: Kalnia !important;
    color: #000;
    font-size: 15px;
}
.filter-group select {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
}
#filter-form .swin-btn {
    min-width: auto;
    top: 12px;
}
.swin-sc-product.products-02 .products .item .title,
header.header-fixed .header-main .header-logo {
    min-height: 60px;
}
.log .img.img-responsive {
    padding: 10px;
    max-height: 600px;
}
.log .div-img {
    text-align: center;
    justify-content: center;
    display: flex;
    max-height: 550px;
}
.reservation-form.style-02 {
    padding: 20px 5% !important;
    min-height: 350px;
    border-radius: 20px;
}
.contact .reservation-form.style-02 {
    position: relative;
    z-index: 1;
}
.tables .swin-sc-product.products-02 .products .item .block-img .price-wrapper-2 {
    position: absolute;
    bottom: -23px;
    left: 45px;
    text-align: center;
    width: 70px;
    line-height: 54px;
    height: 70px;
    color: #000;
    /* box-shadow: 0 0 16px rgba(0, 0, 0, 0.2); */
}
.tables .swin-sc-product.products-02 .products .item .block-img .price-wrapper-3 {
    position: absolute;
    bottom: -23px;
    left: 310px;
    text-align: center;
    width: 70px;
    line-height: 54px;
    height: 70px;
    color: #000;
    /* box-shadow: 0 0 16px rgba(0, 0, 0, 0.2); */
}
.tables .block-circle-2 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #b2a6d9;
    border: 3px solid #fff;
}
.tables .blog-item .blog-date .day {
    display: block;
    line-height: 1;
    padding-top: 8px;
    font-size: 16px;
}
.tables .blog-item .blog-date {
    top: inherit !important;
}
.list-payment {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f1f1f1;
}
.list-payment__item {
    display: flex;
    align-items: center;
}
footer .icon {
    display: block;
    max-width: 100%;
    height: auto;
}
.tables .list-inline > li {
    display: list-item !important;
}
.tables .product-info .author {
    margin-right: inherit;
}
.swin-sc-blog-slider.style-02 .blog-item .blog-content .chef-title {
    font-family: Kalnia;
    font-size: 25px;
}
.about-us-session.first h2.des.font-bold {
    padding: 20px;
    font-family: Kalnia;
    font-size: 32px !important;
    color: #000;
    font-weight: 800;
}
.swin-btn {
    background-color: #2e2c39 !important;
    border: 1px solid #b2a6d9 !important;
    font-family: 'Montserrat' !important;
    text-transform: uppercase;
}
.swin-btn-wrap{
  font-family: 'Montserrat' !important;
  text-transform: uppercase;
}

.header-main .container,
.page-content.no-padding {
    padding: 0;
}

.panel-default {
    border-color: #fff;
}
.swin-btn.btn-transparent span {
    color: #fff !important;
}
.swin-btn:after,
.swin-btn:before {
  display: none;
    background-color: #000 !important;
}
.socials li a:hover,
.swin-sc-contact .item:hover .wrapper-icon {
    background-color: #b2a6d9 !important;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background: #f1f1f1;
}
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background: #2d2c38;
}
::-webkit-scrollbar-thumb {
    background-color: #b2a6d9;
    border-radius: 10px;
    border: 3px solid #f5c2cc;
}
::-webkit-scrollbar-thumb:hover {
    background: #b2a6d9;
}
html {
    scrollbar-color: #b2a6d9 #2d2c38;
    scrollbar-width: thin;
}
footer .list-inline {
    margin-top: 60px;
}
.ft-widget-area {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.about-contact-info .info-content a {
    color: #000;
    font-family: Kalnia;
    font-weight: 700;
}
.portfolio .blog-item .chef-img img {
    display: flex;
    justify-content: center;
    border-radius: 20px;
    max-height: 350px;
    width: auto;
    max-width: 100%;
}
.box-setting,
.portfolio .blog-item .chef-img {
    padding: 20px;
}
.portfolio .blog-item .chef-img {
  display: flex;
    padding: 20px;
    justify-content: center;
}

.about-contact-info .info-content {
    color: #000;
    padding: 0 12px;
    font-family: Montserrat;
}
.sc-featured-box .box-inner .title-showcase {
    bottom: 0px !important;
    background: #fff;
    color: #000 !important;
    font-size: 20px !important;
    font-family: Kalnia;
    font-weight: 500 !important;
}
.sc-featured-box .box-inner .box-content p {
    font-family: Montserrat;
}
.sc-featured-box:hover .box-title {
    font-family: Kalnia;
}
.product-info .author .text-2 {
    margin: 0 6px;
}
.padding-top-40 {
    padding-top: 40px;
}
.sc-featured-box .box-inner .img-showcase {
    top: -15px;
    border-radius: 20px 20px 0 0;
}
.sc-featured-box .box-inner,
.sc-featured-box .box-inner .showcase {
    border-radius: 20px 20px 0 0;
}
.swin-btn.btn-transparent {
    background-color:  #2e2c39 !important;
}
.modal-body .register {
    padding: 20px;
    font-size: 20px;
}
.article .blog-item .blog-featured-img img,
.text-data .blog-item .blog-featured-img img {
    max-width: 55%;
    max-height: 550px;
    border-radius: 20px;
}
#customAlert {
    background-color: #f44336;
    color: #fff;
    bottom: 20px;
    transform: translateX(-50%);
    border-radius: 5px;
    z-index: 1000;
}
#customAlert button {
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer;
}
.reservation-form.style-02.bookings {
    height: 500px;
    max-height: 500px;
    overflow-y: scroll;
}
.col-md-12.col-sm-12.line {
    height: 2px;
    background: #b2a6d9;
    margin: 10px;
}
.bookings .reservation-details .inf {
    padding: 0;
    text-align: left;
}
.btn.active,
.btn:active {
    box-shadow: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: #baafdd auto 0;
}
.modal-body .btn-wrap {
    padding: 20px;
    font-size: 15px;
}
.preview img {
    max-width: 250px;
    height: auto;
}
form .col-md-6:nth-child(2n + 3) {
    clear: inline-end;
}
.widget-categories .link.active {
    color: #b2a6d9;
    font-weight: 600;
    font-size: 20px;
}
.is-invalid ~ .invalid-feedback {
    color: red;
    display: block;
}
.is-valid ~ .valid-feedback {
    color: green;
    display: block;
}
.valid-feedback {
    color: #189e1a;
}
.invalid-feedback {
    color: red;
}
.modal-footer {
    display: flex;
    justify-content: space-between;
}
.modal-footer .log-in {
    position: relative;
    padding: 5px;
    margin: 10px;
    text-align: center;
}
.modal-footer .btn {
    margin-left: auto;
}
.modal-footer .log-in + .log-in:before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #b2a6d9;
    height: 100%;
    top: 0;
    left: -10px;
    transform: none;
}
.modal-body .swin-btn span {
    font-size: 19px;
}
.color-setting li:hover,
.modal-footer strong,
header.header-fixed #st-trigger-effects .st-btn-efect {
    color: #000;
}
.parallax-window {
    min-height: 400px;
    background: 0 0;
}
.top-header .parallax-window {
    min-height: 85vh;
}
body {
    font-weight: 400;
    line-height: 1.714;
    color: #616f7d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
}
.swin-bg-transparent {
    background: 0 0 !important;
}
.page-404,
.page-title {
    background-repeat: no-repeat;
}
.footer-main,
.page-404,
.page-title {
    background-size: cover;
}
.slick-arrow {
    position: absolute;
    top: 52%;
    z-index: 1;
    opacity: 0.7;
    cursor: pointer;
}
#main-nav > li.current-menu-item > a,
#main-nav > li:hover > a,
.header-top .topbar-right .item,
.product-single .product-summary,
.slick-arrow .arrow-slide,
.slick-slide,
.top-header,
.top-header .slick-slide {
    position: relative;
}
#popup,
#totop,
.sk-circle,
a#open-popup {
    position: fixed;
}
.slick-arrow .arrow-slide i {
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
}
.slick-arrow .arrow-slide:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 60px;
    height: 2px;
    background-color: #ffffff00;
}
.slick-arrow.prev-slide .arrow-slide:before,
.top-header .slide-content.slide-layout-03 .top-content .line.right {
    left: 100%;
}
.slick-arrow.next-slide .arrow-slide:before,
.top-header .slide-content.slide-layout-03 .top-content .line.left {
    right: 100%;
}
.blog-comment .comment-item .comment-reply a:hover,
.slick-arrow:hover,
a#open-popup.show,
a#open-popup:hover {
    opacity: 1;
}
.slick-arrow.slide-vertical {
    top: auto;
    bottom: 0;
}
.sk-circle .sk-child,
header {
    width: 100%;
    top: 0;
    position: absolute;
}
.slick-arrow.slide-vertical.next-slide {
    left: 0;
    right: auto;
}
.slick-arrow.slide-vertical.prev-slide {
    left: 50px;
    right: auto;
}
.next-slide {
    right: 30px;
}
.prev-slide {
    left: 30px;
}
.sk-circle {
    margin: -30px 0 0 -30px;
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
}
.sk-circle .sk-child {
    height: 100%;
    left: 0;
}
.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 20%;
    height: 20%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: 1.2s ease-in-out infinite both sk-circleBounceDelay;
    animation: 1.2s ease-in-out infinite both sk-circleBounceDelay;
}
.sk-circle.sk-circle-out .sk-child:before {
    width: 20%;
    height: 20%;
}
.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-circleBounceDelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
header {
    z-index: 2;
}
header + div {
    padding-top: 135px;
}
.product-related,
header.header-transparent + div {
    padding-top: 0;
}
.header-top {
    color: #616f7d;
    background-color: transparent;
    height: 35px;
    border: none;
    border-bottom: 1px solid #eaeaea;
}
.header-top .socials-nb li a i,
.header-top a,
.product-single #reviews .comment_container .star-rating i.fa-star-o,
.subscribe-wrapper .des {
    color: #616f7d;
}
.header-top:before {
    content: "";
    clear: both;
}
.header-box .header-main-wrapper:after,
.header-box .header-main-wrapper:before,
.header-top:after {
    content: "";
    display: table;
    clear: both;
}
.blog-footer .blog-share,
.blog-navigation .prev-post a i,
.header-main .main-nav-wrapper,
.header-top .topbar-left,
.subscribe-wrapper .subscribe-heading {
    float: left;
}
.header-top .topbar-right .item:not(:first-child):before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #c4c4c4;
    height: 35%;
    top: 50%;
    left: -12px;
    transform: translateY(-50%);
}
.header-top .item {
    display: inline-block;
    line-height: 35px;
    margin-right: 15px;
    font-size: 13px;
}
.blog-footer .blog-tags strong,
.header-top .item i {
    margin-right: 7px;
}
.header-top ul.wg-social li:last-child {
    padding-right: 0;
}
.header-top .wg-social,
.top-header .slick-dots li {
    margin: 0;
}

.header-top .wg-social span{
  padding: 5px;
background: #b0a5d1;
}
.header-top.top-layout-02 a:hover{
  color: #000 !important;
}
.header-top.top-layout-02 {
    color: #fff;
    background-color: #000;
    border: none;
}
#main-nav > .open > a,
#main-nav > li a:focus,
#main-nav > li > a:hover,
.header-top.top-layout-01 {
    background-color: transparent;
}
.header-top.top-layout-02 .topbar-right .item:not(:first-child):before {
    background-color: rgba(255, 255, 255, 0.4);
}
.header-top.top-layout-01 {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}
.header-main,
.header-transparent .header-main,
.page-content-wrapper {
    background-color: #fff;
}
.header-top.top-layout-01 .topbar-right .item:not(:first-child):before {
    background-color: #ababab;
}
.header-main {
    height: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#main-nav > li > a,
.header-main .header-logo {
    -webkit-transition: 0.3s;
    position: relative;
}
.header-main .header-logo {
    width: 170px;
    min-height: 100px;
    float: left;
    transition: 0.3s;
}
.header-main .logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#main-nav > li {
    display: block;
    padding: 0 3px;
}
#main-nav > li > a {
    line-height: 80px;
    color: #29272e;
    text-transform: uppercase;
    transition: 0.3s;
}
#main-nav > li > a:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 15px;
    width: 0;
    top: 50%;
    margin-top: 15px;
    background-color: rgb(177 165 215);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
#main-nav > li.active > a:after,
#main-nav > li.current-menu-item > a:after,
#main-nav > li:hover > a:after {
    /* width: 60px; */
    width: 80%;
}



#main-nav > li.active > a {
    position: relative;
    background-color: transparent;
}
#main-nav .dropdown .dropdown-menu {
    opacity: 0;
    z-index: -1;
    left: 0;
    margin: 0;
    padding: 0;
    min-width: 180px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0 5px 19px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
#main-nav .dropdown .dropdown-menu > li > a {
    padding: 10px 20px;
}
#main-nav .dropdown.open > .dropdown-menu {
    opacity: 1;
    z-index: 99;
    left: 15px;
}
#main-nav .dropdown.dropdown-mega {
    position: static;
}
.utility-nav {
    float: right;
    display: flex;
}
.utility-nav .search-bar {
    display: inline-block;
    line-height: 80px;
    padding: 10px;
    color: #29272e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.utility-nav .dropdown-menu {
    left: auto;
    right: 0;
    padding: 15px;
    min-width: 250px;
    border-radius: 0;
    margin: 0;
}
.utility-nav .search-form .input-group input {
    border-radius: 0;
    box-shadow: none;
    border-color: #d0d0d0;
    padding: 8px 15px;
    height: 35px;
}
a#open-popup,
header.header-fixed .header-main {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.cart_lite {
    width: 350px;
}
.cart_lite .cart_lite_list ul {
    list-style: none;
    padding-left: 0;
}
.cart_lite .cart_lite_list li {
    display: flex;
    margin-bottom: 20px;
}
.cart_lite .cart_lite_list .cart_item_thumbnail {
    flex: 0 0 100px;
}
.cart_lite .cart_lite_list .cart_item_summary {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 0 15px;
}
.cart_lite .cart_lite_list .cart_item_title,
.header-transparent.header-fixed .utility-nav .search-bar,
.header-transparent.header-fixed > li > a {
    color: #29272e;
}
.cart_lite .cart_lite_list .remove_from_cart_button {
    position: absolute;
    right: 20px;
}
.cart_lite .cart_lite_total {
    border-top: 3px double #ebe9eb;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 5px;
}
.cart_lite .cart_lite_button {
    display: flex;
    justify-content: center;
}
.cart_lite .cart_lite_button .swin-btn {
    margin: 0 5px;
}
header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
header.header-fixed .header-main {
    background-color: rgb(255 255 255);
    height: 85px;
    padding-top: 10px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
header.header-fixed .header-main .utility-nav .search-bar {
    line-height: 40px;
}
header.header-fixed .header-main #main-nav > li > a {
    color: #29272e;
    line-height: 40px;
}
header.header-fixed #st-trigger-effects {
    line-height: 60px;
}
.header-transparent #main-nav > li > a {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    font-family: Kalnia;
}
.product-single #reviews .commentlist li + li,
.text-data .blog-item .blog-title {
    padding-top: 10px;
}
.text-data .blog-item .blog-title a {
    font-size: 30px;
    padding-top: 20px;
    font-family: 'Kalnia';
}
.search-bar .fa-search {
    color: #a69bc9;
}
.body-full {
    height: 100%;
}
#st-container.st-container {
    position: static;
    height: auto;
}
#st-container.st-container.st-menu-open {
    position: relative;
    height: 100%;
}
.search-form.search-layout-01 {
    background: rgba(255, 255, 255, 0.05);
}
.header-sidebar .menu-content,
.st-menu-open {
    background-color: rgba(0, 0, 0, 0.5);
}
.search-form.search-layout-01 .search-input {
    border: none;
    color: rgba(255, 255, 255, 0.6);
}
.search-form.search-layout-01 .search-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.search-form.search-layout-01 .search-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.search-form.search-layout-01 .search-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.search-form.search-layout-01 .search-input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.header-sidebar .swin-trigger-effects.btn-close button,
.search-form.search-layout-01 .input-group-addon {
    background: 0 0;
    border: none;
}
.search-form.search-layout-01 .input-group-addon i {
    color: rgba(255, 255, 255, 0.6);
}
#st-trigger-effects {
    float: left;
    line-height: 100px;
}
#st-trigger-effects .st-btn-efect {
    background: 0 0;
    padding: 0 20px;
    border: none;
    color: #fff;
    font-size: 25px;
}
.header-sidebar .swin-trigger-effects.btn-close {
    text-align: right;
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
    margin-top: 35px;
}
.header-sidebar .menu-content {
    padding: 0 30px;
}
.header-sidebar .socials {
    width: 100%;
    text-align: center;
    margin-top: 14%;
    margin-bottom: 0;
}
.header-sidebar .socials li a {
    background-color: rgba(255, 255, 255, 0.3);
}
.header-sidebar .search-form {
    margin-top: 10%;
}
.header-sidebar .main-nav-wrapper {
    margin-top: 12%;
    padding: 0 10px;
}
.header-sidebar .main-nav-wrapper .main-nav {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 0 10px;
}
.header-sidebar .main-nav-wrapper .main-nav::after {
    right: 100%;
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    bottom: -3px;
}
.header-sidebar .main-nav-wrapper .main-nav::before {
    left: 100%;
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    bottom: -3px;
}
.header-sidebar .main-nav-wrapper #main-nav > li.active > a:after,
.header-sidebar .main-nav-wrapper #main-nav > li.current-menu-item > a:after,
.header-sidebar .main-nav-wrapper #main-nav > li:hover > a:after {
    width: 59%;
}
.header-sidebar .main-nav-wrapper #main-nav li {
    float: none;
    text-align: center;
}
.header-sidebar .main-nav-wrapper #main-nav li a {
    line-height: 30px;
    display: inline-block;
}
.header-sidebar .main-nav-wrapper #main-nav li a::after {
    left: 21%;
}
.header-sidebar .header-logo {
    margin-bottom: 12%;
    margin-top: 18%;
}
.header-sidebar .header-logo img.logo-img {
    display: block;
    margin: 0 auto;
}
.header-box .bg-top-header {
    transform: translateY(-1px) scale(-1, -1);
    transform-origin: bottom;
}
.header-box .gambit_sep_decor1 {
    fill: #b2a6d9;
}
.header-box .header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #b2a6d9;
    padding-top: 35px;
}
.header-box .header-main-wrapper {
    width: 100%;
    box-shadow: 0 0 35px 10px rgba(0, 0, 0, 0.08);
    padding: 0 40px;
    position: relative;
    background-color: #fff;
}
.top-header .slide-content {
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    z-index: 1;
}
.top-header .slide-content .slide-icon {
    margin: 15px auto;
}
.top-header .slide-content .swin-sc-title {
    margin-top: 40px;
}
.top-header .slide-content .swin-sc-title .title {
    margin: 0;
    line-height: 1;
}
.top-header .slide-bg {
    height: 550px;
}
.top-header .slide-bg img {
    position: absolute;
    height: auto;
    max-height: 650px;
    width: 100%;
    max-width: none;
    left: 50%;
    transform: translatex(-50%);
}
.top-header .slick-dots {
    bottom: 20px;
}
.top-header .slick-dots li button::before {
    font-size: 8px;
}
.top-header.layout-shop .slide-content {
    top: 30%;
}
.top-header.layout-shop .slide-bg {
    height: auto;
}
.top-header.layout-shop .slide-bg img {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    height: auto;
}
.top-header.layout-shop .title {
    font-size: 60px;
}
.top-header.layout-shop .subtitle {
    margin-top: 20px;
    font-size: 26px;
    color: #424242;
    text-transform: capitalize;
}
.top-header.layout-shop .slick-arrow .arrow-slide i {
    border-color: #d1d1d1;
}
.top-header.layout-shop .slick-arrow .arrow-slide::before {
    width: 30px;
    background-color: #d1d1d1;
}
.top-header .slide-content .slide-text-01 {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #b2a6d9;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;
}
.top-header .slide-content .slide-text-01.style-long span.text:after,
.top-header .slide-content .slide-text-01.style-long span.text:before {
    width: 90px;
}
.top-header .slide-content .slide-text-01.style-long span.text:before,
.top-header .slide-content .slide-text-01.style-long:before {
    left: -95px;
}
.top-header .slide-content .slide-text-01.style-long span.text:after,
.top-header .slide-content .slide-text-01.style-long:after {
    right: -95px;
}
.top-header .slide-content .slide-text-01 span.text:after,
.top-header .slide-content .slide-text-01 span.text:before {
    content: "";
    width: 50px;
    position: absolute;
    border-bottom: 1px solid #b2a6d9;
    top: 50%;
    margin-top: 0;
}
.top-header .slide-content .slide-text-01 span.text:before,
.top-header .slide-content .slide-text-01:before {
    left: -65px;
}
.top-header .slide-content .slide-text-01 span.text:after,
.top-header .slide-content .slide-text-01:after {
    right: -65px;
}
.top-header .slide-content .slide-text-01:after,
.top-header .slide-content .slide-text-01:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #b2a6d9;
    top: 50%;
    margin-top: -1px;
}
.top-header .slide-content.slide-layout-02 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-header .slide-content.slide-layout-02 .slide-title {
    font-family: "Montserrat ";
    font-weight: 900;
    font-size: 90px;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.top-header .slide-content.slide-layout-02 .slide-sub-title {
    font-family: Kalnia;
    font-size: 60px;
    color: #fff;
    text-align: center;
    position: relative;
}
.top-header .slide-content.slide-layout-02 .slide-sub-title .text {
    display: block;
    width: 60%;
    margin: 0 auto;
    line-height: 1;
}
.top-header .slide-content.slide-layout-02 .slide-sub-title .text span {
    display: inline-block;
    margin-right: 25px;
}
.top-header .slide-content.slide-layout-02 .slide-sub-title .text span:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 25px;
    margin-bottom: 10px;
}
.top-header .slide-content.slide-layout-02 .slide-sub-title .text span:last-child {
    margin-right: 0;
}
.top-header .slide-content.slide-layout-02 .slide-content-inner {
    width: 90%;
    margin: 0 auto;
}
.top-header .slide-content.slide-layout-02 .line-before {
    float: left;
    height: 3px;
    background-color: #fff;
    width: 180px;
    position: relative;
    margin-top: 30px;
}
.top-header .slide-content.slide-layout-02 .line-before:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}
.top-header .slide-content.slide-layout-02 .line-after {
    float: right;
    height: 3px;
    background-color: #fff;
    width: 180px;
    position: relative;
    margin-top: 30px;
}
.top-header .slide-content.slide-layout-02 .line-after:after {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}
.top-header .slide-content.slide-layout-02.slide-style-02 .slide-content-inner {
    width: 65%;
}
.top-header .slide-content.slide-layout-02.slide-style-02 .slide-sub-title {
    font-size: 46px;
}
.top-header .slide-content.slide-layout-03 {
    top: 95px;
    text-align: center;
}
.top-header .slide-content.slide-layout-03 .top-content .line {
    position: absolute;
    bottom: 2px;
    height: 1px;
    background-color: #b2a6d9;
}
.top-header .slide-content.slide-layout-03 .top-content .line.short {
    width: 48px;
    bottom: 13px;
}
.top-header .slide-content.slide-layout-03 .top-content .line.long {
    width: 114px;
}
.top-header .slide-content.slide-layout-03 .top-content img {
    display: inline-block;
    margin-bottom: 1px;
    padding: 0 10px;
}
.top-header .slide-content.slide-layout-03 .slide-title {
    font-family: Kalnia;
    font-weight: 400;
    font-size: 80px;
    color: #29272e;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
}
.top-header .slide-content.slide-layout-03 .slide-sub-title {
    margin-top: 20px;
}
.top-bg-video .slides {
    height: 100vh;
    position: relative;
}
.page-title:before,
.top-bg-video .slides.playing:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
}
.top-bg-video .slides.playing:before {
    background-color: rgba(0, 0, 0, 0.5);
}
.page-title {
    position: relative;
    background-position: center center;
    background-attachment: fixed;
}
.page-title .title-wrapper {
    padding: 95px 0;
    top: 225px;
    font-weight: normal;
    text-align: center;
    position: relative;
}
.page-title .title-wrapper ul.bread-crumb {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.page-title .title-wrapper ul.bread-crumb li {
    font-size: 14px;
    display: inline-block;
    position: relative;
}
.page-title .title-wrapper ul.bread-crumb li.main {
    color: #bbb;
    margin-left: 50px;
}
.page-title .title-wrapper ul.bread-crumb li.main:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    top: 12px;
    margin-left: -10px;
}
.page-title .title-wrapper ul.bread-crumb li.main span:before {
    content: "";
    position: absolute;
    width: 40px;
    border-bottom: 1px solid #fff;
    top: 14px;
    margin-left: -50px;
}
.page-title .title-wrapper ul.bread-crumb li.sub {
    margin-left: 10px;
    text-transform: capitalize;
    color: #fff;
}
.page-title .title-wrapper ul.bread-crumb li.sub:before {
    position: absolute;
    content: ".";
    color: #fff;
    font-size: 18px;
    top: 0;
    line-height: 18px;
    margin-left: -10px;
}
.page-title .title {
    text-align: center;
    color: #fff;
    font-family: Kalnia;
    font-size: 37px;
    font-weight: normal;
    /* text-transform: uppercase; */
    line-height: 1.3;
    margin-bottom: 20px;
}
.page-title .subtitle {
    color: #d2d2d2;
    font-size: 16px;
}
.divider {
    position: relative;
    width: 225px;
    margin: auto;
    height: 15px;
}
.divider .line-after,
.divider .line-before {
    position: absolute;
    height: 1px;
    background-color: #000;
    width: 100px;
}
.divider .line-before {
    left: 0;
}
.divider .line-after {
    right: 0;
}
.divider .dot {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 1px solid #000;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}
.divider .dot:after,
.divider .dot:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #fff;
    top: 3px;
    left: 50%;
    border-radius: 50%;
}
.divider .dot:before {
    transform: translateX(-15px);
}
.divider .dot:after {
    transform: translateX(9px);
}
.page-content {
    padding: 100px 0;
}
#totop {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    bottom: 40px;
    right: 1.5%;
    z-index: 9;
    background: #b2a6d9;
    border: 3px solid #fff;
    border-radius: 50%;
    height: 47px;
    width: 47px;
    text-align: center;
    transition: 0.2s linear;
}
#totop i {
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    transition: 0.2s;
}
#totop:hover i {
    line-height: 35px;
}
.footer-main {
    background-color: #f1f1f1;
}
.subscribe-wrapper {
    padding: 60px 0;
}
.subscribe-wrapper .title {
    font-family: Kalnia;
    font-size: 40px;
    color: #29272e;
    margin-top: 0;
}
.subscribe-wrapper .widget-newsletter {
    position: relative;
    width: 300px;
    margin-top: 15px;
    margin-bottom: 25px;
    float: right;
}
.subscribe-wrapper .widget-newsletter input {
    height: 40px;
    background-color: #f4f4f4;
    box-shadow: none;
    border: none;
}
.subscribe-wrapper .widget-newsletter .submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 40px;
    text-align: center;
}
.subscribe-wrapper .widget-newsletter .submit:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    right: 50px;
    top: 50%;
    margin-top: -15px;
    background-color: #e2e2e2;
}
.product-single .product-featured-image .main-slider {
    margin-bottom: 50px;
}
.product-single .thumbnail-image-item {
    margin: 0 10px;
}
.product-single .thumbnail-image-item a {
    display: block;
    border: 1px solid #e6e6e6;
    padding: 15px;
}
.product-single .thumbnail-image-item a:hover {
    border-color: #b5acac;
}
.product-single .product-summary .product-title {
    margin-bottom: 10px;
    padding-right: 80px;
}
.product-single .product-summary .product-title .title {
    font-size: 45px;
    line-height: 1;
}
.product-single .product-summary .product-price {
    font-family: Kalnia;
    font-weight: 300;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #b2a6d9;
    border: 3px solid #fff;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 10px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.21);
}
.product-single .product-summary .product-price .price {
    display: block;
    font-size: 28px;
    line-height: 38px;
}
.product-single .product-summary .product-price .price .currency-symbol {
    font-size: 12px;
    vertical-align: 13px;
}
.product-single .product-summary .product-desc,
.product-single .product-summary .product-info {
    margin-bottom: 25px;
}
.blog-content-inner > *,
.cart-total-title,
.product-single .product-summary .product-meta-info {
    margin-bottom: 30px;
}
.product-checkout-form .form-group label,
.product-single .product-summary .product-meta-info .meta-info-item {
    margin-bottom: 10px;
}
.product-single .product-summary .product-meta-info .meta-info-caption {
    font-weight: 700;
    color: #29272e;
    width: 130px;
    float: left;
}
.product-single .product-summary .product-meta-info .meta-info-text a {
    color: #616f7d;
    margin-left: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.product-single .product-summary .product-meta-info .meta-info-text a:hover {
    text-decoration: underline;
}
.product-single .product-summary .product-quanlity {
    margin-bottom: 45px;
}
.product-single .product-summary .product-quanlity .input-group {
    width: 165px;
    margin-right: 55px;
    position: relative;
    float: left;
}
.product-single .product-summary .product-quanlity .input-group .form-control {
    height: 45px;
    text-align: center;
}
.product-single .product-summary .product-quanlity .input-group .quanlity-minus,
.product-single .product-summary .product-quanlity .input-group .quanlity-plus {
    position: absolute;
    line-height: 16px;
    right: -30px;
    width: 18px;
    height: 18px;
    background-color: #ededed;
    text-align: center;
}
.product-single .product-summary .product-quanlity .input-group .quanlity-minus i,
.product-single .product-summary .product-quanlity .input-group .quanlity-plus i {
    color: #616f7d;
    font-size: 9px;
}
.product-single .product-summary .product-quanlity .input-group .quanlity-plus {
    top: 0;
}
.product-single .product-summary .product-quanlity .input-group .quanlity-minus {
    bottom: 0;
}
.product-single .product-summary .product-share {
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
}
.product-single .product-summary .product-share .caption {
    color: #29272e;
    line-height: 38px;
    font-weight: 700;
    margin-right: 20px;
    float: left;
}
.product-single .product-summary .product-share .socials li a {
    background-color: #ededed;
}
.blog-footer .blog-share .socials li a:hover,
.color-setting li.colordefault a,
.product-single .product-summary .product-share .socials li a:hover {
    background-color: #b2a6d9;
}
.product-single #reviews .product-reviews-title {
    margin-bottom: 40px;
}
.product-single #reviews .comment_container img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}
.product-single #reviews .comment_container .comment-text {
    margin-left: 80px;
}
.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}
.shop_table td,
.shop_table th {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.shop_table .product-remove a {
    color: #b2a6d9;
    font-size: 16px;
}
.shop_table .input-qty {
    max-width: 150px;
    text-align: center;
}
.shop_table .actions {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.shop_table .coupon {
    display: flex;
}
.shop_table .input-coupon {
    max-width: 150px;
    height: 45px;
    margin-right: 5px;
}
.product-checkout-form .form-group,
.product-checkout-form h3 {
    margin-bottom: 20px;
}
.checkout-product-options {
    padding: 25px;
    background-color: #ebe9eb;
    border-radius: 5px;
    margin-bottom: 15px;
}
#popup,
.blog-navigation,
a#open-popup {
    background-color: #fff;
}
.checkout-product-options h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
button.checkout-submit {
    margin-top: 20px;
    float: right;
}
.swin-blog-single .swin-sc-blog-slider:hover:before {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
    border-radius: 20px !important;
}

.swin-sc-blog-slider.style-02:before{
  border-radius: 20px;
}

.swin-blog-single .swin-sc-blog-slider.style-02 {
    margin-bottom: 0;
    z-index: 2;
}
.blog-content-inner {
    clear: both;
}
.blog-footer .blog-share .socials li a {
    background-color: #e6e6e6;
}
.blog-footer .blog-share .socials li a i {
    color: #a2a2a2;
}
.blog-footer .blog-tags a {
    color: #616f7d;
    font-weight: 300;
    font-style: italic;
}
.blog-navigation {
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.21);
    margin-top: -2px;
    z-index: 1;
    height: 70px;
    margin-bottom: 50px;
}
.blog-navigation .navi-item {
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px;
}
.blog-navigation .navi-item a {
    color: #616f7d;
    font-weight: 700;
}
.blog-navigation .navi-item a i {
    font-size: 12px;
    margin: 7px 10px;
}
.blog-author-area {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
    padding: 40px 40px 30px;
    margin-bottom: 70px;
}
.blog-author-area .media-left {
    width: 100px;
}
.blog-author-area .media-body {
    padding-left: 15px;
}
.blog-author-area .media-body .author-name {
    color: #29272e;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-comment .comment-heading .title {
    font-size: 40px;
}
.blog-comment .comment-area {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.21);
    padding: 40px;
}
.blog-comment .comment-item {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.blog-comment .comment-item:first-child {
    padding-top: 0;
    border-top: 0;
}
.blog-comment .comment-item .author-comment-image img {
    width: 70px;
    height: 70px;
    margin-right: 5px;
}
.blog-comment .comment-item .author-comment-name {
    font-size: 15px;
    text-transform: capitalize;
    color: #29272e;
    font-weight: 700;
}
.blog-comment .comment-item .comment-date {
    position: relative;
    margin-right: 15px;
}
.blog-comment .comment-item .comment-date:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -10px;
    height: 15px;
    width: 1px;
    background-color: #ccc;
}
.blog-comment .comment-item .comment-reply a {
    color: #b2a6d9;
    opacity: 0.8;
}
.blog-comment .comment-item .comment-reply i {
    font-size: 12px;
    margin-right: 5px;
    color: #b2a6d9;
}
.blog-comment .comment-form {
    margin-top: 70px;
}
.blog-comment .comment-form .swin-sc-contact-form {
    border: 4px solid #dfdfdf;
    padding: 40px 25px;
}
#popup,
.color-setting li.active a,
.color-setting li:hover a,
a#open-popup {
    border-radius: 5px;
}
.page-404 {
    background-image: url("../images/404/404_bg.jpg");
}
.page-404 .title {
    font-size: 60px;
    font-family: Kalnia;
    color: #29272e;
    line-height: 1;
    position: absolute;
    bottom: 20%;
    right: 50%;
    transform: translateX(50%);
    width: 80%;
    text-align: center;
}
.page-404 .bt-wrapper {
    position: absolute;
    bottom: 10%;
    right: 50%;
    transform: translateX(50%);
}
.page-404 .btn-right {
    margin-left: 10px;
}
.page-404 .img-illustration {
    position: absolute;
    top: 0;
    transform: translateY(50%);
    max-height: 300px;
}
.page-404 .img-main {
    position: absolute;
    bottom: 36%;
    right: 50%;
    transform: translateX(50%);
    width: 65%;
}
#popup,
.color-setting a,
.color-setting li,
.swin-transition,
a#open-popup {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
a#open-popup {
    right: 5px;
    display: block;
    color: #333;
    width: 45px;
    height: 45px;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    opacity: 0.6;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
#popup {
    margin-top: 50px;
    right: -10px;
    width: 200px;
    height: auto;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
#popup.showup {
    right: 5px;
    opacity: 1;
}
#popup .live-title {
    font-family: Kalnia;
    font-size: 28px;
    color: #333;
    margin: 0 20px;
    padding: 15px 0;
    border-bottom: 1px solid #ececec;
}
.box-setting p {
    font-size: 12px;
    color: #888;
}
.color-setting li {
    border-bottom: 1px solid #ececec;
    margin-bottom: 5px;
    padding: 5px 0 8px;
    cursor: pointer;
    color: grey;
}
.color-setting li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.color-setting li.color01 a {
    background-color: #cc9f65;
}
.color-setting li.color02 a {
    background-color: #a23b19;
}
.color-setting li.color03 a {
    background-color: #6f4e37;
}
.color-setting li.color04 a {
    background-color: #96b125;
}
.color-setting li.color05 a {
    background-color: #ff84ae;
}
.color-setting a {
    display: block;
    float: right;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.blog-featured-img.chef {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
    text-align: center !important;
}
.blog-featured-img.chef img {
    max-width: 100% !important;
    height: auto !important;
}
.table-details .swin-sc-blog-slider .blog-item .blog-content {
    padding: 0 0 10px;
}

form .input-group .form-control{
  font-family: 'Montserrat' !important;
}

form .input-group .form-control::placeholder{
  font-family: 'Montserrat' !important;
}

@media (max-width: 750px) {
    .top-slider .slide-bg {
        background-color: #f1f1f1;
    }
    .how-it-all-works .card {
        margin: 20px;
    }
    .sc-featured-box .box-inner .img-showcase {
        min-height: 90%;
        height: auto;
    }
    .top-slider .slick-arrow {
        bottom: 70px !important;
    }
    .top-header .slide-bg img {
        top: 32%;
    }
    .top-header .slide-bg {
        height: 300px !important;
    }
    .swin-wget-about .socials-about,
    .wget-logo {
        float: none !important;
    }
    .modal-footer .log-in {
        padding: 10px;
    }
    .table-details .col-md-12:first-child .item {
        padding: 3px 5px;
    }
    .bookings .col-sm-12:not(:last-child),
    .personal-account-form .reservation-details .head .col-md-4.col-sm-12,
    .personal-account-form .reservation-details .inf {
        margin-bottom: 10px;
    }
    .sc-featured-box .box-inner .title-showcase {
        font-size: 20px !important;
    }
    .article .swin-sc-blog-slider.style-02 .blog-item .blog-content .blog-title {
        margin-left: 0;
    }
    .swin-sc-title.style-4 .title {
        font-size: 28px !important;
    }
    .article .swin-sc-blog-slider .blog-item .blog-date {
        left: 165px;
    }
    .table-details .blog-item .blog-title a {
        text-align: center !important;

    }
    .swin-sc-blog-slider .blog-item .blog-featured-img.chef {
        padding-top: 0 !important;
    }
    .table-details .swin-blog-single .swin-sc-blog-slider .blog-item .blog-featured-img.chef img {
        position: relative !important;
    }
    .swin-sc-blog-slider .blog-item .blog-featured-img img {
        width: auto !important;
    }
    .article .swin-blog-single .swin-sc-blog-slider .blog-item .blog-featured-img img {
        left: 35px;
    }
    .table-details .swin-blog-single .swin-sc-blog-slider .blog-item .blog-featured-img img,
    .text-data .swin-blog-single .swin-sc-blog-slider .blog-item .blog-featured-img img {
        width: 100% !important;
    }
    .swin-sc-blog-slider .blog-item .blog-featured-img {
        padding-top: 200px !important;
        position: relative !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .swin-sc-blog-slider:before {
        box-shadow: none !important;
    }
    .ft-widget-area,
    .links.col-sm-12:not(:last-child) {
        text-align: center;
    }
    .swin-sc-product.products-02 .products .item {
        margin: 20px 0;
    }
    .tables .swin-sc-product.products-02 .products .item .block-img .price-wrapper-3 {
        left: 83%;
    }
    .tables .swin-sc-product.products-02 .products .item .block-img .price-wrapper-2 {
        left: 16%;
    }
    .header-transparent .open-offcanvas {
        color: #b7acdb !important;
        padding: 0 20px;
    }
    .wget-logo {
        justify-content: center;
        display: flex;
    }
    .slides.parallax-window {
        background-repeat: no-repeat;
        background-color: #fff;
        background-size: contain !important;
    }
    .personal-account-form .reservation-details .confirmed .approved,
    .personal-account-form .reservation-details .confirmed .not_approved {
        margin-top: 0;
    }
    .personal-account-form .reservation-details .booking_information {
        display: block !important;
        text-align: center;
    }
    .personal-account-form .reservation-details .inf h3 {
        font-size: 15px;
    }
    .personal-account-form .reservation-details .inf h5 {
        font-size: 20px;
        color: #000;
    }
    .top-header .parallax-window {
        min-height: 38vh;
        background-position: bottom !important;
    }
    .logo-img {
        width: 85px;
    }
    .about-us-session.first h2.des.font-bold {
      font-size: 25px !important;
      padding: 0;
      line-height: 40px;
    }


    .filter-form {
        display: block !important;
        padding: 40px;
    }
    .iti {
        width: 100%;
    }
    .page-title .title-wrapper {
        padding: 45px 0 95px;
    }
    .header-top .item {
        margin-right: 11px;
        font-size: 11px;
    }
    .sc-featured-box .box-inner .box-title {
        font-size: 18px !important;
    }
    .sc-featured-box .box-inner .box-content {
        margin-bottom: 10px !important;
    }
    .sc-featured-box .box-inner {
        padding: 55px 35px !important;
    }
    .about-us-session .mobile-float {
        display: flex;
        flex-direction: column-reverse;
    }
    .table-details .swin-sc-blog-slider .blog-item .blog-date {
        left: 50% !important;
    }
    .table-details .swin-sc-blog-slider .blog-item {
        padding: 0;
    }
    #main-nav > li > a:after {
        left: 5px;
    }
    .title {
        font-size: 45px;
    }
    .page-content-wrapper.table-details {
        z-index: 1;
        position: relative;
    }
    .table-details .blog-item .blog-featured-img img {
        max-height: none;
    }
    .reservation-details {
        display: flow-root;
    }
    .portfolio .swin-sc-isotope .grid-item:hover .gallery-title {
        margin-top: -99px;
    }
    .text-data .blog-wrapper.swin-blog-single {
        z-index: 0;
        position: relative;
    }
    .page-title .title {
        font-size: 29px !important;
    }
    .log-in-first {
        font-size: 34px !important;
    }
}
@media (max-width: 550px) {
.about .about-us-session.sec-2 .row{
  display: block;
}

.dropdown-menu-custom{
      right: -50px;
}


.panel-body{
      width: 100% !important;
}

.filter-group label{
      margin-left: 45px;
      text-align: left;
}

.how-it-all-works .blog-meta-info .blog-title{
      font-size: 28px;
}
.filter-form{
text-align: center !important;
}

.tables select.form-control{
text-align: center !important;
}



.tables select.form-control{
    -webkit-appearance: none;
    text-align-last: center;
}
.tables select.form-control {
    text-align-last: center;
}

.portfolio .swin-sc-isotope .grid-item.grid-item-h1{
  padding: 5px;
}

.swin-sc-contact .item .media-body .description{
      text-align: left;
}

.partner .sec-2 .part-1 {
  padding: 30px 25px;
}
.partner .sec-2 .part-2 {
  padding: 30px 25px;
}
.partner .sec-2 .part-3 {
  padding: 30px 25px;
}
.partner .sec-2 .part-4 {
  padding: 30px 25px;
}

.partner .about-us-session.sec-3 .row{
  display: block;
}

.partner .sec-2 .blog-title{
  font-size: 25px;
}
.home-page .page-title .title-wrapper{
  top: 90px;
}
.home-page .page-title .title{
    font-size:23px !important;
}

.home .sec-3 .div-text{
  padding: 30px 23px;
}


.home .sec-1 .div-img{
  justify-content: center;
}
.home .sec-2 .div-img{
  justify-content: center;
}

.home .div-img img{
max-width: 90%;
}


.log .title{
  font-size: 29px !important;
}


#main-nav > li.active > a:after, #main-nav > li.current-menu-item > a:after, #main-nav > li:hover > a:after{
  width: 35%;
}
.swin-sc-title.style-4 .title{
  font-size: 28px !important;
}

.faq .faq-title {
    font-size: 23px;
    padding: 0 22px;
  }

.home .sec-3{
  padding: 0;
}

footer .pages{
  padding-top: 10px;
}

.home .about-us-session.sec-2 .row{
  display: block;
}

/* .home-page .page-title.page-about{
  min-height: 410px;
} */

.faq .page-title .title {
    font-size: 24px !important;
}

.page-title.page-about{
  min-height: 250px;
  background-size: contain; /* Adjust the size for mobile */
  background-position: bottom; /* Center the background */
}

.page-title{
  background-attachment: local;
}

.page-title .title-wrapper{
      top: 115px;
}

.about .about-us-session .text-div{
  padding: 20px 35px;
}

.home .div-text{
    padding: 30px 45px;
}
.home .sec-3 .img-sec-3{
  display: none;
}
.home .sec-4{
  background-image:none !important;
    padding: 0px;
}
    .hosting .tab-bar li p {
        display: inherit;
    }
    .hosting .tab-bar li:not(:last-child)::after {
        display: none;
    }
    .hosting .tab-bar {
        display: contents;
    }
    .hosting .tab-bar li {
        margin: 0;
        justify-content: center;
        display: block;
    }
    .sc-featured-box .box-inner .title-showcase {
        bottom: 5px !important;
    }
    .col-md-4:nth-child(-n + 3) .item.media {
        text-align: center;
        justify-content: center;
        display: flex;
    }
    .slick-dotted.slick-slider.mobile {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 429px) {
.sc-featured-box .box-inner{
  padding: 60px 35px !important;
}
}
@media screen and (min-width: 755px) and (max-width: 1025px) {
.top-header .slide-bg img{
  top: 19%;
}
}
/* @media screen and (min-width: 1000px) and (max-width: 1225px) {

.nav>li>a{
      padding: 10px 10px;
}

} */
