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

:root {
    --white: #fff;
    --black: #000;
    --primary: #CE1126;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--black);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}


/* loader */


/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 1.375rem;
    color: var(--white);
    text-transform: uppercase;
    display: inline-block;
    padding: 1rem 2em;
    border-radius: 5px;
    line-height: normal;
    transition: 0.5s ease-in-out;
}

.themeBtn:hover {
    background: var(--secondary);
    color: var(--white);
}


/* btn css */


/* navigation css */

header {
    background: #fff;
    width: 100%;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.topBar {
    background: var(--primary);
    padding: 1rem 0;
    position: relative;
    z-index: 1;
}

.btn-secondary strong {
    color: #000;
    font-weight: 400;
    font-size: 20px;
}

.topBar p {
    font-size: 0.875rem;
    text-align: center;
    margin: 0;
    color: var(--white);
}

.topBar p a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline !important;
}

.drpWraps {
    display: flex;
    justify-content: end;
    gap: 0.625rem;
}

.drpWraps .btn-secondary {
    background: transparent !important;
    border: unset;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.dropdown+.dropdown {
    border-left: 1px solid #fff;
    padding-left: 0.625rem;
}

.drpWraps .dropdown-toggle::after {
    color: #fff;
}

.navbar-brand {
    background: white;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: grid;
    place-items: center;
    margin: 0;
    margin-top: -3.5rem;
    position: relative;
    z-index: 4;
}

.navbar-nav {
    align-items: center;
    gap: 3rem;
}

.navbar-nav .nav-item .nav-link {
    font-family: 'Jost';
    font-size: 14px;
    color: var(--black);
    padding: 0 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

.navIcon:hover {
    background: var(--primary);
    color: var(--white);
    border: 1px solid var(--primary);
}

.form-inline .btn-secondary:hover {
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}

.form-inline {
    margin-left: 2rem;
    gap: 1rem;
}

.navIcon {
    border: 1px solid #000;
    background: #fff;
    color: var(--primary);
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    font-size: 1.375rem;
    border-radius: 3px;
}

.form-inline .btn-secondary {
    background: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 3px;
    width: 146px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.form-inline .dropdown {
    position: relative;
    margin-left: 1rem;
}

.form-inline .dropdown span {
    background: var(--primary);
    width: 31px;
    height: 31px;
    border-radius: 50px;
    font-size: 1.1875rem;
    display: grid;
    place-items: center;
    position: absolute;
    left: -1rem;
}

.form-inline .dropdown i {
    border-right: 1px solid #000;
    padding-right: 8px;
    margin-right: 8px;
    color: #000;
}

.form-inline .dropdown-toggle::after {
    color: var(--primary);
}

.secondone a i {
    counter-reset: #000;
}

header .dropdown-item:hover {
    color: var(--primary);
}


/* navigation css */


/* slider css */

.main-slider {
    height: 865px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 4rem;
    width: fit-content;
    left: 13rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #ffffff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next:after,
.homeSlider .swiper-button-prev:after {
    font-size: 1.375rem;
}

.homeSlider .swiper-button-next {
    right: 3rem;
}

.homeSlider .swiper-button-prev {
    left: 3rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 23px;
    width: 23px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    background: rgb(255 255 255 / 23%);
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

/* .main-slider .slide-inner:before {
    content: "";
    position: absolute;
    background: linear-gradient(89deg, #2e1104, rgb(9 2 3 / 0%));
    width: 77%;
    height: 100%;
} */

.slideOne ul {
    display: flex;
    gap: 5px;
    margin-bottom: 1rem;
}

.slideOne ul li i {
    color: #FFCC00;
}

.slideOne ul li span {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.slideOne h1 span {
    font-size: 3.125rem;
    display: block;
    font-family: "Jost";
    font-weight: 400;
    letter-spacing: initial;
    color: #1EB53A;
}

.slideOne h1 {
    font-size: 5.3125rem;
    letter-spacing: 2px;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    color: var(--white);
}

.slideOne p {
    font-size: 1.5625rem;
    color: var(--white);
    font-weight: 500;
}

.slideOne .btn-group {
    gap: 1.5rem;
}

.themeBtn1 {
    background: transparent;
    border: 2px solid var(--white);
}

.sideText span {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.125rem;
    letter-spacing: 3px;
    writing-mode: tb;
    transform: scale(-1);
    position: relative;
}

.sideText {
    position: absolute;
    top: 0;
    left: -2.5rem;
}

.slideOne {
    position: relative;
}

.sideText span:before {
    content: "";
    position: absolute;
    background: var(--theme-color);
    width: 2.5px;
    height: 95px;
    left: 0;
    right: 0;
    margin: auto;
    top: -6.5rem;
}


/* slider css */


/* / sraachbar start / */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 10000;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff !important;
    background: rgba(0, 0, 0, 0);
    font-size: 55px;
    line-height: 65px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    font-family: arial;
}

#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
    background-color: limegreen;
    border: black;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

.srch-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
}

.srch-btn .themeBtn {
    padding: 15px 120px;
    font-size: 20px;
}


/* / sraachbar end / */

.mainHead {
    font-size: 3.75rem;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Russo One', sans-serif;
}


/* aboutsection css start */

.aboutsection {
    background: url(../images/aboutbg.png)center/cover no-repeat;
}

.aboutcntnt h3 {
    font-size: 1.375rem;
    color: #1EB53A;
    text-transform: uppercase;
    font-family: 'Russo One';
    font-weight: 400;
}

.aboutcntnt p {
    color: #5A5B5D;
    font-size: 1rem;
    font-family: 'Jost';
}

figure.abtimges {
    position: relative;
    text-align: end;
    padding-right: 2rem;
}

img.img-fluid.aboutimg2 {
    position: absolute;
    bottom: -7%;
    left: -3.25rem;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    width: 45%;
    height: 380px;
    object-fit: cover;
}

img.img-fluid.aboutimg3 {
    position: absolute;
    left: -9.25rem;
    top: 6rem;
}

img.img-fluid.abtimg1 {
    width: 80%;
    border-top-left-radius: 350px;
    border-top-right-radius: 350px;
}


/* aboutsection css end */


/* Seller Sec Css Start */

.sellerSec {
    background: url(../images/productbg.png) center/cover no-repeat;
    padding: 6rem 0 9rem 0;
}

.sellerWrap {
    background: var(--white);
    text-align: center;
    border: 2px solid #ebebeb;
    padding: 3rem 0 0 0;
}

.sellerWrap .lovebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.375rem;
    color: var(--primary);
    transform: translateX(50%);
    transition: 0.5s ease;
    opacity: 0;
}

.sellerSlider .swiper-slide-active .sellerWrap .lovebtn,
.sellerSlider .swiper-slide .sellerWrap:hover .lovebtn {
    opacity: 1;
    transform: translateX(0);
}

.sellerContent ul {
    display: flex;
    align-items: center;
    gap: 2px;
}

.sellerContent ul li i {
    font-size: 1rem;
    color: #ffcc00;
}

.sellerContent h3 {
    font-size: 1.5625rem;
    color: var(--black);
    font-weight: 600;
    text-align: left;
}

.sellerContent h4 span {
    font-size: 1.875rem;
    font-weight: 600;
    color: var(--primary);
}

.sellerWrap figure {
    padding-bottom: 1rem;
}

.sellerSec .swiper-button-next:after,
.sellerSec .swiper-button-prev:after {
    font-size: 1.25rem;
    color: var(--white);
}

.sellerSec .swiper-button-next,
.sellerSec .swiper-button-prev {
    border: 2px solid var(--white);
    width: 80px;
    height: 80px;
    border-radius: 50px;
    top: 55%;
}

.sellerSec .swiper-button-prev {
    left: 8rem;
}

.sellerSec .swiper-button-next {
    right: 8rem;
}

.sellerWrap figure img {
    max-height: 320px;
}

.sellerContent {
    border-top: 1px solid #C6C8C9;
    padding: 1.25rem;
    margin-top: 3rem;
}

.star {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.backet a {
    background: var(--primary);
    color: #fff;
    width: 86px;
    height: 54px;
    display: inline-flex;
    place-items: center;
    justify-content: center;
    border-radius: 0px 25px 25px 0;
    position: relative;
    font-size: 1.5rem;
}

.backet a span {
    color: #000;
    background: #fff;
    width: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
}

.backet {
    position: absolute;
    left: -2px;
    bottom: 28%;
}


/* Seller Sec Css End */


/* coffeSec Css start*/

.coffecntnt p {
    color: #5A5B5D;
    font-family: 'Jost';
    width: 87%;
}

.secondrow {
    margin-top: -9rem;
}


/* coffeSec Css End */


/* reviewSection Css start*/

.reviewSection {
    background: url(../images/testibg.jpg)center/cover no-repeat;
    padding: 10rem 0;
    z-index: 1;
}

.reviewSection:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(206 17 38 / 81%);
    z-index: -1;
}

.reviewwrap {
    text-align: center;
}

img.img-fluid.setImg {
    width: 100%;
    border-top-left-radius: 350px;
    border-top-right-radius: 350px;
}

.reviewwrap h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    font-style: italic;
    font-family: 'Jost';
    width: 68%;
    margin: auto;
}

.reviewwrap h3 {
    font-size: 1.625rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-top: 4rem;
    font-family: 'Russo One';
    position: relative;
}

.reviewwrap h5 {
    font-size: 1.375rem;
    color: #fff;
    font-family: 'Jost';
}

.reviewSlider {
    padding-bottom: 2rem;
}

.reviewSlider .swiper-button-prev,
.reviewSlider .swiper-button-next {
    opacity: 0.2;
}

.reviewSlider .swiper-button-prev:hover,
.reviewSlider .swiper-button-next:hover {
    opacity: 1;
}

.reviewSlider .swiper-button-prev::after {
    content: '\f060';
    font-family: "Font Awesome 5 Pro";
    color: var(--white)
}

.reviewSlider .swiper-button-next::after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    color: var(--white)
}

.reviewSlider .swiper-pagination {
    bottom: 0;
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.reviewSlider .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.2;
    width: 12px;
    height: 12px;
    background: var(--white);
    margin: 0 !important;
    transition: 0.5s ease;
}

.reviewSlider .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.reviewwrap h3::before {
    content: "";
    position: absolute;
    width: 161px;
    height: 1px;
    background: #fff;
    bottom: 4rem;
    left: 43%;
}


/* reviewSection Css End */


/* contactsection css start */

.contactsection {
    background: url(../images/contactbg.png)center/cover no-repeat;
    padding: 6rem 0;
}

.contactForm .form-group .form-control {
    background: transparent;
    border: unset;
    border-bottom: 2px solid #5A5B5D;
    border-radius: unset;
    color: #000;
    font-size: 18px;
    padding-left: 0;
    height: 70px;
}

.contactForm .form-group .form-control::placeholder {
    color: var(--black);
}

.contactForm .form-group textarea {
    margin-top: 3rem;
}

.contactForm h2 {
    color: #1EB53A;
    font-size: 1.375rem;
    font-family: 'Russo One';
}

.contactForm {
    border: 1px solid var(--primary);
    padding: 3rem;
    margin-right: -8rem;
    background: #FEF9F3;
}

.contactbox {
    max-width: 580px;
}

section.contactsection figure {
    position: relative;
    z-index: 1;
}

img.img-fluid.imgbg2 {
    position: absolute;
    left: 20px;
    top: -9px;
    z-index: -1;
}


/* contactsection css end */


/* Sign Sec Css Start */

.signMain {
    background: url(../images/signbg.png) no-repeat top center / cover;
    padding: 11rem 0;
}

.newsleterContent {
    text-align: right;
}

.newsleterForm {
    position: relative;
}

.newsleterForm input {
    background: var(--primary);
    width: 554px;
    height: 89px;
    border-radius: 5px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 2rem;
    padding-right: 11.5rem;
    color: #fff;
    margin-right: 5rem;
}

.newsleterForm input::placeholder {
    color: #fff;
}

.newsleterForm .themeBtn {
    position: absolute;
    right: 5.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0.8em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    border: 0;
    height: 56px;
    background: unset;
}

.newsleterForm .themeBtn i {
    color: #1EB53A;
    transform: rotateZ(45deg);
}

section.signMain h3 {
    font-size: 1.375rem;
    color: #fff;
    font-weight: 400;
    font-family: 'Russo One';
}

img.img-fluid.cup1 {
    position: absolute;
    top: 10%;
    left: 10rem;
}

img.img-fluid.cup2 {
    position: absolute;
    right: 0;
    top: 0rem;
    width: 17%;
    left: 0;
    text-align: center;
    margin: 0 auto;
}


/* Sign Sec Css End */


/* Footer Css Start */

footer {
    background: var(--black) url(../images/footBg.png) center/cover no-repeat;
    padding-top: 5rem;
}

footer h3 {
    font-size: 1.875rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 1.4rem;
    font-family: 'Russo One';
}

footer ul li a:hover {
    color: #1EB53A;
}

footer .links li {
    margin-bottom: 10px;
}

footer .links li a,
footer .contactLinks li a {
    font-size: 1.125rem;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'Jost';
}

footer .contactLinks li a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: capitalize;
}

