@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
	color:var(--c1);
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  color: var(--c1);
  padding: 0;
  margin: 0;
  line-height: 25px;
}
.wrapper {
	overflow:hidden;
	position:relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
   font-family:var(--f2) !important;
}
.spacing {
	padding:70px 0px;
}

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: rgba(17, 23, 97, 1); /* Pri_Blue */
  --c4: rgba(58, 58, 58, 1); /* Pri_Red */
  --c5: linear-gradient(to top, rgba(186, 31, 38, 1), rgba(17, 23, 97, 0.77)); /* Background Color */
  --c6: #8e8e8e;
  --c7: linear-gradient(to top, rgba(253, 192, 64, 1), rgba(159, 121, 0, 1));
  --f1: "Poppins", sans-serif;
  --f2: "Roboto", sans-serif;
  --f3: "Dancing Script", cursive;
}
::selection {
  background: var(--c5);
}

/* inner-wrapper */

.inner-header {
  height: 460px;
  background-position: top !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  background-size: cover !important;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
/* Responsive Menu */

.responsive-btn a {
  display: block !important;
}

.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c1);
  z-index: 9999;
  transition: all 0.5s;
}

.responsive-links ul li ul {
  display: none;
}

.responsive-links ul li i {
  transition: transform 0.3s ease;
}

.responsive-menu.active {
  left: 0;
  width: 66%;
  box-shadow: 10px 10px 30px #000;
}

.responsive-links ul li ul li {
  list-style: disc;
  color: var(--c3);
}

.responsive-menu-main {
  height: 100%;
  padding: 30px;
  position: relative;
  background: var(--c2);
  width: 100%;
  overflow: hidden;
}

.responsive-logo {
  width: 263px;
  margin-bottom: 20px;
  margin-top: 36px;
}

.responsive-links ul li a {
  color: var(--c1);
  padding: 17px 0px;
  display: block !important;
  font-weight: 500;
}

.responsive-links ul li {
  border-bottom: 1px solid #8080803d;
  position: relative;
}

.resp-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--c4);
  padding: 6px 0px;
}

.responsive-icon a i {
  display: block;
}

.responsive-icon {
  position: absolute;
  top: 50px;
  right: 60px;
}

.responsive-icon a {
  color: var(--c3);
  font-size: 30px;
}

.responsive-links ul li:last-child {
  border: 0;
}

body.scroll-stop {
  overflow: hidden;
}

.resp-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.resp-social ul li a i {
  display: block;
}

.resp-social ul li a {
  padding: 10px;
  color: var(--c2);
  font-size: 24px;
}

.responsive-links ul li i {
  position: absolute;
  right: 0;
  top: 13px;
  color: var(--c3);
}

.responsive-links ul li ul {
  padding-left: 30px;
  border-top: 1px solid #8080803d;
}

.responsive-links ul li i.active::before {
  content: "\f068";
}

.responsive-btn a {
  color: var(--c1);
  font-size: 31px;
  text-align: end;
}

/* ___ */

/* end inner-wrapper */
/* HEADER */
.top-bar {
    background: #a2a7e924;
    padding: 8px 0px;
    margin-bottom: 25px;
}

.top-bar-address {
    display: flex;
    gap: 20px;
}

.email-address {
    display: flex;
    gap: 10px;
}

.phone-address {
    display: flex;
    gap: 10px;
}

.email-icon {
    color: vaR(--c3);
    text-shadow: 1px 1px 4px;
}

.phone-icon {
    color: var(--c3);
    text-shadow: 1px 1px 4px;
}
.location-address i {
    padding-right: 10px;
    color: var(--c3);
    text-shadow: 0px 0px 4px;
}
.location-address {
    text-align: end;
}


