/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
	font-family: arial;
	src: url(../fonts/arial.ttf);
}
@font-face {
	font-family: minion;
	src: url(../fonts/minion.ttf);
}

* {
	font-family: arial;
}
body, html {
	padding: 0px;
	margin: 0px;
}
body{
     background-image: -moz-linear-gradient( 90deg, rgb(255,222,152) 0%, rgb(255,222,152) 12%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,222,152) 0%, rgb(255,222,152) 12%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,222,152) 0%, rgb(255,222,152) 12%, rgb(255,255,255) 100%);

}
.dcolor{
	color: #374a78;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.upper {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.m-0 {
	margin: 0px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-20{
	margin-top: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6
{
    font-family: minion;
}
a {
	text-decoration: none;
}
a:hover{
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 98%;
	margin: auto;
	position: relative;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.dBorder{
    border: 1px solid #915246;
    box-sizing: border-box;
}
.bold {
	font-weight: bold;
}
.container {
	width: 100%;
	max-width: 1980px;
	margin: auto;
	position: relative;
}
.innerContainer {
	width: 95%;
	margin: auto;
	overflow: hidden;
	/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}
header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
section{
    margin-top: 20px;
}
.half {
	width: 50%;
}
.defaultbg{
  
}
header {
    margin: 20px 0px 20px 0px;
	
}
.topHeader{
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerImgs{
    display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	img{
	    width: 365px;
	animation: slide-up 1s ease forwards, wave 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	}
	.delay1 {
		animation-delay: 0.2s;
	}
	.delay2{
		animation-delay: 0.6s;
	}
	.delay3{
		animation-delay: 1s;
	}
}
@keyframes wave {
    0% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-10px); /* Moves up */
    }
    50% {
        transform: translateY(-20px); /* Back to the original position */
    }
    75% {
        transform: translateY(-10px); /* Moves down */
    }
    100% {
        transform: translateY(0); /* Back to the original position */
    }
}
@keyframes slide-up {
	to {
	  transform: translateY(0); /* Move to final position */
	  opacity: 1; /* Make visible */
	}
  }
.whiteSpace {
	height: 10px;
}

.logo {
	margin: 10px 0px 10px 0px;
}
.logo img {
	width: 60%;
}
.logo img:hover{
    animation: bounce 0.5s ease;
}

@keyframes bounce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-10px); }
  60%  { transform: translateY(0px); }
  80%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.navSec {
}
.nav {
background-image: -moz-linear-gradient (0deg, rgb(136 12 18) 0%, rgb(136 12 18) 44%, rgb(223, 205, 171) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(136 12 18) 0%, rgb(136 12 18) 44%, rgb(223, 205, 171) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(136 12 18) 0%, rgb(136 12 18) 44%, rgb(223, 205, 171) 100%);
opacity: 0.861;
}
.nav ul {
	list-style: none;
	text-align: left;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: center;
	list-style: none;
	margin: 0px 30px 0px 0px;
	line-height: 30px;
}
.nav ul li a {
	color: #fffaf1;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
	font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
	text-transform: uppercase;
	cursor: pointer;
}
.nav ul li a:hover {
	font-weight: bold;
	font-size: 16px;
	color: #a26e3c;
}
.nav ul li .active {
	font-weight: bold;
	font-size: 16px;
	color: #a26e3c;
}

.active {
}
.hidden{
    display: none;
    transition: all ease 0.3s;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: all ease 0.3s;
	animation: smoothScroll 1s forwards;
	margin-top: 0px;
}
@keyframes smoothScroll {
 0% {
 transform: translateY(-40px);
}
 100% {
 transform: translateY(0px);
}
}
.fixed {
  position: fixed;
  top:0; 
	left:0;
  width: 100%; 
	z-index: 9999;
	transition: all ease 0.3s;
	animation: smoothScroll 1s forwards;
	}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