footer .contactLinks li+li {
    padding-top: 1rem;
}

footer .socialLinks {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    gap: 1.2rem;
    width: 200px;
    justify-content: center;
}

footer .socialLinks li a {
    width: 67px;
    height: 67px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 2.7rem;
}

footer .socialLinks li a:hover {
    color: #1EB53A;
}

.copyRight {
    border-top: 1px solid #464646;
    margin-top: 3.5rem;
    padding: 1.5rem 0;
}

.copyRight p {
    font-size: 1rem;
    color: var(--white);
    margin: 0;
}

ul.contactLinks li {
    margin-bottom: 10px;
}


/* Footer Css End */

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 60px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
}

.innerBan {
    position: relative;
}

ul.aboutinlist li {
    margin-bottom: 2rem;
    list-style: disc;
    font-size: 18px;
}

ul.aboutinlist {
    margin-top: 2rem;
}

.abtinnrcntnt {
    margin-bottom: 3rem;
}

.coffeinr {
    background: url(../images/aboutinbg.png)center/cover no-repeat;
}

.coffelover {
    background: url(../images/loverbg.png)center/cover no-repeat;
}

section.coffelover p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.sellerSec.sellerinner {
    background: unset;
}

.sellerSec.sellerinner .sellerWrap {
    margin-bottom: 3rem;
    position: relative;
}