.shopping a {
    color: #444;
    font-size: 25px;
    transition: all 0.3s ease-in-out;
}
.search a {
    color: #444;
    font-size: 25px;
}
.h-items {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.navigation nav ul li a {
}
.navigation nav ul {
    display: flex;
    justify-content: end;
    gap: 25px;
}

.logo a {
    width: 280px;
    display: block !important;
}
header.header {
    padding-bottom: 15px;
}

/* BANNER  */
.banner {
    padding-top: 40px;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position:relative;
    margin-bottom: 70px;
}
.banner::before {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    /* background: linear-gradient(    107.17deg,     #766F42 0.96%,     #100F09 99.97%  ),  linear-gradient(    0deg,     rgba(67, 67, 67, 0.3),     rgba(67, 67, 67, 0.3)  ); */
}
.logo a {
    display: block !important;
}
.banner-title {
    position: relative;
    padding-top: 110px;
}

.banner-title h4 {
    color: var(--c2);
    font-weight: 600;
    padding-bottom: 6px;
}

.banner-main-image img {
    width: 700px;
    margin: 0 auto;
    height: 901px;
    object-fit: cover;
    object-position: bottom;
    margin-top: 50px;
}

.banner-title h2 {
    color: var(--c2);
    text-transform: capitalize;
    font-size: 41px;
}

.banner-title h1 {
    font-size: 61px;
    color: var(--c2);
    text-transform: capitalize;
    font-weight: 600;
}

.banner-title span {
    font-family: var(--f3);
    font-size: 70px;
}
.banner-title p {
    color: var(--c2);
}
.banner-image {
    position: relative;
    z-index: 2;
}

.main-btn a:first-of-type, .main-btn input {
    background: linear-gradient(to bottom, rgb(78 78 78), rgba(38, 38, 38, 1));
    color: var(--c2);
    padding: 12px 29px;
    border-radius: 8px;
    font-family: var(--f2);
    font-size: 15px;
    border: 1px solid #ffffffbf;
    text-transform: capitalize;
}
.banner-btn {
    padding-top: 30px;
}
.banner-shape {
    position: absolute;
    right: -50px;
    z-index: -1;
    top: 0px;
    width: 610px;
}

.main-title h4 {
    text-transform: uppercase;
    font-family: var(--f2);
    font-weight: 800;
    color: var(--c4);
    font-size: 22px;
    padding-bottom: 5px;
}

.main-title h2 {
    text-transform: capitalize;
    font-weight: 600;
    color: var(--c1);
    font-size: 46px;
    padding-bottom: 14px;
}

.main-title span {
    font-family: var(--f3);
    color: var(--c4);
    font-weight: 100;
}
/* ABOUT US  */
.main-about-image::before {
    background: var(--c4);
    position: absolute;
    left: 14px;
    width: 100px;
    bottom: 10px;
    height: 100px;
    content: '';
}
.main-about-image::after {
    background: var(--c4);
    position: absolute;
    right: 10px;
    width: 100px;
    top: 9px;
    height: 100px;
    content: '';
    z-index: -1;
}
.main-about-image {
    position: relative;
}
.about-us-image {
    border: 4px solid var(--c4);
    border-radius: 3px;
    clip-path: polygon(0 0, 86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%);
    position: relative;
}

.about-us-image img {
    height: 560px;
    object-fit: cover;
}
.about-us-btn {
    padding-top: 10px;
}
.about-us-content p {
    padding-bottom: 20px;
}
.about-us-content {
    padding-left: 20px;
}


section.best-seller {
    position: relative;
    padding: 150px 0px;
    margin-top: 50px;
}

section.best-seller::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(  135deg , rgba(16, 15, 9, 1) 7%, rgba(67, 67, 67, 0.9) 30%, rgba(118, 111, 66, 0.9) 55% );
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 75% 90%, 50% 87%, 34% 89%, 0 100%);
    top: 0;
    left: 0;
    z-index: -1;
}

.product-title h2 {
    color: var(--c2);
    font-size: 49px;
    font-family: vaR(--f2);
    font-weight: 600;
}

.product-title h2 span {
	font-family: vaR(--f3);
	font-size: 55px;
}

