/*
Theme Name: homestaydharamshala
Theme URI: https://example.com/homestaydharamshala
Author: web3dev
Author URI: https://example.com
Description: A custom WordPress theme.
Version: 1.0
Text Domain: homestaydharamshala
*/
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* Theme colors -start */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* Define custom properties for your theme colors */
:root {
    --wp--preset--color--dark: #000000;
    --wp--preset--color--light: #ffffff;
    --wp--preset--color--blue: #2B67EF;
    --wp--preset--color--pink: #FF66B9;
    --wp--preset--color--yellow: #FED200;
    --wp--preset--color--red: #F64024;
    --black: #000000;
    --white: #ffffff;
    --green: #154556;
	--footer:#132027;
}




/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */
/* Theme colors -end */
/* ********************************************************************************************************************** */
/* ********************************************************************************************************************** */

/* ----------------------------------------------------------------------- */
/* Kritik Font Premium */
/* ----------------------------------------------------------------------- */

@font-face {
    font-family: 'Marcellus';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Marcellus/Marcellus-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Tenor_Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Tenor_Sans/TenorSans-Regular.ttf') format('truetype');
}



/* ----------------------------------------------------- */
/* Theme Settings */
/* ----------------------------------------------------- */
*{
	margin:0px;
}
body{
  position: relative;
  overflow-x: hidden;
	

}

.container-md{
	width:1280px;
	margin:auto;
}
/* Headings */
h1{
	font-family: 'Marcellus' !important;
	font-size:56px;
	line-height:70px;
    font-weight: 400;
	text-transform: uppercase;
}

h2{
	font-family: 'Tenor_Sans' !important;
	font-size: 40px;
	line-height: 56px;
	text-transform: none;
	font-weight:400;
}
h3{
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	letter-spacing: 0.8px;
	font-family: 'Marcellus' !important;
	text-transform: uppercase;
}

p{
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
}
/* Spacing */
.pt-24{
	padding-top:24px;
}
.pt-32{
	padding-top:32px;
}

/* Buttons */
.btn-primary a{
	background:#000000;
	border-radius:unset;
	font-size: 28px;
	line-height: 28px;
	padding: 18px 68px;
	text-transform:uppercase;
}

.wp-block-group__inner-container>.wp-block-columns{
/* 	border:1px solid red; */
}


/*------------------*/
/*------------------*/
/* Responsive */
/*------------------*/
/*------------------*/
/*  */
@media(max-width:1550px){
	.group-2 .row-2{
		padding-top:14%;
	}
}