.sellerSec.sellerinner .backet {
    left: 0;
    bottom: 34%;
}

.sellerWrap:hover .lovebtn {
    opacity: 1;
    right: 1.5rem;
}

.innertestimonial {
    background: unset;
    padding-top: 6rem;
}

.innertestimonial .testimonailBox {
    margin-bottom: 5rem;
}


/* Testimonial Sec Css Start */

.testimonialSec {
    background: #fff;
    padding: 7rem 0;
}

.testimonialSlider {
    padding: 2rem 0;
}

.userName h5 {
    font-size: 22px;
    text-align: right;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 0;
}

.userName h5 span {
    font-size: 12px;
    display: block;
    font-weight: 400;
}

.userName {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.userWraps {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    margin-bottom: -6.5rem;
}

.testimonailBox p {
    font-size: 18px;
    padding-top: 4rem;
    color: var(--black);
    font-family: 'Jost';
}

.testimonailBox {
    border: 1px solid #707070;
    background: #f7f7f7;
    padding: 4rem 1.125rem;
    border-radius: 27px;
}

.quote {
    margin-top: -7rem;
}

.userName img {
    border: 3px solid var(--primary);
    border-radius: 100%;
}

img.img-fluid.toolss {
    position: absolute;
    right: 2rem;
    top: -5rem;
}

.userName ul {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.25rem;
}

.userName ul li a i {
    color: #FFBB00;
}


/* Testimonial Sec Css End */

.contact-item figure {
    width: 172px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--primary);
    transition: 0.5s ease;
    position: relative;
    margin: auto;
}