header.fixed
{
    
}
.fixed > .nav {
    position: fixed;
}
.fixed > .nav ul li a {
    font-size: 12px;
}
.fixed{
    .contactBox{
       
    }
}
.fixed > .lang{
    top: 44px;
    right: 20px;
}
.logo.fixed {
	top: 0px;
  left: 0px;
  position: fixed;
	transition: all ease 0.4s;
	text-align: left;
	background: #fff;
}
.logo.fixed img{
   width: 150px;
    margin: -37px 0px 0px 20px;
}

.nav.fixed{
    top: 85px;
    opacity: 1;
}
.nav.fixed ul{
    text-align: right;
}
.contentSection {
	.innerContainer{
	    
	}
.contentSec {
	    padding: 10px;
	    background: #fff;
    }
    a{
        color: #880c12;
    }
}

.mainHeading{
    h1{
        color: #bea376;
        text-align: right;
        font-size: 25px;
        margin: 0px;
    }
}
.contentSec p {
	width: 100%;
	float: left;
	position: relative;
	font-size: 14px;
	color: #3a3a3a;
	margin: 0px 0px 20px 0px;
}
.contentSec ul{
    margin: 0px 0px 20px 30px;
    float: left;
    position: relative;
    width: 100%;
}
.contentSec ul li{
    font-size: 14px;
	color: #3a3a3a;
}
.contentSec li::marker{
    margin-left: 20px;
    color: #007300;
}
.tabsSection{
    h3{
        text-align: right;
        color: #a26e3c;
    }
}
.threeImgs{
    display: flex;
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
    cursor: pointer;
 .image-column{
            min-height: 300px;
             border: 1px solid #915246;
            box-sizing: border-box;
            transition: all ease 0.3s;
            overflow: hidden;
            
        img{
            width: 100%;
            height: 100%;
            transition: all ease 0.3s;
        }
       
        }
        h3{
            position: absolute;
        left: 0px;
        bottom: 0px;
        text-align: center;
        width: 100%;
        margin: 0px;
            color: #fffaf1;
        padding: 5px 0px 5px 0px;
        font-weight: 400;
        transition: all ease 0.3s;
            background-image: -moz-linear-gradient(0deg, rgb(136 12 18) 0%, rgb(136 12 18) 44%, rgb(223, 205, 171) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(136 12 18) 0%, rgb(136 12 18) 44%, rgb(223, 205, 171) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(136 12 18) 0%, rgb(136 12 18) 44%, rgb(223, 205, 171) 100%);
        }
        
}
.image-column:hover{
     img{
         transform: scale(1.11);
          animation: colorCycle 3s infinite alternate ease-in-out;
     }
     h3{
         background: #fff;
         color: #915246;
     }
}
@keyframes colorCycle {
  0% {
    filter: hue-rotate(0deg) saturate(1);
  }
  50% {
    filter: hue-rotate(120deg) saturate(2);
  }
  100% {
    filter: hue-rotate(240deg) saturate(1.5);
  }
}
footer {
   
}

.footerNav {
    margin-bottom: 20px;
    background-image: -moz-linear-gradient (0deg, rgb(136 12 18) 0%, rgb(136 12 18) 44%, rgb(223, 205, 171) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(136 12 18) 0%, rgb(136 12 18) 44%, rgb(223, 205, 171) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(136 12 18) 0%, rgb(136 12 18) 44%, rgb(223, 205, 171) 100%);


}
.footerNav ul {
    text-align: right;
}
.footerNav ul li {
	display: inline-block;
    position: relative;
    text-align: center;
    list-style: none;
    margin: 0px 0px 0px 30px;
    line-height: 30px;
}
.footerNav ul li a {
	color: #fffaf1;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px;
    position: relative;
    letter-spacing: 1px;
    transition: all .5s ease;
    cursor: pointer;
    font-family: minion;
}
.footerNav ul li a:hover{
    font-size: 15px;
    font-weight: bold;
    color: #a26e3c;
}
.footerNav ul li a.active{
    font-size: 15px;
    font-weight: bold;
    color: #a26e3c;
}
.rights{
    margin: 20px 0px 20px 0px;
}
.rights p {
	color: #0a0b0f;
	font-size: 16px;
	margin: 0px;
}
.rights a {
	color: #915246;
	font-weight: bold;
	transition: all ease 0.3s;
	
}
.rights a:hover {
	font-size: 15px;
}
/******contact us***********/
.contacts{
        width: 30%;
    margin: 0px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    a{
        color: #3a3a3a;
        font-size: 16px;
        transition: all ease 0.3s;
    }
    a:hover {
        font-size: 15px;
        font-weight: bold;
    }
    .address:hover{
        font-size: 16px;
        font-weight: normal;
    }
}


