


@import url("../../assets/css/icons/flaticon/style.css");
@import url("../../assets/css/icons/fontawesome/style.css");
@import url("../../assets/css/icons/icomoon/style.css");
@import url("../../assets/css/fancybox/fancybox.min.css");
@import url("../../assets/css/owlcarousel/owl.carousel.min.css");
@import url("../../assets/css/bxslider/bxslider.css");
@import url("../../assets/css/menu/toolbarnav.css");
@import url("../../assets/css/menu/mainnav.css");

@import url("form/jasny/jasnybootstrap.css");
@import url("form/sweetalert/sweetalert.min.css");
@import url("form/touchspin/touchspin.css");
@import url("form/timonstep/timonstep.css");
@import url("form/timonstep/select2.css");
@import url("form/timonstep/parsley.css");

@import url("imagezoom/elastislide.css");
@import url("imagezoom/imagezoom.css");

.mt-6{
    margin-top: 57px;
}

h1,h2,h3,h4,h5,h6,p,a,li{
	font-family: 'Cormorant', serif !important;
}

p{
	font-size: 1.2rem;
}

.line{
    height: 2px;
    width: 250px;
    border-radius: 2px;
    margin-bottom: 20px;
    background-color: var(--bee-gray);
}

/* social */

.social-item-square-3 {
	font-size: 22px;
    border-radius: 5px;
    background-color: var(--bee-white);
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-left: 4px;
    transition: .4s ease;
}

.social-item-square-3 i{
	line-height: 2.5;
}

.social-item-square-3:hover {
    background-color: var(--bee-caramel);
}

.social-link-square-3{
    color: var(--bee-dark);
}

.social-item-square-3:hover .social-link-square-3{
    color: var(--bee-white);
}

/* tabmenu */

.logo{
    font-size: 2rem;
    font-weight: bold;
    color: var(--bee-white);
    text-decoration: none;
}

.logo:hover{
    color: var(--bee-white);
}

.tabmenu{
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

/* button */

.btn-first{
    border: 2px solid var(--bee-dark);
    border-radius: 0;
    font-weight: 500;
    padding: 5px 20px;
    color: var(--bee-dark);
    background-color: var(--bee-transparent);
}

.btn-first:hover {
    background-color: var(--bee-transparent);
    color: var(--bee-caramel);
    border-color: var(--bee-caramel);
}

.btn-first:focus {
    background-color: var(--bee-transparent);
    color: var(--bee-caramel);
    border-color: var(--bee-caramel);
}

.btn-first:active {
    transform: scale(0.95);
}

.btn-second{
    border: 3px solid var(--bee-caramel);
    border-radius: 0;
    font-weight: bold;
    padding: 5px 25px;
    color: var(--bee-white);
    background-color: var(--bee-caramel);
}

.btn-second:hover {
    background-color: var(--bee-caramel);
    color: var(--bee-white);
    border-color: var(--bee-caramel);
}

.btn-second:focus {
    background-color: var(--bee-caramel);
    color: var(--bee-white);
    border-color: var(--bee-caramel);
}

.btn-second:active {
    transform: scale(0.95);
}

/* navbar */

.btn-navbar-light{
    color: var(--bee-white);
    border: none;
}

.btn-navbar-light:focus{
    box-shadow: none;
    outline: none;
}

.nav-menu{
    background-image: linear-gradient(var(--bee-dark), var(--bee-transparent));
    padding: 0;
    z-index: 99;
    width: 100%;
}

.bee-nav-icon{
    font-size: 18px;
    color: var(--bee-gray);
}

.menu-secont{
    font-weight: 500;
    color: var(--bee-white);
    margin-left: 10px;
    padding:  5px 10px;
    text-decoration: none;
    border-radius: 5px;
	font-size: 17px;
}

.menu-secont:hover{
    color: var(--bee-caramel);
}

.menu-secont.active{
    color: var(--bee-caramel);
}

.dropdown-menu.secont{
    margin-top: 4px;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dropdown-link{
    text-decoration: none;
    color: var(--bee-white);
    padding: 4px 25px;
    width: 100%;
    clear: both;
    display: block;
    white-space: nowrap;
}

.dropdown-link:hover{
    color: var(--bee-caramel);
}

.dropdown-link.active{
    color: var(--bee-caramel);
}

.btn-navbar:focus{
    box-shadow: none;
}

/* header */

.bg-header{
    background-image: url(../../../content/images/stories/menus.jpg);
    background-size: 100%;
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 200px 0 50px 0;
    color: var(--bee-white);
}

/* contact */

.contact-item {
    display: flex;
    margin-bottom: 10px;
	font-family: 'Cormorant', serif !important;
}

.contact-link {
    color: var(--bee-dark);
    text-decoration: none;
	font-family: 'Cormorant', serif;
	font-size: 1.1rem;
}

.contact-link:hover {
    color: var(--bee-brown);
}

.contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--bee-cream);
    color: var(--bee-caramel);
    margin-right: 20px;
    font-size: 20px;
}