.product-title {
    padding-bottom: 20px;
}
section.best-seller::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2025/09/d7b7a878a58dabd050db4c18ba5d6ff23cb69a8f.png') no-repeat center center;
    background-size: cover; /* make sure it covers fully */
    z-index: -3; /* keep it behind content */
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 75% 90%, 50% 87%, 34% 89%, 0 100%);
}
.product-item {
    background: vaR(--c2);
    padding: 19px;
    position: relative;
    margin: 0px 10px;
    overflow:hidden;
    box-shadow: 1px 4px 16px black;
}
.product-image {
    background: #E6E6E6;
    padding: 15px 0px;
}
.product-image img {
    width: 167px;
    margin: 0 auto;
    height: 251px;
    object-fit: cover;
}

.product-name h4 {
    font-size: 20px;
    font-family: var(--f1);
    text-transform: uppercase;
    color: #333333;
    padding: 10px 0px;
}
.product-tags {
    position: absolute;
    top: 6px;
    right: -18px;
}

.product-tags span {
    background: linear-gradient(to bottom, #111761, #3E459A);
    color: var(--c2);
    padding: 10px 25px;
    border-radius: 48px;
    font-family: var(--f2);
    font-size: 15px;
    border: 1px solid #ffffffbf;
}

.product-reviews ul {
    display: flex;
    color: #ffbf00;
    gap: 2px;
}
.product-reviews ul li span {
    color: #555;
    font-size: 13px;
}

.product-price del {
    color: #eeee;
    font-weight: 300;
}
.product-price strong {
    color: var(--c2);
    font-size: 18px;
    font-weight: 500;
}
.product-price {
    display: inline-block;
    background: linear-gradient(to bottom, #111761, #3E459A);
    margin-left: -30px;
    padding: 2px 0px;
    padding-left: 37px;
    padding-right: 18px;
    border-radius: 40px;
}
.product-reviews {
    padding-bottom: 7px;
}
.product-btn a span {
    background: linear-gradient(to bottom, #111761, #3E459A);
    color: var(--c2);
    border-radius: 50%;
    width: 45px;
    height: 44px;
    display: inline-block;
    font-size: 19px;
    text-align: center;
    line-height: 47px;
    margin-left: 10px;
}
.product-btn a {
    text-transform: uppercase;
    color: vaR(--c3);
    font-weight: 400;
}
.product-btn {
    padding-top: 12px;
    position: relative;
}

.product-btn::before {
    content: '';
    background: linear-gradient(to bottom, #3E459A, #111761);
    position: absolute;
    width: 145px;
    height: 3px;
    bottom: 2px;
    left: -7px;
}
.product-slider .slick-track {
    padding: 20px 0px;
}



/* Strory Section */

.story-content p {
    padding-bottom: 14px;
}
.stroy-btn {
    padding-top: 10px;
}
section.story {
    padding-top: 120px;
    overflow: hidden;
}
.stroy-image > img {
    width: 820px;
    height: 680px;
    object-fit: contain;
    object-position: bottom;
    margin-left: -100px;
    filter: none !important;
}

.stroy-image {
    position: relative;
}
.stroy-shape-01 {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 100px;
	  animation: floatUpDown 4s ease-in-out infinite;
}
.stroy-shape-02 {
    position: absolute;
    top: 170px;
    left: -20px;
    width: 60px;
    animation: floatUpDown 4s ease-in-out infinite;
    animation-delay: 0.5s;
}

.stroy-shape-03 {
    position: absolute;
    top: 0;
    right: 250px;
    animation: floatUpDown 4s ease-in-out infinite;
    animation-delay: 0.1s;
}
.stroy-shape-04 {
    position: absolute;
    right: 90px;
    top: 340px;
    animation: floatUpDown 4s ease-in-out infinite;
    animation-delay: 0.5s;
}
.stroy-shape-05 {
    position: absolute;
    top: 30px;
    left: -70px;
}
.stroy-shape-06 {
    position: absolute;
    left: -40px;
    bottom: 300px;
    animation: floatUpDown 4s ease-in-out infinite;
    animation-delay: 0.2s;
}
.stroy-shape-07 {
    position: absolute;
    top: 350px;
    right: 70px;
    z-index: -1;
    width: 610px;
}










/* Joining  */

.joining {
    position: relative;
}


.joining::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2025/09/961a3a1410a643c04c0531eb6e57077f88d88554.png') no-repeat center center;
    background-size: cover; /* make sure it covers fully */
    z-index: -3; /* keep it behind content */
}
.joining::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(      107.17deg,       rgba(118, 111, 66, 0.91) 0.96%,       rgba(16, 15, 9, 0.91) 99.97%    ),    linear-gradient(      0deg,       rgba(67, 67, 67, 0.3),       rgba(67, 67, 67, 0.3)    );
    top: 0;
    left: 0;
    z-index: -1;
}

.joining .product-title {
    text-align: center;
}
.joining-info {
    background: var(--c4);
    border: 1px solid #0000002e;
    padding: 20px 20px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 11px rgb(58 58 58 / 55%);
    transition: all 0.5s ease-in-out;
    height: 270px;
}
.joining-info h3 {
    color: vaR(--c2);
    font-size: 25px;
    padding-bottom: 10px;
}
.joining-info p {
    color: #eeeeeee6;
}
.joining-info span {
    background: linear-gradient(to top, rgb(255 255 255 / 0%), #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 70px;
    font-weight: 800;
    height: 49px;
    display: inline-block;
    padding-top: 15px;
}
.this-book::before {
    background: rgba(17, 23, 97, 0.1);
    position: absolute;
    width: 70%;
    height: 100%;
    top: 0;
    content: '';
    clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0 100%);
    right: 0px;
    z-index: -1;
}

.this-book {
    position: relative;
}
.this-book-image img {
    height: 100%;
    object-fit: cover;
}
.this-book-image {
    clip-path: polygon(0 0, 86% 0, 100% 14%, 100% 100%, 14% 100%, 0 86%);
    height: 570px;
}
.book-content h3 {
    font-weight: 700;
    color: var(--c1);
    padding-bottom: 5px;
}

.book-content {
    padding: 0px 24px;
}

.book-content p {
    padding-bottom: 15px;
    color: #333;
}

.book-content .main-title {
    padding-bottom: 10px;
}

.shape-image {
    position: absolute;
    right: -380px;
    bottom: -30px;
    animation: floatUpDown 4s 
ease-in-out infinite;
    width: 560px;
}

/* OUR COUSTUMER */

.testi-title.main-title {
    padding: 10px 0px;
}

.testimonial-slider .slick-track {
    padding: 50px 0px;
}


.testi-items {
    border: 1px solid #00000073;
    padding: 20px 24px;
    margin: 0px 12px;
    border-radius: 12px;
    box-shadow: 5px 10px 8px #33333324;
    position: relative;
    background: #fff;
    transition: all 0.4s ease-in-out;
}

.reviwes {
    color: #ff9f24;
    padding-bottom: 5px;
}
.testi-items > p {
    font-style: italic;
    color: #333;
}
.testi-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.testi-user-info strong {
    font-size: 23px;
    color: var(--c1);
}
.testi-items::before {
    content: '';
    position: absolute;
    background: var(--c4);
    width: 200px;
    height: 150px;
    left: -13px;
    top: -13px;
    /* z-index: -1; */
    border-radius: 10px;
    z-index: -1;
}
/* FORM SECTIONS */

.form {
	position:relative;
	overflow: hidden;
	padding: 80px 0px;
}



.form::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('/wp-content/uploads/2025/09/f01f95e06e240ff890de1bd5fd1506ee19e2ef09-1.png') no-repeat center center;
    background-size: cover;
    z-index: -3; 
}
.form::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(199 201 221 / 96%);
    top: 0;
    left: 0;
    z-index: -1;
}
.form-shape01 {
    /* width: 600px; */
    /* margin: 0 auto; */
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 1;
    /* width: 990px; */
    right: 160px;
}
.form-images {
    position: relative;
}

