/* For Adding Fonts, 2 Steps
1. Import fonts first
2. Find the element/tag/class/id to apply that font
 */
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wdth,wght@1,90,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;400&display=swap');*/



*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body{
    font-family: 'Josefin Sans', sans-serif;
}

/*the next one is for the background behind link bar under*/
.navbar-expand-md{
	background: linear-gradient(to bottom, #f4f5f0 0%, #f4f5f0 80%, rgba(244,245,240,0.85) 70%, rgba(244,245,240,0.82) 71%, rgba(244,245,240,0) 100%);
}

.navbar-expand-md .navbar-collapse {
    height: 50px;
}

.nav-item > a{
    font-family: 'Josefin Sans', sans-serif;
}
/*the next one is for the background behind the header but NOT the link bar under*/
.background-custom{
    z-index: 1;
    top: 0px;
    position: fixed;
    opacity: 1;
    width: 100%;
	background: linear-gradient(to bottom, #f4f5f0 0%, #f4f5f0 80%, rgba(244,245,240,0.85) 70%, rgba(244,245,240,0.82) 71%, rgba(244,245,240,0) 100%);
	/*background: linear-gradient(to bottom, #880033 0%, #ff3c00 80%, rgba(255,60,0,1), rgba(255,60,0,0))*/
}
.site-logo{
    width: 330px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    line-height: 80px;
}
.main-section{
	background-image: url("../images/back.png");
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.first-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    /* position: relative; */
    /* z-index: 0; */
    /* overflow: hidden; */
    /* height: calc(100vh - 0px) !important; */
}
.first-image img{
    margin-top: -40px;
}
.background-img-1{
    border: 2rem solid #fff;
    border-image: url("../images/knotbox-2.png");
    border-image-slice: 180;
    /*border-image-repeat: round;*/
    padding-top: 1rem;
    max-width: none;
    padding: 50px 70px 40px 70px;
    margin-top: 0px;
}
.custom-btn-s{
    border-radius: 30px;
    padding: 15px 30px 15px 30px;
    /*font-family: "futura-pt";*/
    border: 1px solid #e1c466;
    color: #993333;
    border-color: #993333;
    transition: 0.5s all;
	font-family: "cabin", serif;
}
.custom-btn-s:hover{
    background-color: #e1c466;
    color: #993333;
}
.inner-content{
    text-align: center;
    font-family: 'Cabin', sans-serif;
    padding: 30px;
}
.inner-content h2,p{
    margin-bottom: 40px;
    font-family: 'Cabin', sans-serif;
}
.inner-content h2{
    font-size: 40px;
    font-family: 'Cabin', sans-serif;
}
.inner-content p{
    font-size: 40px;
    font-family: 'Cabin', sans-serif;
	color: #4D4D4D;
}
.btn-div-s{
    margin-top: 2%;
}
.background-img-2{
    margin-top: 20px;
    background-image: url("../images/karmabar2.png");
    background-attachment: fixed;
    min-height: 0 !important;
    height: 65vh !important;
    padding-top: 0 !important;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: centre centre;
    position: relative;
    z-index: 0;
    min-height: 20rem;
    text-align: center;
    color: #fff;
    background-color: #3F2537;
    padding-top: 56.25%;
    overflow: hidden;

    outline: 1px solid #F4F5F0;
    outline-offset: -10px;
}
.footer-color{
    background-color: #a17d1d;
    padding: 20px;
}
.custom-btn-footer{
    border-radius: 30px;
    padding: 10px 25px 10px 25px;
    /*font-family: "futura-pt";*/
    border: 1px solid #56BA96;
    color: #56BA96;
    background-color: rgba(255,255,255,0);
    border-color: #56BA96;
    transition: 0.5s all;
}
.custom-btn-footer:hover{
    background-color: white;
    color: #512869;
    border-color: white;
}
.icon-in{
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px 10px 10px 10px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}
/*.sticky-top-blog{
    position: fixed;
    top: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, #f4f5f0 0%, #f4f5f0 32%, rgba(244,245,240,0.85) 70%, rgba(244,245,240,0.82) 71%, rgba(244,245,240,0) 100%);
}
#topnav{
    display: none;
}*/

.menu-inner h2{
    font-size: 40px;
}
.text-menu{
    text-align: center;
}
.text-menu h2{
    font-size: 40px;
}
.text-menu p{
    font-size: 25px;
	line-height: 90%;
	color:#7D1818;
	
}
.text-menu medium{
    font-size: 16px;
	line-height: 70%;
	font-family: 'Josefin Sans', sans-serif;
	color:#7A5F09;
		
}
.text-menu black{
    font-size: 16px;
	line-height: 00%;
	font-family: 'Josefin Sans', sans-serif;
	color:black;
}
.text-menu{
    margin-top: 60px;
}
.border-cs{
    border: none !important;
}
.menu-head{
    margin-top: 20%;
}
.active-m{
    color: black !important;
}
.hr-location h2{
    font-size: 50px;
    text-align: center;
}
.hr-location p{
    font-size: 20px;
}
.hr-location{
    margin-top: 25%;
    padding: 0px 61px 90px 60px;
}

.hr-location h3{
    font-size: 30px;
    text-align: center;
}

.hr-contact{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25%;
    padding: 0px 61px 90px 60px;
}
.form-control, .form-select {
    padding: .9rem 0.75rem !important;
    color: #212529;
    background-color: #f4f5f0 !important;
    border: 1px solid #626260 !important;
     border-radius: 0rem !important; 
}
.btn-div-c{
    margin-top: 30px;
}
.btn-send{
    text-decoration: none;
    padding: 8px 20px 8px 20px;
    border-radius: 20px;
    border: 1px solid #512869;
    color: #512869;
    transition: 0.5s all;
}
.btn-send:hover{
    background-color: #512869;
    color: white;
}



/*mobile menu start*/

.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/back.png");
    visibility: hidden;
    overflow: hidden;
}
.overlay nav {

    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}
.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.overlay ul li a {
    font-size: 34px;
    font-weight: 300;
    display: block;
    color: #41464b;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}
.overlay-close{
    position: absolute;
    right: 23px;
    top: 21px;
    font-size: 30px;
}
.mobile-inst{
    background-color: #3F2537;
    margin-right: auto;
    margin-left: auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px 10px 10px 10px;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.color-bg{
    background-color: #3F2537;
    padding: 20px;
}
.mobile-menu-footer{
    margin-top: 28%;
    text-align: center;
}
/*mobile menu end*/

.mobile-menu{
    display: none;
}
.modal-body{
    background-image: url(../images/texture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*======================================================================================================================================
                                                        Media Querries
========================================================================================================================================*/

@media only screen and (max-width: 767px){
    .mobile-menu{
        display: block;
    }
    .menu-head {
        margin-top: 30%;
    }
    .background-custom{
        display: flex;
		height: 115px;
        z-index: 1;
    }
    .hr-location {
        margin-top: 30%;
        padding: 0px 20px 87px 20px;
    }
    .hr-location h2 {
        font-size: 35px;
        text-align: center;
    }
    .hr-location p {
        font-size: 17px;
    }
    .first-image {
        margin-top: 15%;
        height: calc(48vh - 0px) !important;
    }
    .background-img-1 {
        padding: 20px 20px 20px 20px;
    }
}
@media only screen and (max-width: 767px){

.main-section {
    position: relative;
    top: 115px;
}
	.navbar-toggler {
		padding: 0.25rem 0rem;
	}
	
	.mobile-menu {
		padding: 0rem 0.75rem;
	}
}