
/* import fonts */
@import url('https://fonts.googleapis.com/css2?family=Jockey+One&family=Mukta:wght@200;300;400;500;600;700;800&family=Petrona:ital,wght@0,100..900;1,100..900&display=swap');

/* setting root variables */
:root {
  --primary1: #1A5319;
  --primary2: #508D4E;
  --primary3: #80AF81;
  --primary4: #D6EFD8;
  --font1: "Mukta", sans-serif;
  --font2: "Jockey One", sans-serif;
  --font3: "Petrona", serif;
  --text: #000000;
  --light: #ffffff;

}

* {
  color: var(--text);
  font-family: var(--font1);
  box-sizing: border-box;
  position: relative;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--sea);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body{
  margin: 0;
  background-color: var(--light);
  min-height: 100vh;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.auto{
  margin: auto;
}
.banner{
  background-image: url(../img/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}
header{
  padding: 20px 0;
}
a{
  text-decoration: none;
}
.logo{
  background-image: url(../img/logo_black.png);
  background-size: contain;
  background-repeat:  no-repeat;
}
.invert{
  filter: invert();
}
.cta h2{
  font-family: var(--font2);
  color: #C6C6C6;
  font-size: 3rem;
  margin: 0;
  padding: 10px 0;
  font-weight: 100;
}
.btn{
  background-color: var(--primary2);
  color: white;
  border: none;
  padding: 15px 50px;
  font-weight: bold;
}
main{
  padding: 20px 0;
}

article .featured{
  height: 30rem;
  background-size: cover;
  background-position: center;
}
.article{
  padding-right: 50px;
}
.article h2{
  width: 70%;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
}
.tag{
  font-family: var(--font3);
  font-size: 20px;
  font-weight: bold;
}
.link{
  color: #508D4E;
}
.link:hover{
  transition: .3s ease-in-out;
  padding-left: 10px;
}
.morecta{
  padding: 10px 10px;
  background-color: var(--primary4);
}
.morecta h3{
  font-family: var(--font3);
}
.cookbook{
  padding: 50px 0;
  margin: 50px 0;
}
h2{
  font-size: 3rem;
  font-weight: 600;
}
.booktxt p{
  font-size: 1.5rem;
  color: #C6C6C6;
  padding-left: 20px;
  margin-top: -45px;
  line-height: 2rem;
}
.video{
  background-size: 100% 100%;
  height: 300px;
  padding: 20px;
}
.yt a{
  color: red;
}
.yt {
  font-size: 1.6rem;
  font-family: var(--font3);
  font-weight: 550;
}
.youtube{
  padding: 10px 0;
}
.yt_btn{
  border: none;
  background-color: red;
  color: white;
  padding: 20px 50px;
  font-weight: 550;
  font-size: 1rem;
  margin-bottom: 40px;
}
.fa-play{
  color: white;
}
footer{
  background: #1E1E1E;
  padding: 50px 0;
  padding-bottom: 5px;
}
.imp {
  align-self: baseline;
}

.imp h4 {
  color: white;
}

.imp a {
  color: #838383;
}

.imp p {
  margin: 0;
}
.strip{
  color: #838383;
  border-top: solid 1px #838383;
}
.strip p{
  color: #838383;
}
.btn:hover, .yt_btn:hover {
  transition: .5s ease-in-out;
  /* padding: 20px 60px; */
}
.socials {
  position: fixed;
  top: 200px;
  right: 0;
  max-width: 50px;
  background: white;
  padding: 10px 0;
  text-align: center;
  border-radius: 20px 0 0 20px;
  box-shadow: -2px 0px 3px #00000021;
}

.socials a {
  margin-top: 5px;
  display: block;
  width: 50px;
}

.socials a:hover {
  filter: grayscale(1);
  transition: .5s ease-in-out;
}
.animate-on-scroll {
  animation-play-state: paused;
  visibility: hidden;
}
.animate__animated{
  visibility: visible !important;
  animation-play-state: running;
}
.imp a:hover {
  color: white;
  transition: .3s ease-in;
}
input{
  background: #F9F9F9;
  padding: 10px;
  padding-left: 30px;
  border: solid 1px #C6C6C6;;
}
textarea{
  padding: 10px;
  border: solid 1px #C6C6C6;;
}
.in_icon {
  position: absolute;
  top: 25px;
  z-index: 1;
  left: 10px;
}

.in_icon * {
  color: dimgrey;
}
select {
  padding: 10px;
  border-color: #C6C6C6;
}
input[type="submit"]{
  padding:10px;
  background-color: #508D4E;
  color: white;
}
input[type="submit"]:hover, a:hover, button:hover, .btn:hover{
  filter: contrast(1.2);
  transition: .2s ease-in-out;
}
.inputgroup{
  justify-content: space-between !important;
}
.recipelist{
  justify-content: start !important;
  margin: 50px 0;
}
.font3{
  font-family: var(--font3) !important;
}

.recipelist h2{
  font-size: 2rem;
}
.recipelist .title{
  font-family: var(--font1);
  font-weight: 550;
  height: 2rem;
}
.recipebox{
  padding: 20px;
}
.btn2{
  background: none !important;
  color:#508D4E;
  border: solid 1px;
}
.btn3, .btn3 * {
  color: #b5b5b5 !important;
}

.btn3 {
  border: solid 1px;
  padding: 5px 15px;
}
.postdetail span{
  color:#b5b5b5
}
.ingredients{
  background: #D6EFD8;
  padding: 10px;
}
.postmain{
  align-items: flex-start !important;
}
.ingredients table th{
  width: 80%;
  text-align: left;
  color: #8DA68F;
  font-weight: 400;
}
.ingredients table td{
  width: 20%;
  text-align: left;

}

h3{
  font-size: 1.5rem;
}
.ingredients th, td{
  height: 40px;
  border-bottom: solid 1px white;
}
.thepost
{
  margin: 10px 0;
}
a.thepost:hover{
  filter: brightness(.8) !important;
  transform: scaleX(1.1) scaleY(1.1);
  transition: .3s ease-in-out;
  translate: 10px;
}
.postlink{
  font-weight: 550;
}
.postcontent{
  margin: 50px 0;
}
.contactArea {
  background-color: var(--primary4);
  padding: 50px 30px;
  margin: 50px 0;
}

.contactArea span {
  color: #628665;
  font-family: var(--font3);
  font-size: 16px;
}
.contactArea p {
  font-size: 22px;
  line-height: 1.4rem;
}
.contactus {
  align-items: flex-start !important;
}
.privacy p{
  width: 100%;
}
.postmeta{
  margin-top: 20px;
}
.recipebox:hover img {
  transform: scaleX(1.05) scaleY(1.05);
  transition: .3s ease-in-out;
}
.socials img {
  padding: 5px;
  width: 33px;
}
.btn2:hover {
  background: #508D4E !important;
  color: white;
  border: none;
  transition: .5s ease-in-out;
}
.logolink{
  color: black;
}
.success{
  background: var(--primary4);
  color: var(--primary1) !important;
  padding: 10px;
}
.failed{
  background: rgb(255, 188, 188);
  color: rgb(169, 22, 22) !important;
  padding: 10px;
}
.recipebox .thumb {
  aspect-ratio: 368/276;
  object-fit: cover;
}
.menu-button{
  display: none;
}
.a169 {
  aspect-ratio: 16/9;
  object-fit: cover;
}
.aboutus img{
  padding: 40px;
}
.heading {
  border-bottom: solid 2px var(--primary4);
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
  padding: 10px;
}
.videooverlay {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100%;
  top: 0;
  display: block;
}

iframe.video {
  z-index: -1;
}
a.heading {
  color: #8b8b8b;
}