.phone, .email {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.phone svg, .email svg {
    width: 20px;
    margin-right: 5px;
    fill: #a26e3c;
}
.phone path{
    fill: #a26e3c !important;
}

/*********************gallery*********************/
.gallerySec{
	padding: 20px 20px 0px 20px;
	background: #fff;
}
.galleryImgs{
    margin-bottom: 20px;
}
.galleryImgs img{
	width: 32%;
	height: 350px;
	border: 1px solid #915246;
    box-sizing: border-box;
	position: relative;
	overflow: hidden;
	padding: 0px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
	transition:  all ease 0.5s;
}
.galleryImgs img:hover{
	transform: scale(0.9);
}
/*****responsive*****/
@media only screen and (max-width:1300px) {
    .logo img{
        width: 200px;
    }
    .logo-box{
        height: 350px;
    }
    .videoBox video{
        height: 650px;
    }
}

@media only screen and (max-width:1024px) {
.innerContainer {
	max-width: 100%;
}


.ss-slides-wrap {
	height: 300px;
}
.footerNav ul li a {
	font-size: 12px;
}
}

@media only screen and (max-width:645px) {
.topHeader {
    flex-direction: column;
}
.contactBox{
    margin-right: 0px;
    flex-direction: column;
        gap: 0;
    
}
.logo img {

}
.logo.fixed img{
   width: 150px;
    margin: -10px 0px 0px 20px;
}
.headerImgs {
    img {
        height: 300px;
    }   
}
.nav {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	float: left;
	position: relative;
	background: none;
	opacity: 1;
}
.nav p {
	width: 100%;
	padding-right: 0px;
	text-align: center;
	text-stroke: 1px #fff;
	-webkit-text-stroke: 1px #fff;
	margin: 10px auto 10px auto;
}
#menu {
	display: block !important;
	width: 35px;
	height: 28px;
	top: 16px;
	left: 90%;
	position: absolute;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
	border: 1px solid #cdd1da;
}
.logo.fixed .menu{
    left: 84% !important;
}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: 68px;
	left: 0px;
	position: fixed;
	background: #a26e3c;
	z-index: 9999;
	padding: 0px;
	opacity: 1;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	height: 40px;
}
.nav ul li .active {
}
.nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	opacity: 1 !important;
	position: relative !important;
	left: unset !important;
	bottom: unset !important;
	top: unset !important;
}
.nav ul li a.active{
    color: #fff;
}
.contentSec p {
    text-align: center;
}
.threeImgs{
    flex-direction: column;   
}
.companySec{
    margin-top: 20px;
}
.ss-slides-wrap {
	height: 210px !important;
}

.contentSec {
	margin: 0px 0px 0px 0px;
}
.slide
{
   flex: 0 0 100%;
}
.footerNav {
    
    margin: 20px 0px 20px 0px;
	}
.footerNav ul li{
   width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #fff;
}
.footerNav ul li a {
	
	width: 100%; 
}
.footerSec{
    flex-direction: column;
    align-items: center;
    padding: 20px 0px 20px 0px; 
}
.contacts { 
    width: 100%;
    text-align: center;
    align-items: center;
}

.rights p {
	margin-top: 0px;
	font-size: 14px;
	line-height: 25px;
}
.rights p > a {
	font-size: 14px;
	background: #fff;
	padding: 2px;
}
.galleryImgs img{
		width: 99%;
		margin-bottom: 20px;
		height: auto;
	}

}


