* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-size: 6.5vw;
}

h3 {
    font-size: 1.3rem;
    font-weight: 700;
}

h4 {
    font-size: 1.1rem;
    font-weight: 700;
    word-spacing: 0.4vw;
}

h6 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #066523;
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
}

button {
    background-color: #066523;
    border-style: none;
    padding: 0.7rem 1.3rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
}

hr {
    background-color: #022504;
    color: #3cff05;
    height: .2rem;
}

header .intro {
    position: relative;
}

header .intro .veg-head {
    height: 70vh;
}

header .intro .head {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header .intro .head h6 {
    letter-spacing: 0.3rem;
    font-size: 1rem;
}

header .intro .head p {
    font-weight: 600;
}

header .intro .head p::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    height: 2rem;
    background-color: #52b448;
}

header .navbar .navbar-nav .nav-link::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #52b448;
    transition: width 0.3s;
}

header .navbar .navbar-nav .nav-link:hover::after {
    width: 60%;
    height: 2px;
    background-color: #52b448;
    transition: width 0.3s;
    border-bottom: 2px solid #52b448;
}

header .navbar .navbar-nav i {
    font-size: 1.3rem;
    color: #0014c2;
    cursor: pointer;
}

#you-red {
    font-size: 1.3rem;
    color: #ff1a1a;
    cursor: pointer;
}

.featured .row .one {
    height: 300px;
    position: relative;
}

.featured .row .one img {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-sizing: border-box;
    object-fit: cover;
}

.featured .row .one .text {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
}

.featured .row .one .text p {
    letter-spacing: 0.2rem;
    line-height: 2px;
}

.featured .row .one .text a {
    text-decoration: none;
    border-style: none;
    color: #fff;
    font-size: 0.9rem;
}

.featured .row .one .text a::after {
    content: "";
    display: block;
    width: 30%;
    height: 2px;
    background-color: #2ecc71;
}

.subscription {
    background-color: #61cf90;
}

/* .subscription .row {
    display: flex;
    justify-content: space-between !important;
    align-items: center !important;
} */
.subscription .row .sub input {
    outline: none;
    border: 1px solid;
}

.subscription .row .sub input::placeholder {
    font-size: 0.9rem;
}

.blog .row .post a {
    font-size: 0.9rem;
    color: #066523;
    font-weight: bold;
    text-decoration: none;
    border-style: none;
}

.blog .row .sidebar .side2 .row .sidetext a {
    text-decoration: none;
    border-style: none;
    color: #022504;
    font-size: 0.8rem;
}

.blog .side3 .one {
    height: 300px;
    position: relative;
}

.blog .side3 .one img {
    width: 100%;
    height: 100%;
    background-size: cover;
    box-sizing: border-box;
    object-fit: cover;
}

.blog .side3 .one .text {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10rem 1.1rem 0 1.1rem;
}