/* footer */

.bg-footer{
    background-color: var(--bee-cream);
}

.footer-link{
    text-decoration: none;
    color: var(--bee-dark-gray);
	font-family: 'Cormorant', serif;
	font-size: 1.2rem;
}

.footer-link:hover{
    color: var(--bee-caramel);
}

.footer-title{
    color: var(--bee-dark);
    font-weight: bold;
    margin-bottom: 15px;
	font-family: 'Cormorant', serif;
}

.footer-desc{
    color: var(--bee-dark-gray);
	font-family: 'Cormorant', serif;
	font-size: 1.1rem;
}

.copy span{
    color: var(--bee-caramel);
	font-family: 'Cormorant', serif;
	font-size: 1.1rem;
}

.nis-link{
            text-decoration: none;
            color: var(--bee-dark);
            border: none;
            border-bottom: 1px solid #ddd;
            padding: 10px;
            text-align: start;
            background-color: var(--bee-transparent);
			width:200px;
			font-weight: bold;
	font-family: 'Cormorant', serif;
        }

.nis-link:hover{
    color: var(--bee-caramel);
}

.nis-link.active{
	color: var(--bee-caramel);
}

.btn-fra{
    position: fixed;
    bottom: 45%;
    right: 0;
    z-index: 99;
    background-color: #D97400;
    border-radius: 10px 0 0 10px;
    color: #ffffff;
    text-decoration: none;
	line-height: 1.1;
    width: 130px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px #d9740090;
    -moz-box-shadow: 0px 0px 25px -6px #d9740090;
    box-shadow: 0px 0px 25px -6px #d9740090;
}

.btn-fra p{
    font-size:18px !important;
	text-align:right;
	display:block !;
	margin-top:10px;
	padding:15px;
	height: auto;
}
.btn-fra-icon{
	left:-15px;
	position:absolute;
	margin-top:3px;
}
.btn-fra-icon i{
    font-size:24px !important;
}

.btn-fra:after {
	content: '';
	position:absolute;
    border-radius: 50%;
    width: 40px;
    height: 40px;
	z-index: -5;
	background:#D97400;
	margin-left:-140px; 
	margin-top:0;   
}
.slider-text{
	top: 30% !important;
	position: absolute;
	left: 15%;
	right: 15%;
	text-align: center;
	color: var(--bee-white);
}

.slider-text h1{
	font-size: 1.6rem !important;
	text-shadow: 1px 1px 1px #000;
}

.slider-text p{
	font-size: 1rem !important;
	text-shadow: 1px 1px 1px #000;
}


@media (min-width: 768px){
	.slider-text h1{
	font-size: 3rem !important;
}

.slider-text p{
	font-size: 1.5rem !important;
}
}

/* vidoe carousel */

#customers-testimonials{
	position:relative;
}

#customers-testimonials .item .iframeVideo {
		    background: #fff;
            border-radius: 5px;
            overflow: hidden;
		    text-align: center;
		    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.02);
		}
		#customers-testimonials .item {
		    text-align: center;
		    padding: 40px;
			margin-bottom:10px;
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		#customers-testimonials .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.0, 1.0, 1);
		    transform: scale3d(1.0, 1.0, 1);
		}
		#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
        #customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
		    background: var(--bee-caramel);
		    transform: translate3d(0px, -50%, 0px) scale(0.7);
		}
        #customers-testimonials.owl-carousel .owl-dots{
            display: inline-block;
            width: 100%;
            text-align: center;
        }
        #customers-testimonials.owl-carousel .owl-dots .owl-dot{
            display: inline-block;
        }
		#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
		    background: var(--bee-cream);
		    display: inline-block;
            border-radius: 50%;
		    height: 20px;
		    margin: 0 2px 5px;
		    transform: translate3d(0px, -50%, 0px) scale(0.3);
		    transform-origin: 50% 50% 0;
		    transition: all 250ms ease-out 0s;
		    width: 20px;
		}
		
		.btn-arrow {
    border: none;
    background-color: transparent;
    width: 22%;
    height: 600px;
    position: absolute;
    cursor: pointer;
	top: 50px;
}

.owl-theme {
    padding: 0 15px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide {
    left: 75px;
}

.owl-carousel .next-slide {
    right: 75px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-slide:hover {
    background-position: -24px -53px;
}

/* whatsapp button */

