@import './utilities.css';
:root{
    --black:#000000;
    --white:#ffffff;
    --black-1:#313f3f;
    --bg-color:#f9f5ed;
    --golden:#c09959;
}
body{
    background: var(--bg-color);
}
/* navbar-code-start */
nav{
    background: var(--white);
    height: 120px;
}
nav .nav-link{
    font-size: 18px;
    color: var(--black);
    border-bottom: 2px solid transparent;
}
nav .nav-link span {
    font-size: 18px;
    color: var(--golden);
    border-bottom: 2px solid transparent;
}
nav .nav-link:hover{
   border-bottom: 2px solid var(--golden);
}
nav .mobile-manu{
    display: none;
}
nav .mobile-manu .bar-icon{
    cursor: pointer;
    font-size: 20px;
}
.nav_style{
	padding: 20px 30px;
}

.logo-img{
    width: 100px;
}
.logo_svg01{
   		 width: 300px;
	margin-bottom: 10px;
}
.logo_svg02{
   		 width: 100px;
	margin-bottom: 10px;
}
.logo_svg03{
   		 width: 150px;
	margin-bottom: 10px;
}
/* navbar-code-end */
/* sec-one-start */
.sec-one .left-sec{
    background: var(--black-1);
}
/* sec-one-end */
/* sec-two-start */
.sec-two .title{
    font-size: 18px;
    text-transform: uppercase;
    color: var(--golden);
}
.sec-two .disc{
    font-size: 18px;
    font-weight: 400;
}
.img_1 {
	margin-right: 10px;
}
.img_2 {
	margin: 10px;
}

.img_filter80 {
	/*filter: opacity(80%);*/
	background: rgba(93, 75, 66, 0.3);
}


.sec-two article{
    font-size: 18px;
    font-weight: 400;
}
/* sec-two-end */
/* sec-three-start */
.sec-three{
    height: 160px;
}
.sec-three .heading{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--golden);
}
.sec-three .heading a{
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--golden);
}
/* sec-three-end */
/*btn*/
.btn-primary {
    color: #fff;
    background-color: darkgoldenrod;
    border: none;
	margin-top: 7px;
}
.btn-primary:hover {
    color: #fff;
    background-color:goldenrod;
	border: none;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.m_r_l{
		margin-right: 38px;
		margin-left: 30px;
}

/* footer-start */
footer{
    height: 80px;
    background: var(--black-1);
}
footer .copy-right{
    color: var(--white);
    text-decoration: none;
}
footer .copy-right a{
    color: var(--white);
    text-decoration: none;
	text-decoration:underline;
}
footer .copy-right a:hover {
    color: var(--golden);
    text-decoration: none;
}

footer .foot-link a{
    color: var(--white);
    font-size: 14px;
    text-decoration: none;
}
footer .foot-link a:hover {
    color: var(--golden);
    font-size: 14px;
    text-decoration: none;
}

.m_t_b{
	margin: 38px 0px;
}
/* footer-End */
@media screen and (max-width:600px){
    nav .desktop-manu{
        display: none !important;
    }
    nav .mobile-manu{
        display: block;
    }
	nav{
    background: var(--white);
    height: 60px;
}    
    .sec-three{
        height: 80px;
    }
	.nav_style{
	padding: 13px 16px;
}
	.logo-img{
    width: 45px;
}
	.logo_svg01{
   		 width: 200px;
}
	.logo_svg02{
   		 width: 70px;
}
	.logo_svg03{
   		 width: 80px;
}
	.heading{
		font-size: 20px;
		font-weight: 300;
		color:#FFFFFF;		
}
	.m_t_b{
		margin-top: 0px;
		margin-bottom: 0px;
}
	.m_r_l{
		margin-right: 30px;
		margin-left: 30px;
}
	.center {
	  display: flex;
			flex-direction: column;
	  justify-content: center;
	  align-items: center;
	  height:inherit;
}
}
@media screen and (max-width:400px){
    footer .foot-link a{
        font-size: 12px;
    }
}