/**Typeo CSS Start**/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');
* {
box-sizing: border-box;
}
body {
margin: 0px;
background-color: #fff;
}
img {
max-width: 100%;
}
/**Typeo CSS End**/
.overlay-bg {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
left: 0px;
top: 0px;
}
.bnr-inr-scn, .bnr-inr-scn * {
--page-width: 1400px;
--base-fm: 'Rubik', sans-serif;
--title-size: 45px;
--base-size: 18px;
--white-clr: #ffffff;
--theme-clr: #1ea69a;
--bg-clr: #F9F6F2;
}
.page-width {
max-width: var(--page-width);
padding: 0 15px;
margin: auto;
width: 100%;
}
.bnr-inr-scn {
position: relative;
background-size: cover;
background-color: var(--bg-clr);
width: 100%;
padding: 20px 0px;
font-family: var(--base-fm);
font-size: var(--base-size);
display: flex;
flex-flow: row wrap;
align-items: center;
color: var(--white-clr);
min-height: 400px;
}
.bnr-cont-inner {
max-width: 600px;
width: 100%;
position: relative;
z-index: 1;
line-height: 1.5;
}
.bnr-inr-scn h1 {
font-size: var(--title-size);
margin: 0px;
font-weight: 500;
line-height: normal;
}
.bnr-btn {
padding: 13px 24px 12px 24px;
background-color: #fff;
color: #000;
text-decoration: none;
display: inline-block;
transition: 0.5s all;
margin-top: 15px;
font-weight: 500;
text-transform: uppercase;
}
.bnr-btn:hover {
background-color: #000;
color: #fff;
}
@media(max-width:1200px) {
.bnr-inr-scn {
min-height: 340px;
font-size: calc(var(--base-size) - 4px);
}
.bnr-inr-scn h1 {
font-size: calc(var(--title-size) - 10px);
}
}
@media(max-width:992px) {
.bnr-inr-scn {
min-height: 250px;
}
.bnr-btn {
margin-top: 5px;
padding: 10px 20px 10px 20px;
}
}