.make-detail {
    font-size: 61px;
    font-weight: 900;
    font-family: var(--heading-font);
    color: var(--primary-color);
}

.about-detail p{
	font-size: 18px;
	color: #000;
}
section.about-banner-section {
    padding-bottom: 22px;
    padding-top: 13px;
    background: #f7b4ce1f;
    position: relative;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.persiciatis-bg {
    position: relative;
}
.first-section {
    position: absolute;
    z-index: -1;
}
.first-section img {
    max-width: 80%;
    opacity: 0.2;
}
.center-section {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0px;
    bottom: 0;
    transform: translate(3%, 5%);

}
@keyframes swing {
    0% { transform: rotate(3deg); }
    25% { transform: rotate(10deg); }
    50% { transform: rotate(15deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(-3deg); }
}
.center-section img {
    max-width: 24%;
}
.right-section {
    position: absolute;

    top: 0;
    transform: translate(-14%, 1%);
    left: 0;

}
.about-detail {
    padding-top: 24px;
}
.right-section img {
    max-width: 70%;
}
.left-section img {
    max-width: 40%;
    animation: swing ease-in-out 4s infinite alternate;
    transform-origin: center -20px;
}
.left-section {
    position: absolute;
    width: 100%;
    transform: translate(10px, 10px);
    top: 0;
    left: 0;
    right: 0;
    transform: translate(-8%, 48%);
}
.title-img{
	text-align: center;
}
.lavender-section {
    padding: 68px 0px 51px 1px;
}
.card-section {
    background: #f1bed645;
    border-radius: 10px;
    box-shadow: rgb(253 244 248) 0px 1px 4px;
    padding: 20px 10px 20px;
    text-align: center;
    min-height: 367px;
    margin-top: 33px;
    transition: 0.3s;
}
.card-section:hover{
background: #fff;
 transition: all .5s;
    transform : translateY(-10px);
}
.card-section:hover .ring-section {
background-color: var(--primary-color);
}
.card-section:hover
.ring-section i {
    color: #fff;
}
.ring-section i {
    color: var(--primary-color);
    font-size: 34px;
    line-height: 1;
}
.ring-section {
	margin-top: 10px;
    text-align: center;
    border-radius: 100%;
    background: #ffff;
    max-width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.lavender-detail-section h4 {
    font-family: var(--heading-font);
    font-size: 29px;
    color: var(--primary-color);
}
.lavender-detail-section  p {
    font-size: 16px;
    color: #0000008c;
}
.title-img img {
    max-width: 17%;
}
.read-button {
    padding: 8px 40px !important;
    background-color: var(--primary-color);
    color: #fff !important;
    display: inline-block;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: solid 1px var(--primary-color);
    box-shadow: 0px 0px 20px -10px #000;
}
.read-button:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.read-button:hover, a.read-button.active {
    color: #000;
    background-color:var(--secondary-color);
}
.our-blog {
	background-image: url('../media/inner-pagebg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-attachment: fixed;
  padding: 100px 0px;
margin-top: 10px;
}
.our-blog-detail h4 {
    color: #fff;
    font-size: 57px;
    font-weight: bolder;
    font-family: var(--heading-font);
}
.our-blog-section {
    margin-top: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.common-date {
    position: absolute;
    right: 11px;
    bottom: -29px;
    background-color: #e72e77;
    width: 58px;
    height: 61px;
    text-align: center;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
}
.blog-image {
    position: relative;

}

.image-blog{
    overflow: hidden;
}
.image-blog img{

    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}

.blog-image img {
    border-radius: 10px 10px 0px 0px;
    max-width: 507px;
}
.image-blog:hover img {
-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

}
.blog-detail {
    padding-top: 34px;
    padding-bottom: 25px;
    padding-left: 10px;
    transition: 0.3s;
}
.common-date h4 {
    font-size: 18px;
}
.blog-link {
    color: #000;
}
.blog-read {
    color: #e72e77;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.blog-detail:hover i {
       transition: all .3s;
    transform: translateX(10px);
}
.blog-section {
    padding-top: 50px;
}
.lavender-detail-section {
    padding-top: 15px;
}
.featuer-section {
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
    min-height: 451px;
    margin-top: 68px;
}
.fig-img{
position: relative;
    width: 330px;
    height: 210px;
    max-width: 100%;
    margin: 0 auto;
}
.fig-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 76px;
    bottom: 68px;
    background: #ffffffa8;
    border-radius: 0;
    transform: scale(0) rotate(45deg);
    transition: .3s;
    height: 103px;
    width: 103px;
    margin: 0 auto;
}
.fig-img>img{
    padding: 10px;
    border: solid 1px #ed745d;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.featuer-section:hover  .fig-img:before {
    transform: scale(1) rotate(45deg);
    transition: .3s;
}

.feature-detail h4 {
    font-size: 30px;
    padding-top: 9px;
    color:var(--primary-color);
}
section.misssion-section {
    padding-top: 93px;
    padding-bottom: 47px;
}
