
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&amp;');

@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:wght@600;700&display=swap');

/*
    font-family: 'Roboto', sans-serif;
    font-family: 'DM Sans', sans-serif;
    font-family: 'Forum', cursive;
    font-family: 'Lora', serif;
*/


@import url('custom-animate.css');

:root {
--primary-color:#E4C590;
--secondary-color:#0e0d0c;
}

html{ overflow-x: hidden; }
body{ 
    background-color: #171819; 
    font-family: 'Roboto', sans-serif; 
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


img {
max-width:100%
}

ul,li {
list-style:none;
margin:0;
padding:0
}

ol{ padding-left: 20px; margin-top: 10px; }
ol li{list-style-type: decimal; }

a {
text-decoration:none!important;
color:var(--dark-color);
display:inline-block
}
a:hover{ color: inherit; }

h1,h2,h3,h4,h5,h6 {
color:#fff;
margin:0;
font-weight:500;
line-height:1.2;

}

section{ padding: 100px 0; }

.iframe_box{ position: relative; width: 100%; height: 100%; }
iframe{ width: 100%; height: 100%; position: absolute; }

.theme_btn,.theme_btn:hover,.theme_btn:active,.theme_btn:focus-visible{
	background-color: var(--secondary-color) !important;
	color: #fff !important;
	padding: 6px 20px;
}

.light_bg{ background-color: #eee; }


@media (min-width: 575px) {
  .container { max-width: 90%; position: relative; }
}

.read_more_btn{
    background-color: var(--primary-color) !important; color: #020101 !important;
    border-radius: 0;
    padding: 15px 35px; border-radius: 800px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px; z-index: 1;
    position: relative; overflow: hidden;
}

.read_more_btn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    content: "";
    background: #000;
    border-radius: 50%;
    transform: translateY(100%);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
    z-index: -1;
}
.read_more_btn:hover{ color: #fff !important; }
.read_more_btn:hover::before {
    transform: translateY(0) scale(2);
}

/* Go to Top Design */

.go-top-area {
position:relative;
z-index:9999
}

.go-top {
    position:fixed;
    cursor:pointer;
    top:0;
    right:24px;
    border-radius: 100%;
    color:#333;
    background-color:var(--primary-color);
    box-shadow:0 5px 10px rgba(0,0,0,0.5);
    z-index:9999;
    width:40px;
    text-align:center;
    height:40px;
    line-height:40px;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all .9s ease-out 0s;
    transition:all .9s ease-out 0s;
    border-right:0
}


.go-top.active {
    top:92%;
    -webkit-transform:translateY(-98%);
    transform:translateY(-98%);
    opacity:1;
    visibility:visible;
    right:20px
}

.go-top-wrap { position:relative}

/* Banner Section Start */

.main-slider { overflow: hidden; position: relative; background-color: #0e0d0c; }

.main-slider .slide {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.main-slider .slick-list,
.main-slider .slick-track {
    height: auto !important;
    overflow: visible;
}

.main-slider .slide .slide_img img {
    height: auto;
    min-height: 500px; object-fit: cover;
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    transition: all 1s ease;
    width:100%; 
}

.main-slider .slide .slide_img {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
}

.main-slider .slide .slide_content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}


.main-slider .slide .banner_txt .animated {
    transition: all 0.5s ease;
}

.slider_1 [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
    transition: 1s;
}



.main-slider .slick-nav svg {
    display: none;
}


.banner_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 100px;
}

.slide .banner_txt {
    max-width: 700px; text-align: left;
}

.banner_img {
    width: 40%;
}



.main-slider h1 {
    font-family: 'Lora', serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 83.2px;
}
.main-slider p{ 
    color: #ACACAC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px;
    margin: 40px 0;
 }

/*.main-slider h5 {
    font-size: 28px;
    padding: 5px 60px;
    display: inline-block;
    line-height: 50px;
    font-weight: 500;
    color: #111;
    background-color: #fff;
    border-radius: 10px;

}*/

.mr-100{ margin-right: -100px; }

.banner_btn_box{ display: flex; align-items: center; }

.author_box{ display: flex; gap:30px; align-items: center; margin-left: 40px;}
.author_img{ width: 30px; height: 50px; overflow: hidden; border-radius: 25px; }
.author_img img{ width: 100%; }
.author_info h5{ font-size: 16px; color: var(--primary-color); }
.author_info p{ font-size: 12px; color: rgb(172, 172, 172); margin: 0; }




.slick-prev,.slick-next{
	width: 40px; height: 40px; border-radius: 100%;
	background-color: #fff !important; border:1px solid #ddd;  z-index: 1; 
	display: flex; align-items: center; justify-content: center;
	cursor: pointer; transition: all 0.2s ease-in-out;
}

.slick-prev{ left: 40px; }
.slick-next{ right: 40px; }

.slick-prev,.slick-next{
    top: auto; bottom: -60px;
    left: 50%; right: auto;
    transform: translate(-50%,0);
}
.slick-prev{ margin-left: -25px; }
.slick-next{ margin-left: 25px; }

.slick-prev:before,.slick-next:before {
content:"\f054";
font-family:"Font Awesome 5 Free";
font-weight:700;
color:#333;
font-size:16px;transition: all 0.2s ease-in-out;
}

.slick-prev:before {
content:"\f053"
}

.slick-prev:hover,.slick-next:hover{background-color: var(--primary-color) !important; color: #fff; }
.slick-prev:hover:before,.slick-next:hover:before{color: #fff;}


/* Banner Section End */

/* Header Section Start */
ul.top_links li a.page {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px;
}
header{ position: fixed; width: 100%; z-index: 9; background-color: transparent; }
header .navbar{ padding: 0; justify-content: space-between; }
header .navbar-collapse{ /*flex: unset;*/ }
header .navbar-brand{ padding:6px; 
width:110px;}
header .nav-item{ margin: 0 12px; }
header .nav-link{ 
	color: #fff !important; font-weight: 500;
	position: relative;
	padding: 10px 10px !important; 
}

header .nav-link:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -4px;
    height: 4px;
    opacity: 0;
    transform: scale(0.2,1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
}

header .nav-link:hover:before, header .nav-link.active:before{
    opacity: 1;
    transform: scale(1,1);
}


header .read_more_btn{ padding: 10px 25px; font-size: 14px; font-weight: 500; }

.navbar-toggler{ margin-right: 20px; }
.navbar-toggler,.navbar-toggler:focus{ background-color: #fff; }

.my_navbar.sticky {
    top: 0;
    position: fixed;
    background-color: #202020;
}
.my_navbar.sticky .top_navbar{display: none;}

.top_navbar_box{background-color: rgba(17, 17, 17, 0.8);}

.top_navbar{
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: #fff;
	border-radius: 0px;
    position: relative;
}

ul.top_links.top {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.top_links{ display: flex; }
.top_links li{
	display: flex;
    align-items: center;
    padding: 0;
}
.top_links li span{ color: var(--primary-color); margin-right: 8px; }
.top_links li a + a{ margin-left: 10px; }
.top_links li i {
    margin-right: 8px;
}

ul.top_links.top {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.social_list{ display: flex; }
.social_list li a{ padding: 0 8px; font-size: 20px; }


@media all and (min-width: 992px) {
            
    .dropdown-menu li { position: relative;}

    .dropdown-menu .submenu { display: none; left: 100%; top: 0;}

    .dropdown-menu>li:hover>.submenu,.dropdown:hover>.dropdown-menu { display: block;}

}


/* Page Title */

.page_title{ text-align: center; margin-bottom: 30px; position: relative;}
.page_title p{ 
    position: relative;color: var(--primary-color); padding-bottom: 35px; 
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px; /* 100% */
    letter-spacing: 4.8px;
    text-transform: uppercase;
}
.page_title p:after{ 
    content: "";
    background: url("../images/icons/separator.svg") no-repeat center top;
    width: 100px;
    height: 15px;
    position: absolute;
    left: 50%; bottom: 0;
    transform: translateX(-50%);

}

.page_title h2{
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    color: #fff;
    font-family: 'Forum', cursive;
}

/* Offer Section */
.offer_section{
    background-color: #0e0d0c;
    position: relative;
    overflow: hidden;
}

.offer_section .right-top-bg{ position: absolute; right: 0; top: 0; z-index: 0;}
.offer_section .left-bot-bg{ position: absolute; left: 0; bottom: 0; z-index: 0;}

.offer_section .right-top-bg,.offer_section .left-bot-bg,
.menu_section .right-bg,.menu_section .left-bg{
    animation-name: float_up_down; 
    animation-duration: 5s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    
    -webkit-animation-name: float_up_down; 
    -webkit-animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    
    -moz-animation-name: float_up_down; 
    -moz-animation-duration: 5s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    
    -ms-animation-name: float_up_down; 
    -ms-animation-duration: 5s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    
    -o-animation-name: float_left_right; 
    -o-animation-duration: 5s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.offer-block.slick-slide{ transition: all 0.5s ease-in-out; }

.offer-block.slick-slide.slick-current.slick-active.slick-center{
    transform: translateY(100px);
}

.offer_slider .slick-track{ padding-bottom: 105px; }

.offer-block .inner-box{
  position: relative;
  display: block;
  text-align: center;
}

.offer_txt{ color: #fff; max-width: 700px;  text-align: center;margin: 20px auto; }

.pattern_img_box{
  position: relative;
  display: block;
  overflow:hidden;
  padding: 30px;
  margin-bottom: 25px;
}

.pattern_img_box a{
    position: relative;
    overflow: hidden;
}

.pattern_img_box a:after{
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .4)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.pattern_img_box:hover a:after{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.pattern_img_box:before{
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  top: 0;
  bottom: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  background: url(../images/background/pattern-8.svg) center repeat;
}

.pattern_img_box:hover:before{
  transform:rotateY(180deg);
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
}

.pattern_img_box img{
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pattern_img_box:hover img{
  transform:scale(1.04,1.04);
}

.offer-block h3{
  position: relative;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.offer-block h3 a{
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; 
  text-transform: capitalize;
  font-family: 'Forum', cursive;
}

.more-link{
  position: relative;
}

.more-link a{
    position: relative;
    font-family: 'DM Sans', sans-serif;
  display: inline-block;
  color: var(--primary-color) !important;
  vertical-align: top;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-bottom: 4px;
}

.more-link a:before{
  position:absolute;
  content:'';
  left:5px;
  right:5px;
  bottom:-4px;
  height:4px;
  opacity:0;
  transform:scale(0.2,1);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom:1px solid var(--primary-color);
  border-top:1px solid var(--primary-color);
}

.more-link a:hover::before{
  opacity:1;
  transform:scale(1,1);
}

.more-link a:hover{
  color: #fff;
  border-color: #fff;
}

/* Gift Card Section Start */

.gift_card_section{ position: relative; padding: 0; }
.pattern_border:before,.pattern_border:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: url(../images/background/pattern-9.svg) center repeat;
  z-index: 1;
}

.pattern_border:after{
  right: 0; left: auto;
}

.gift_card_section .row > div {
    padding: 0;
}

.gift_card_box{
    position: relative;
    overflow: hidden;
    height: 100%;
}

.gift_card_box:before{
    content: "";
    background: linear-gradient(2deg, #282828 5%, rgba(40, 40, 40, 0.00) 50.32%);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0; left: 0;
}

.gift_img img{ min-width: 100%; }

.gift_info{
    position: absolute; bottom: 20px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gift_info h2{
    font-family: 'Lora', serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-color: #282828; 
    color: #fff; text-align: center;
    padding: 8px 15px; text-transform: uppercase;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.view_more_link{
    font-family: 'DM Sans', sans-serif;
    color: var(--primary-color) !important;
    padding: 25px;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.view_more_link span{ margin-left: 15px; transition: all 0.3s ease-in-out; }

.view_more_link:hover span{ margin-left: 0px; }

.gift_info h4{
    font-family: 'DM Sans', sans-serif;
    font-size: 60px;
    line-height: 50px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    opacity: 0.5;
}
.strock_txt{
  text-fill-color: transparent;
  text-stroke: 1px var(--primary-color);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--primary-color);
  -moz-text-fill-color: transparent;
}


/* Blog Section Start */
.blog-img img {
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.blog-img a {
    width: 80%;
}
.blog_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.blog_title h2{
    font-family: 'Lora', serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 62.4px;
    flex: 1; margin-right: 15px;
}

.blog_card{ border: none; background-color: transparent; margin-bottom: 30px; }
.date_box {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

.date_box h6{ font-weight: normal; color: #ACACAC; margin-right: 20px; font-size: 14px; }
.date_box h6 i{ color: var(--primary-color); margin-right: 6px; }

.date_box h6 img{ width: 20px; }

.blog_card .card-body{ 
    width: calc(100% - 30px);
    margin: -20px auto 0;
    padding: 25px;
    border-radius: 10px; 
    background-color: #1F1F1F;
    color: #fff;
    z-index: 1;
}
.card-body{background:#171819;}

.card-title{
    font-family: 'Lora', serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 31.2px;
}

.blog_card .card-title{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

.blog_img{ border-radius: 10px; overflow: hidden; }
.blog_img img{ transition: all 0.4s ease-in-out; }
.blog_card .view_more_link{ 
    padding: 0; 
    font-family: 'Roboto', sans-serif;
    font-size: 14px;  
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    transition: all 0.4s ease-in-out;
}

.blog_card:hover .view_more_link{ letter-spacing: 4px; }

.blog_card:hover .blog_img img{ transform: scale(1.05); }




/* Menu Section Start */

.menu_section{ position: relative; overflow: hidden; }
.menu_section .left-bg{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.menu_section .right-bg{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.filter_select_box{ display: none; }
.filter_select_box:after{
    content:"\f078";
    font-family:"Font Awesome 5 Free";
    font-weight:700;
    color:#fff;
    font-size:16px;
    width: 36px;
    height: 36px;
    margin-left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter_select_box select{ 
    position: relative; width: auto;
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
    border-color: var(--primary-color);
    background: none;
}
.filter_select_box select option{ background-color: #171819; }


.filter_select_box select:focus {
    border-color: var(--primary-color);
    outline: 0;
    box-shadow: none;
}
.filter_select_box label{ color: #fff; margin: 0; }





.menu_list{ margin-bottom: 20px; }
.menu_list ul{ 
    display: flex; overflow:scroll; justify-content: center; align-items: center; 
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.menu_list li {
    position: relative;
    margin: 10px 30px;
    font-family: 'Forum', cursive;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 25px;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #fff;

}
.menu_list li span{ cursor: pointer; }
.menu_list li:before {
    position: absolute;
    content: '';
    left: 5px;
    right: 5px;
    bottom: -4px;
    height: 4px;
    opacity: 0;
    transform: scale(0.2,1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid var(--primary-color);
    border-top: 1px solid var(--primary-color);
}

.menu_list li:hover:before,.menu_list li.active:before{
    opacity: 1;
    transform: scale(1,1);
}

.menu_list li:after {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: 25px;
    top: 50%;
    margin-top: -5px;
    height: 8px;
    width: 8px;
    border: 1px solid var(--primary-color);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s;
    animation: rotate 10s infinite linear;

}
img.hammper {
    height: 415px;
    object-fit: cover;
}
.menu_list li:first-child{margin-left: 0;}
.menu_list li:last-child{margin-right: 0;}
.menu_list li:last-child:after{ display: none; }


.menu_item_list ul{ display: flex; flex-wrap: wrap; }
.menu_item_list li{ width: 20%; display: none; margin: 25px 0; }

.menu_item{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 100%;
    position: relative;
    background-color: #000;
    display: flex; align-items: center;
    justify-content: center;

}

.wts_title{
    display: flex; justify-content: center; align-items: center; gap:10px; margin-top: 15px;
}

.wts_title h3{
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.wts_icon{ background-color: #fff; border-radius: 100%; }

.menu_item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  outline: 2px dashed var(--primary-color);
  outline-offset: -2px;
  transition: all 0.3s;
  animation: rotate 40s infinite linear;
}

.box .inner-content {
    color: #fff;
    text-align: center;
    width: 70%;
    opacity: 0;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 0.4s ease-in-out;
}

.box .icon {
    display: flex;
    justify-content: center;
}
.box {
 
    position: relative;
    overflow: hidden;
    margin:0 auto 30px;
    display: block;
    text-align: center;
    max-width:290px;
}

.modal-body{background-color: #171819;}
.modal-txt{color: #fff;}
.modal-icon{font-size: 17px;}
.modal-txt p{font-size: 14px; line-height: 25px;}
.modal_btn{display: flex;justify-content: flex-start;}
.modal_btn .read_more_btn{display: flex;align-items: center;gap: 10px;}
.modal-header{background-color: #171819;}



.box:hover .inner-content {
    opacity: 1;
    top: 50%;
}

.box .icon a:hover {
    color: #333;
    background: #fff;
    border-radius: 100%;
}
.box:hover img {
    opacity: .28;
    transform: scale(1.25);
}
.box .icon a {
    color: var(--primary-color);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    height: 35px;
    width: 35px;
    outline: 5px solid rgba(255, 255, 255, 0.5);
    background-color: #fff;
    border-radius: 100%;
    display: block;
    transition: all .3s;
}

@-moz-keyframes rotate { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes rotate { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes rotate { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

/* Testimonial Section Start */
.testimonial_section{ padding-bottom: 0; }
.testimonial_section .row > div{ padding: 0; }
.testimonial_section .pattern_img_box a{ display: block; }
.testimonial_section .pattern_img_box img{ min-width: 100%; }

.testimonial_box{
    background: url("../images/testimonial/testimonial_bg.jpg") left top; 
    position: relative;
    width: calc(100% + 100px);
    margin-left: -100px;
    z-index: 1;
}

.testimonial_slider{ 
    text-align: center;
    width: 100%;  padding: 30px 30px 60px; margin-bottom: 0;
    position: relative;
 }
.testimonial_slider:before{
    content: "";
    width: 3px; height: calc(100% - 60px);
    background-color: var(--primary-color);
    position: absolute;
    left: 50px;
    top: 50%; transform: translateY(-50%);
}

.testimonial_item { 
    display: flex !important; flex-direction: column; align-items: center; 
    padding: 0;
 }
.testimonial_img{ 
  width: 100px; height: 100px; border-radius: 100%; 
  display: inline-block;
  overflow: hidden; 
}

.testimonial_info h4{ 
    color: var(--primary-color);margin: 20px 0; 
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; 
}

.testimonial_disc{ 
    color: #fff; width: 70%; margin: 0 auto;
    font-family: 'Forum', cursive;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.testimonial_slider .slick-dots{  left: 0; bottom: 22px;  }
.testimonial_slider .slick-dots li{ margin: 0 8px; }
.testimonial_slider .slick-dots li button:before{
  content: "";
  opacity: 1 !important;
  background-color: #fff;
  width: 12px; height: 12px;
  transform: rotate(45deg);
}

.testimonial_slider .slick-dots li.slick-active button:before{
  background-color: var(--primary-color);
}


/* Gallery Section Start */
.gallery_section{ padding: 0; background-color: #0E0D0C; }
.gallery_list ul{ display: flex; }
.gallery_list li{
    width: 33.33%;
    position: relative;
    display: flex; flex-direction: column; 
}
.gallery_info{
    padding: 70px; position: relative;
    text-align: center;
}

.gallery_icon{ position: absolute; left: 20px; top: 20px; }

.gallery_info h6 {
    color: var(--primary-color); 
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.6px; /* 246.667% */
    letter-spacing: 4.8px;
    text-transform: uppercase;
}
.gallery_info h3{
    margin: 20px 0;
    font-family: 'Forum', cursive;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 120% */
    text-transform: capitalize;
}
.gallery_info p{ 
    color: #A7A7A7; margin-bottom: 40px; 
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.gallery_img{
    position: relative;
    flex: 1;
}
.gallery_img img{
    object-fit: cover;
    min-width: 100%;
    height: 100%;
}

.full_height .gallery_info{ position: absolute; z-index: 1; bottom: 0; }
.full_height .gallery_img{ height: 100%; }


/* Video Section Start */

.video_section{
    background: url("../images/resource/video_bg.jpg") no-repeat center center;
    background-size: cover;
}

.video_section h3{
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Forum', cursive;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 120% */
}

.play-btn{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  margin: 50px auto;
}

.play-btn .theme-btn{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 86px;
  font-size: var(--font-18);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
}

.play-btn .theme-btn:hover{
  color: var(--main-color);
  border-color: var(--main-color);
}

.play-btn .ripple img{ margin-left: 8px; }

.play-btn .ripple,
.play-btn .ripple:before,
.play-btn .ripple:after {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 90px;
  height: 90px;
  border-radius:50%;
  margin-top:-1px;
  margin-left:-1px;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-btn .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.play-btn .ripple:after{
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}


/* Sub Header Section */

.sub_header_section {
    padding-top: 200px;
    padding-bottom: 70px;
}

.contact_header{ 
  background: url("../images/background/sub_header_contact_bg.jpg") no-repeat left center; 
  background-size: cover;
}
.iframe_box {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
}



/* Internal pages start */

/* blog-detail-page start */

.blog_section .card {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #e5e7f2;
    
  }
  
  .blog_section .card-header {
    position: relative;
    background: #171819;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
  }

  .blog_section .card-header a{color: #fff;}
  
  .blog_section .card-link {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    color: #222;
    font-weight: bold;
    /* font-family: "Oswald"; */
  }

  .blog_sidebar{position: sticky; top:110px;}
  
  .post_list li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .blog-img {
    text-align: center;
    margin-bottom: 20px;
  }
  
  .blog-text {
    background: #171819;
    padding: 5px 20px 10px;
    /* max-height: 300px; */
    overflow-y: auto;
  }

  .blog-text p{color:#fff;}
  .blog-meta a{color:#fff;}
  .blog-meta h4{margin-bottom: 10px;}
  
  .post_img {
    width: 90px;
    margin-right: 10px;
  }
  
  .post_list .info_txt {
    padding: 0;
    flex: 1;
  }

  .info_txt a{color: #fff;}
  
  .search_btn {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
  }


/* about page start */
.about-txt{color: #A7A7A7;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */}

.about-txt-para{
    color: #FFF;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32.9px; /* 235% */
    }
    .hover-content h1{color: #000;}
    .service-btn{padding: 0 !important;}
    .serv_img img{width: 100%;}
    .serv_txt p{color:#fff; line-height:40px;}
    .serv_img{position:sticky; top:100px;}
    /* .about-para::-webkit-scrollbar {
        display: none;
    }

    .about-para{height:70vh;overflow:scroll;} */
    
    .about-img img{width: 100%;}
    .about-img{position:sticky;top:100px;}

    .about-title{display: flex;justify-content: center;margin-bottom: 30px;}
    .about-title h6{margin-left: 10px;}


    /* contact page :start */

    .contact-txt {
        color: #A7A7A7;
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .form-control{background: var(--secondary-color); color: #fff;}
    .form-control:focus{background: #fff;}

    .contact-details{border: 1px solid #E3C48E;padding: 45px;margin-top: -40px;
    background: var(--secondary-color);}

    .about-detail{margin: 0; position: relative;}
    .about-detail ul{flex-direction: column;}
    .about-detail{position: sticky; top: 150px;}


    .contact-details ul{display: flex;position: relative;}
    .contact-details li{flex: 1;text-align: center;}
     .about-detail::before{
        content: "";
        width: calc(100% - 30px);
        height: calc(100% + 30px);
        position: absolute;
        left: 15px;
        top: -15px;
        border: 1px solid #E3C48E;
    }



    .form-box .page_title .contact-text{
        color: #A7A7A7;
        text-align: center;
        font-family: Roboto;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 29.6px; /* 185% */
    }
    .form-box .page_title p:after{display: none;}
.contact-sec{padding-top: 0;}

.contact-sec::before{
    content: "";
    background: url("../images/resource/footer_bg.jpg") center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    opacity: 0.03;
    z-index: -1;
}

.sub-btn{background-color: var(--primary-color) !important;
    color: #020101 !important;
    border-radius: 0;
    padding: 10px 45px;
    /* border-radius: 800px; */
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    
}

/* .contact-form-img img{width:100%;
} */
.contact-form-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.form-box{border: 1px solid; background: var(--secondary-color);padding: 50px 100px;}
.btn-close {
    background-color: #fff;
    opacity: 1;
}

/* Footer Section Start */

footer {
    z-index: 1; overflow: hidden; color: #fff;
    position: relative;
}

.footer-widget {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.footer-widget:before{
    content: "";
    background: url("../images/resource/footer_bg.jpg") center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
    opacity: 0.03;
    z-index: -1;
}

.footer_logo{ margin-bottom: 25px; }

.footer_title {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
}

.footer_title h4 {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.footer_list li{ margin-bottom: 14px; }
.footer_list a{ position: relative; padding-left: 15px; }
.footer_list a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    width: 5px;
    height: 5px;
    transform: translateY(-50%);
    background-color: var(--primary-color);
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--dark-color);
    font-size: 16px; line-height: 22px;
    margin-bottom: 15px;
}
.footer-contact li p{ margin: 0; flex: 1; }
.f_icon{ 
    width: 40px; height: 40px; border-radius: 5px; 
    display: flex; align-items: center; justify-content: center; align-self: flex-start;
    margin-right: 10px;
    background-color: var(--primary-color);
}
.f_icon i {
    font-size: 16px;
    text-align: center;
    color: #020101;
}

.post_list li{ display: flex; align-items: flex-start; margin-bottom: 12px; }
.post_img{ width: 80px; border-radius: 10px; overflow: hidden; margin-right: 15px; }
.post_img img{ min-width: 100%; }
.post_info{ flex: 1; }
.post_info h5{
    font-family: 'Lora', serif;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

footer .social_list li a{ 
    background-color: rgb(193 159 95 / 28%);
    color: var(--primary-color);
    width: 32px; height: 32px; font-size: 16px; border-radius: 100%;
    display: flex; align-items: center; justify-content: center; margin-right: 10px !important;
}

footer .post_list li{border: none;}

.footer_info{}


.copyright_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    color: #fff;
    padding: 13px 40px;
    border-radius: 20px 20px 0px 0px ;
}
.copyright_box p {
    margin: 0;
}
.copyright_box a {
    color: #fff; cursor: pointer;
}

.copyright-text + .copyright-text{ border-left: 2px solid #fff; padding-left: 10px; }

.copyright-text + .copyright-text a{ color: var(--primary-color); }


/* Footer Section End */

/* All Media Query */

@media only screen and (max-width: 1400px) {
	header .nav-item{ margin: 0; }

    .counter_shadow{ bottom: -40px; }

    header .nav-link{ padding: 28px 10px !important; }

}


@media only screen and (max-width: 1199.98px) {

	.main-slider h3{ font-size: 30px; }
	.main-slider h1{ font-size: 45px; line-height: 55px; }
    .main-slider p{ margin-top: 20px; }
    .author_info p{ margin-top: 0; }

    .my_navbar .navbar-collapse{
        position: absolute;
        top: 100%;
        background-color: #111;
        border:1px solid #444;
        width: 96%; left: 2%;
        margin: 0px;
    }
	
	header .nav-item{ margin: 0; }
	header .nav-link{ padding: 10px 12px !important; border-bottom: 1px solid #444; }
    header .nav-link:before{ display: none; }
    header .read_more_btn{ margin: 5px 5px 0; padding: 5px 20px; }
	header .navbar-collapse{ margin-top: 20px; }
	.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{ 
		background-color: var(--secondary-color); 
		color: #fff !important;
	}
	
	.navbar-toggler{ margin-left: auto; margin-right: 0; }

    .menu_item_list li{ width: 25%; }

    .gift_info h4{ font-size: 44px; }
    .gift_info h2{ font-size: 32px; }


}

@media only screen and (max-width: 991.98px) {

	/* Header Section Start */
    .top_navbar{ padding: 10px; }
    .navbar-nav .dropdown-menu{ margin: 10px; }

	/* Header Section End */

	/* Banner Section Start */
	.banner_box{ padding-top: 0; }
	.slide .banner_txt{ max-width: unset; }
	.main-slider h5{ font-size: 18px; line-height: 30px; }
	.main-slider h3{ font-size: 24px; line-height: 30px; }
	.main-slider h1{ font-size: 34px; margin: 0; }

	/* Banner Section End */
    .gallery_list li{ justify-content: space-between; }
    .gallery_info{ padding: 30px; }
    .gallery_img{min-height: 220px; flex: unset;}
    .gallery_icon{ width: 60px; }

    .gallery_item_list li {width:33.33% !important;margin:25px 0;}

    .menu_list ul{justify-content: start;}

    

    .testimonial_box{ margin-left: -50px; width: calc(100% + 50px) }

    .menu_item{width: 140px; height: 140px;}

    .blog_title h2{ font-size: 42px; }

    .blog-img img {
        height:auto;
    }

    .blog-img a {
        width: 100%;
    }

    .gift_info h4{font-size: 34px;}
    .gift_info h2{font-size: 22px;}
    .view_more_link{ padding: 10px; }

    .menu_list li{ margin: 10px 25px; }
    .menu_list li:after{ margin-left: 20px; }

    .footer_info{ text-align: center; border-bottom: 2px dashed #666; padding-bottom: 20px; }
    .footer_info .social_list{ margin: 0 auto; justify-content: center; }
    .footer_title{ margin-top: 20px; }

}


@media only screen and (max-width: 767.98px) {

	.top_navbar{ display: none; }

    ul.top_links.top {
        position: relative;
        left: unset;
        top: unset;
        transform: none;
    }

	.banner_box{
		flex-direction: column;
	}

    .slide .banner_txt{ order: 2; text-align: center; }
    .banner_btn_box{ justify-content: center; }
    .main-slider h1{ font-size: 30px; line-height: 40px; }
    .main-slider p{ margin: 10px 0 25px; }
    .author_info p { margin: 0; text-align: left;}


	.sticky_top{ position: relative; top: 0; }

    .testimonial_box{ margin-left: 0; width: 100%; }

    .gallery_list ul{
        flex-direction: column;
    }
    .gallery_list li {
        width: 94%;
        flex-direction: row;
        border: 2px dashed #333;
        margin: 10px auto;
    }

    .gallery_item_list li {width:50% !important;margin:25px 0;}

    .full_height .gallery_info{ position: relative; }
    .gallery_info{ flex: 1; }
    .gallery_img,.full_height .gallery_img{ width: 250px; height: 300px; }

    .menu_item_list li{ width: 33.33%; }

    .filter_select_box{ display: flex; position: relative; justify-content: center; }
    /* .menu_list ul{ display: none; } */

    .footer-widget{ padding: 70px 0 0; }
    .copyright_box{ flex-direction: column; }
    .copyright-text + .copyright-text{ padding: 0; border: none; }
    .media{margin-top: 40px;}
    .box .hammper{width:100%;}

    .form-box {
        border: 1px solid;
        background: var(--secondary-color);
        padding: 50px 50px;
    }

}


@media only screen and (max-width: 575.98px) {

    header .navbar{ padding: 5px 15px; }
    header .navbar-brand{ max-width: calc(100% - 72px); }

    .call_box{ display: none; }
    .navbar-toggler{ margin-right: 0; }


    .main-slider h1{ line-height: 45px; margin: 20px 0; }
    .main-slider h5{ line-height: 24px; padding: 5px 20px; font-size: 15px; }

    .gallery_list li{ flex-direction: column; }
    .gallery_img, .full_height .gallery_img{ width: 100%; height: auto; }

    .gallery_item_list li {width:100% !important;margin:25px 0;}

    .menu_item_list li{ width: 50%; }
    .contact-details ul{flex-direction: column;}
}

@media only screen and (max-width: 400.98px) {
    .menu_item_list li{ width: 100%; }
}
 /* //anand  */
 .box.menu_item img {
    width: 100%;
    height: 100%;
    /* margin: 0 auto; */
    object-fit: cover;
    padding: 0px;
    border-radius: 100%;
    background-position: center center;
}
/* gallery page start */

.gallery_item_list li{width:25%;margin:25px 0;}