.form-shape02 {
    position: absolute;
    /* bottom: 0; */
    width: 870px;
    left: -11px;
    z-index: -1;
}
.form-content {
    padding: 70px 39px;
    background: vaR(--c2);
    margin-right: 150px;
    margin-left: -30px;
    border-radius: 20px;
    padding-bottom: 27px;
}
.form-content .main-title h2 {
    font-size: 40px;
}
.form-content h6 {
    text-align: center;
    padding-bottom: 20px;
    font-family: var(--f1) !important;
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
}
.form-field input,
.form-field textarea{
    width: 100%;
    outline: 0;
    border: 1px solid var(--c1);
    padding: 8px 21px;
    margin-bottom: 30px;
    border-radius: 7px;
    box-shadow: inset 0px 0px 10px #001fff1c;
}

.form-btn button {
    width: 100%;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #222;
	font-family:var(--f1);
	font-size:14px;
}

/* FOOTER */
.footer-main {
    padding-top: 70px;
    background:  linear-gradient(    107.17deg,     rgba(118, 111, 66, 0.91) 0.96%,     rgba(16, 15, 9, 0.91) 99.97%  ),  linear-gradient(    0deg,     rgba(67, 67, 67, 0.3),     rgba(67, 67, 67, 0.3)  );
}

.f-items h3::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 13%;
    height: 4px;
    bottom: 19px;
    border-radius: 2px;
}
.f-items h3 {
    color: vaR(--c2);
    font-weight: 600;
    padding-bottom: 27px;
    position: relative;
}
.f-about p {
    color: #ffffff99;
    padding-bottom: 20px;
}
.f-links ul li a {
    color: #eee;
    font-family: vaR(--f2);
    font-size: 15px;
    padding: 3px 0px;
    margin-bottom: 7px;
    transition: all 0.3s ease-in-out;
}



