/*
Astra Aurudu Template
Nishantha Atapattu @ Digibrush Productions Pvt Ltd
Digital Marketing Agency
*/

@font-face {
    font-family: 'congratulations_demoregular';
    src: url('assets/fonts/congratulations-webfont.woff2') format('woff2'),
         url('assets/fonts/congratulations-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Arial Rounded MT';
    src: url('assets/fonts/ArialRoundedMTBold.woff2') format('woff2'),
        url('assets/fonts/ArialRoundedMTBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'congratulations_demoregular';
}

.wrapper {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.vectorious {
    position: absolute;
    display: block;
    width: 100%;
    left: 0; right: 0;
}

.blue-wave {
    position: absolute;
    top: 45%;
    z-index: 0;
    left: 0;
}

.left-vec {
    position: relative;
}

.cloud.left-cloud {
    position: absolute;
    top: 0;
    left: 10%;
    display: block;
    width: 100%;
}

.cloud.right-cloud {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
}

.cloud {
    animation-duration: 80s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes move-left {
	0% { transform: translateX(-100%); }
	100% { transform: translateX(100%); }
}

@keyframes move-right {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.left-cloud {
    animation-name: move-left;
    left: 0;
}

.right-cloud {
    animation-name: move-right;
    right: 0;
}

.branch {
	animation: waving 25s infinite;
    transform-origin: bottom center;
}

@keyframes waving {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(0deg);
    }
}

.cuckoo-wrap {
	display: block;
	position: absolute;
	top: 0; right: 0;
	width: 100%;
	animation: fly 20s linear infinite;
}

@keyframes fly {
	0% {
		transform: translateX(100%) translateY(0);
	}
	100% {
		transform: translateX(-10%) translateY(0);
	}
}

.header {
	position: relative;
	padding: 40px 0 150px;
	background: url('assets/img/background.jpg') no-repeat center / cover;
}

.header.personal {
	padding: 40px 0 50px;
}

.header .top-bar a {
	display: inline-block;
	font-size: inherit;
    padding: 0;
    background: none;
    border-radius: 0;
    transition: all 0.5s ease;
}

.header .top-bar a:hover {
	background: none;
}

.header .top-bar a.top-sign-out {
	color: #151885;
	font-family: 'Arial Rounded MT';
}

.header .top-bar a:hover img {
	opacity: 0.7;
}

.top-bar img {
	max-width: 28px;
    transition: all 0.5s ease;
}

/*.top-bar .top-register {
	display: inline-block;
	font-size: 15px;
    padding: 6px 40px;
    background: transparent;
    color: #151885;
    border: 2px solid #fff;
}

.top-bar .top-sign-in {
	display: inline-block;
	font-size: 15px;
    padding: 6px 40px;
    background: #151885;
    border: 2px solid #151885;
}

.top-bar .top-sign-in:hover {
	border-color: #fff;
}*/

img.aurudu-main {
	margin-top: -175px;
}

img.aurudu-all-recipes {
    margin-top: -100px; margin-top: -150px;
}

.aurudu-cont.aurudu-all-recipes-cont {
	margin-top: -50px;
}

.aurudu-cont {
	margin-top: -150px;
}

.form h3 {
	color: #061692;
	font-size: 30px;
	font-family: 'Arial Rounded MT';
}

.form p {
	color: #222;
	font-size: 16px;
	font-family: 'Arial Rounded MT';
}

.form p a {
	color: #061692;
}

.header .container {
	position: relative;
	z-index: 11;
}

.header .astra-tub {
	margin-left: -90px;
}

.header h1 {
	color: #061692;
	font-size: 40px;
	font-weight: 400;
}

.header p {
	font-size: 22px;
}

.header a {
	font-size: 22px;
    padding: 15px 32px;
    background: radial-gradient(83.06% 709.84% at 42.15% 14.75%, #3F7EB9 0%, #151885 100%);
    border-radius: 50px;
    transition: background 0.5s ease;
}

.header a:hover {
    background: radial-gradient(83.06% 709.84% at 42.15% 14.75%, #151885  0%, #3F7EB9 100%);
    transition: background 0.5s ease;
}

.header a.header-logo {
	padding: 0;
	background: transparent;
}

.header a.header-logo:hover {
	background: transparent;
}

.header h2 {
	color: #061692;
	font-size: 50px;
}

.category-wrap h2 {
	color: #061692;
	font-size: 50px;
}

.category-wrap p {
	font-size: 22px;
}

#categories {
    margin-top: -115px;
}

#categories.owl-carousel .owl-item img {
	border-radius: 25px;
	box-shadow: 0px 0 6px rgba(0, 0, 0, 0.25);
	margin-bottom: 30px;
}

#categories.owl-carousel .owl-item p {
	color: #151885;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	font-family: 'Arial Rounded MT';	
}

#categories.owl-carousel .owl-item p.sinhala-name {
	color: #212529;
	font-size: 16px;
} 

.recipes-wrap {
	margin-top: 100px;
}

.recipes-wrap h3 {
	color: #061692;
	font-size: 50px;
	max-width: 420px;
}

.recipes-wrap p {
	font-size: 22px;
	max-width: 420px;
}

.view-all-recipes {
	font-size: 22px;
    padding: 15px 32px;
    background: radial-gradient(83.06% 709.84% at 42.15% 14.75%, #3F7EB9 0%, #151885 100%);
    border-radius: 50px;
    transition: background 0.5s ease;
}

.view-all-recipes:hover {
    background: radial-gradient(83.06% 709.84% at 42.15% 14.75%, #151885 0%, #3F7EB9 100%);
    transition: background 0.5s ease;
}

#multiple.owl-carousel .owl-item img {
	height: 212px;
	object-fit: cover;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

.the-item {
    background: #FBD820;
    border-radius: 25px;
    margin-bottom: 35px;
}

.the-item .description {
	padding: 25px 20px 30px;
}

.the-item .description p {
	color: #151885;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Arial Rounded MT';
}

.the-item .description span {
	color: #1E1E1E;
	font-size: 16px;
	font-family: 'Arial Rounded MT';
}

#multiple.owl-carousel .owl-stage-outer {
	margin-right: -190px;
    padding-right: 190px;
}

.recipes-wrap hr {
	display: none;

	position: relative;
	height: 4px;
	background: #D9D9D9;
	opacity: 1;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.025);
}

.recipes-wrap hr:before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 438px; max-width: 40%;
	height: 100%;
	background: #535353;
	z-index: 9;
}

.form-wrap {
    background: url('assets/img/background.jpg') no-repeat top center / 100%;
    /*background-color: #F0E6BD;*/
    padding-bottom: 50px;
}

.form-wrap .container {
	max-width: 1140px; max-width: 1047px;
}

.upper-form-wrap {
    padding: 75px;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 0;
    box-shadow: 0px 24px 35px -15px rgba(0, 0, 0, 0.2);
}

.form-wrap label {
	color: #222222;
	font-size: 18px;
	font-family: 'Arial Rounded MT';
}

.form-wrap .checkbox-wrap label {
	font-size: 14px;
}

.form-wrap .form-control {
	font-family: 'Arial Rounded MT';
	border: 1px solid #061692;
	border-radius: 5px;
	min-height: 50px;
}

.form-wrap textarea.form-control {
	font-family: 'Arial Rounded MT';
	min-height: 120px;
}

.form-wrap .checkbox-wrap label a {
	color: #151885;
}

.note-editable.card-block {
	font-family: 'Arial Rounded MT';
}

.form-wrap .form-control:focus {
	outline: none;
	box-shadow: none;
}

.file-input-container {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.file-input-container ::-webkit-file-upload-button {
   display: none;
}

.file-input-container input#browseFile {
	line-height: 40px;
}

.file-input-container .form-control {
    width: calc(100% - 100px);
}

.form-wrap label.browse-label {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
    position: absolute;
	width: 185px;
	height: 100%;
	top: 0; right: 0;
	background: #061692;
	border: 1px solid #061692;
	border-radius: 0px 5px 5px 0px;
}

.browse-label:hover {
    background-color: #0056b3;
}

.bottom-form-wrap {
    padding: 75px;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 40px;
    box-shadow: 0px 24px 35px -15px rgba(0, 0, 0, 0.2);
}

input[type=submit] {
	border: none;
	text-align: center;
	color: #FFFFFF;
	width: 282px;
	height: 61px;
	background: radial-gradient(83.06% 709.84% at 42.15% 14.75%, #3F7EB9 0%, #151885 100%);
	border-radius: 50px;
	margin-top: 50px;
}

/* Recipes */
.recent-recipes-wrap {
	position: relative;
}

.recent-recipes-wrap:before {
	content: '';
	position: absolute;
	top: 0; left: 0;
	display: block;
	width: 100%; height: 150px;
	background: url('assets/img/background.jpg') no-repeat center / cover;
	z-index: 0;
}

.recent-recipes-wrap .container {
	position: relative;
	z-index: 9;
}

.recent-recipes-wrap .the-item img {
	width: 100%; height: 180px;
	object-fit: cover;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

/* Pagination */
.pagination .page-link {
	color: #151885;
	border: none;
}

.pagination-lg .page-item:first-child .page-link,
.pagination-lg .page-item:last-child .page-link {
    border-radius: 0;
}

.pagination .page-link:hover {
	background-color: rgb(251 216 32 / 25%);
}

/* Single Recipe */
.header.single-recipe {
	padding-bottom: 50px;
	background: url('assets/img/recipe-bg.jpg') no-repeat top center / 100%;
}

img.recipe-main {
	border-radius: 20px;
}

.recipe-brief {

}

.recipe-brief span {
	color: #151885;
	font-family: 'Arial Rounded MT';
	margin-bottom: 15px;
}

.recipe-brief h3 {
	font-family: 'Arial Rounded MT';
	color: #313131;
	font-size: 16px;
}

.recipe-brief p {
	font-family: 'Arial Rounded MT';
	color: #151885;
	font-size: 16px;
}

.recipe-description {

}

.recipe-description h4,
.recipe-description h5 {
	color: #061692;
	font-size: 40px;
}

.recipe-description p.in-sinhala {
	font-size: 22px;
	margin-bottom: 40px;
}

.recipe-description ul li,
.recipe-description ol li {
	color: #313131;
	font-family: 'Arial';
	font-weight: 400;
	margin-bottom: 10px;
}

.recipes-wrap.recently-uploaded h3 {
	max-width: inherit;
}

.recipes-wrap.recently-uploaded p {
	color: #151885;
	font-family: 'Arial Rounded MT';
}

/* Thank You */
/*.main-th-im {
	margin-top: -80px;
}*/

.main-th-cont {
	margin-top: -80px;
}

.main-th-cont p {
	color: #151885;
	font-family: 'Arial Rounded MT';
}

/* Social Share */
/* Social SHare */
.social-share-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.social-share-btns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #333;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    transition: all 0.5s;
}

.social-share-btns a:hover {
	box-shadow: 0 0 6px #000;
    transition: all 0.5s;	
}

.social-share-btns a img {
	filter: brightness(0) invert(1);
	max-width: 20px;
}

/* Footer */
footer {
	padding-top: 50px;
	background: linear-gradient(180deg, rgba(255, 255, 254, 0) 0%, #FBD820 198.91%);
	margin-top: 50px;
}

footer img {
	margin-right: 30px;
}

footer p {
	color: #151885;
	font-family: 'Arial Rounded MT';
}

footer ul li a {
	color: #151885;
	font-family: 'Arial Rounded MT';
}


@media (max-width: 575.98px) {
	.header {
		padding-top: 20px;
	}

	.top-bar img {
		max-width: 24px;
	    transition: all 0.5s ease;
	}

	.branch {
		max-width: 60%;
	}

	.cloud.right-cloud,
	.cloud.left-cloud {
		max-width: 40%;
	}

	.blue-wave {
		top: 35%;
	}

	.header h2,
	.recipes-wrap h3 {
		font-size: 36px;
	}

	.aurudu-cont {
	    margin-top: 0;
	}

	img.aurudu-main {
	    margin-top: 0;
	}

	img.aurudu-all-recipes {
		width: auto;
	    height: 280px;
	    object-fit: cover;
	    margin-top: 0;
	}

	.aurudu-cont.aurudu-all-recipes-cont {
	    margin-top: 10px;
	}

	#categories.owl-carousel .owl-stage-outer {
		margin-right: -190px;
	    padding-right: 190px;
	}

	.upper-form-wrap {
		padding: 30px;
	}

	.form-wrap .form-control {
		width: 100%;
	}

	.file-input-container {
		width: 100%;
	}

	.form-wrap label.browse-label {
		width: 120px;
	}

	.header.single-recipe {
		padding-bottom: 0;
		background-size: 250%;
	}

	.recipes-wrap.recently-uploaded {
	    margin-top: 50px;
	}

	.main-th-im {
		margin-top:0;
	}

	.main-th-cont {
		margin-top: 0;
	}

	.cuckoo-wrap {
		top: -30px;
		animation: fly 10s linear infinite;
	}

	.cuckoo-wrap img {
		width: 80px;
	}

	.cloud.right-cloud {
		top: 80%;
	}

	.bottom-form-wrap {
		padding: 30px;
	}

	/* Footer */
	footer {
		padding-top: 0;
		padding-bottom: 50px;
		margin-top: 20px;
	}

	footer img {
		margin-right: 0;
	}
}


@media (min-width: 576px) and (max-width: 767.98px) {

}


@media (min-width: 768px) and (max-width: 991.98px) {
	.cloud.right-cloud {
		top: 50%;
	}

	.header h1 {
		font-size: 30px;
	}

	.header a {
		font-size: 18px;
	}

	.header h2 {
		font-size: 40px;
	}

	.recipes-wrap h3 {
		font-size: 36px;
	}

	.view-all-recipes {
		font-size: 18px;
	}

	.recipes-wrap h3 {
		max-width: inherit;
	}

	#categories.owl-carousel .owl-stage-outer {
	    margin-right: -190px;
	    padding-right: 190px;
	}

	.cloud.right-cloud img {
		max-width: 300;
	}

	.cloud.left-cloud img {
		max-width: 300;
	}

	img.aurudu-main {
	    margin-top: -75px;
	}

	.aurudu-cont {
	    margin-top: -70px;
	}

	img.aurudu-all-recipes {
		margin-top: 0;
	}

	.aurudu-cont.aurudu-all-recipes-cont {
	    margin-top: 0;
	}

	.recent-recipes-wrap .the-item img {
		height: 126px;
	}

	.header.single-recipe {
		background-size: 200%;
	}

	.main-th-im,
	.main-th-cont {
	    margin-top: 0px;
	}
}


@media (min-width: 992px) and (max-width: 1199.98px) {
	#multiple.owl-carousel .owl-item img {
		height: 146px;
	}

	.recent-recipes-wrap .the-item img {
		height: 124px;
	}

	.bottom-form-wrap {
		padding: 50px 30px;
		max-width: 800px;
		margin: 0 auto 40px;
	}

	img.aurudu-main {
	    margin-top: -125px;
	}

	.aurudu-cont {
	    margin-top: -80px;
	}

	img.aurudu-all-recipes {
	    margin-top: -50px;
	}

	.aurudu-cont.aurudu-all-recipes-cont {
	    margin-top: -20px;
	}
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
	img.aurudu-all-recipes {
		margin-top: -120px;
	}
}

@media (min-width: 1400px) and (max-width: 1599.98px) {

}

@media (min-width: 1600px) {
	img.aurudu-all-recipes {
	    margin-top: -150px; margin-top: -180px;
	}
}