.contact-item:hover figure {
    background: var(--secondary);
}

.contact-item div {
    display: flex;
    flex-direction: column;
}

.contact-item div span {
    font-size: 30px;
    font-weight: 500;
    margin-top: 1rem;
}

.contact-item div a,
.contact-item div p {
    color: #8E8E8E;
    font-size: 25px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
}

.contact-item div a:hover {
    color: var(--primary);
}

.contact-item {
    text-align: center;
}

.contact-section {
    padding: 5rem 0;
}

.contactsection.contactinr form.contactForm {
    background: #FEF9F3;
}

.contactsection.contactinr {
    background: unset;
}

.blogcntnt h4 {
    font-size: 18px;
    color: #1EB53A;
}

.blogcntnt h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Russo One';
}

.blogcntnt p {
    font-size: 18px;
    color: #707070;
}

.blogcntnt a {
    font-size: 18px;
    color: #1EB53A;
}

.blogcntnt {
    border: 1px solid #ECEBEC;
    background: #FBFBFB;
    border-radius: 0 0 10px 10px;
    padding: 1rem 1rem;
}

.blogwrap figure img {
    width: 100%;
}

.blogcntnt h4 i {
    margin-right: 10px;
}

.blogwrap {
    transition: 0.5s ease;
    border-radius: 10px;
    margin-bottom: 4rem;
}

.blogwrap:hover {
    box-shadow: 10px 10px 0 0 white, 10px 10px 0 1px var(--primary);
}

.blogwrap:hover .blogcntnt h4,
.blogwrap:hover .blogcntnt a {
    color: var(--primary);
}

.radiusImg img {
    width: 100%;
    border-radius: 350px;
}

.abtpgimges .img-fluid.abtimg1 {
    height: 651px;
    object-fit: cover;
    width: 90%;
}

.abtcofepgimg img {
    width: 595px;
    height: 595px;
    border-radius: 50%;
    object-fit: cover;
}

.aboutinnerimg figure img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 0 11px 0px #00000047;
}