.f-about {
    padding-right: 70px;
}
.info.f-items ul li {
    padding-bottom: 20px;
    color: #fff;
    font-weight: 600;
}

.info.f-items ul li a {
    color: var(--c2);
    font-weight: 300;
    font-size: 16px;
    padding: 5px 4px;
}

.social {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
.social a {
    background: vaR(--c2);
    color: vaR(--c4);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    margin: 0px 5px;
    transition: all 0.4s ease-in-out;
}
.social::before {
    content: '';
    position: absolute;
    background: #fff;
    width: 460%;
    height: 1px;
    left: -370px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.payment-img {
    width: 170px;
    margin-left: 490px;
}



/* ___BUTTON_ANIMATION____ */

.dswipe a:first-of-type, .dswipe input {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
}
.dswipe a:first-of-type::before, .dswipe button::before{
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 50px solid var(--c4) ; 
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: -1; 
}
.dswipe a:first-of-type:hover, .dswipe input:hover{
  color:var(--c2);
  box-shadow: 0px 0px 4px #000000;
}
.dswipe a:hover::before, 
.dswipe button:hover::before{
  transform: translateX(0);
}

/* _____ */

/* SLIDER ARROW DESIGN  */

.product-slider {
  position: relative;
}

.product-slider .slick-prev, .slick-next {
  position: absolute;
  top: -70px;
  transform: none;
  background: transparent;
  border: 1px solid var(--c2);
  color: #fff;
  font-size: 16px;
  width: 36px;
  height: 36px;
  border-radius: 16px;
  cursor: pointer;
  z-index: 10;
  transition: 0.3s ease;
  width: 43px;
  height: 28px;
}

.product-slider .slick-prev:hover, .slick-next:hover {
  background: #8a161c;
}

.product-slider .slick-prev {
  right: 50px; 
}

.product-slider .slick-next {
  right: 2px;
}

.product-slider .slick-prev:hover, .slick-next:hover {
  background: #fff;    
  color: var(--c3);        
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}


.testimonial-slider .slick-pre, .slick-nex {
    position: absolute;
    top: -70px;
    transform: none;
    background: transparent;
    border: 1px solid var(--c2);
    color: var(--c3);
    font-size: 40px;
    width: 36px;
    height: 36px;
    border-radius: 16px;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s 
ease;
}

.testimonial-slider .slick-pre:hover, .slick-nex:hover {   
  color: var(--c4);        
	transform:scale(1.1);
}

.testimonial-slider .slick-pre {
  right: 50px; 
}

.testimonial-slider .slick-nex {
  right: 2px;
}

/* Card animation */

.crad-hover {
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}

.crad-hover::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(0deg,
      transparent,
      transparent 30%,
      rgba(255, 255, 255, 0.877));
  transform: rotate(-45deg);
  transition: all 0.7s ease-in-out;
  opacity: 0;
}

.crad-hover:hover {
  transform: scale(1.03) translateY(-10px);
  box-shadow: 0 0 20px rgba(39, 39, 39, 0.5);
}

.crad-hover:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

/* Shapes Animation */


@keyframes floatUpDown {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
}

.joining-info:hover {
    background: var(--c7);
    transform: translate(-7px, -10px);
}
.testi-items:hover {
    /* transform: translateY(-20px); */
}
.social a:hover {
    background: var(--c3);
    color: vaR(--c2);
    box-shadow: 0px 0px 10px;
    transform: scale(1.1);
}

/*Navigation animations*/


.navigation ul li a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    color: var(--c1);
    text-transform: uppercase;
    padding: 2px 0px;
    display: block !important;
}

.navigation ul li a::before,
.navigation ul li a::after {
  content: "";
  position: absolute;
  background: linear-gradient(to left, #000000, #A6A6A6);
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transition: transform 0.4s;
}
.navigation ul li a::after {
	background: linear-gradient(to left,#A6A6A6, #000000);
}

.navigation ul li a::before {
  top: 0;
  left: 0;
  transform-origin: left;
}

.navigation ul li a::after {
  bottom: 0;
  right: 0;
  transform-origin: right;
}

.navigation ul li a:hover::before,
.navigation ul li a:hover::after {
  transform: scaleX(1);
	
}
.shopping a:hover {
    color: var(--c4);
    text-shadow: 0px 0px 1px;
}

.search a:hover {
    color: var(--c4);
    text-shadow: 0px 0px 1px;
}
.f-links ul li a:hover {
    color: #fff;
    transform: scaleX(1.1);
    text-shadow: 0px 0px 10px black;
}
.best-seller-main h1 {
    color: vaR(--c2);
    font-weight: 900;
    font-size: 69px;
    padding-bottom: 20px;
}
.best-seller-main p {
    color: vaR(--c2);
    padding-right: 150px;
}
.best-seller-btn {
    padding-top: 30px;
}

.best-seller-btn a {
}
.best-seller-main-image {
    position: absolute;
    top: -310px;
    right: 310px;
    width: 700px;
    z-index: -1;
}
a.amazon-btn img {
}
a.amazon-btn {
    cursor: pointer;
}
.stroy-image img {
    filter: grayscale(100%);
}
.form-shape02 img {
    filter: grayscale(1);
}


/* About Me */

.about-me-image img {
    height: 700px;
    object-fit: cover;
    transition: all .5s;
}
.about-me-image img:hover {
    transform: scale(1.1);
}
.about-me-image {
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 10px 0px 10px 10px #746d4c80;
}

.about-me-content p {
    margin-bottom: 20px;
}
.form-btn input {
    width: 100%;
}
textarea {
    resize: vertical;
    height: 150px;
}
.f-bottom {
    background: linear-gradient(2.79deg, #3E459A -224.93%, #111761 87.01%);
}
.copyright-text p {
    color: var(--c2);
}

.story-content {
    padding-left: 30px;
}