@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=Amiri:ital,wght@0,400;0,700;1,400;1,700&display=swap");

ul,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

html,
body {
  overflow-x: hidden;
  color: var(--primary-text-color);
  font-family: "poppins", sans-serif;
}

:root {
  --primary-text-color: #ffffff;
  --secondary-color: #95a986;
  --secondary-text-color: #0d0d0d;
  --primary-btn-hover-color: #64804d;
  --nav-link-hover-color: #94cb69;
  --foot-text-color: #5e5e5e;
  --font-popins: "Poppins", sans-serif;
  --font-amiri: "Amiri", serif;
  --font-Roboto-Condensed: "Roboto Condensed", sans-serif;
  --font-Gothic-A1: "Gothic A1", sans-serif;
  --common-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.title1 {
  font-family: "amiri", sans-serif;
  font-size: 68px;
  color: var(--secondary-text-color);
}

.title2 {
  color: var(--secondary-color);
  letter-spacing: 2px;
}

.title3 {
  color: var(--secondary-text-color);
  font-size: 45px;
  font-family: "amiri", sans-serif;
  text-transform: uppercase;
}

.primary-btn {
  background-color: #95a986;
  color: #0d0d0d;
  border-radius: 60px;
  max-width: 332px;
  padding: 29px 39px;
  letter-spacing: 24%;
}

/* ==============
 navbar-section
 ============== */
.sub-hdr {
  background-color: #0d0d0d;
  text-align: center;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* padding: 15px 0; */
  /* display: inline-block; */
}

nav {
  padding: 0 !important;
}

.offcanvas {
  flex-direction: row;
}

.navbar-container {
  max-width: 1743px !important;
}

.nav-link {
  color: var(--primary-text-color);
  position: relative;
  padding: 0 !important;
  text-transform: uppercase;
}

.nav-link::after {
  content: " ";
  position: absolute;
  left: 0;
  width: 0%;
  bottom: 0;
  height: 1px;
  background: var(--primary-text-color);
  transition: 0.5s linear;
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-text-color) !important;
}

.nav-link:hover::after {
  width: 100%;
}

/* .header {
  max-width: 1743px;
  padding: 0 50px;
  width: 100vw;
  margin: 0 auto;
} */

.nav-item {
  margin-right: 56px;
}

.nav-btn-cart a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-items,
.nav-link.active,
.nav-link {
  margin: 0;
  white-space: nowrap;
}

.nav-btn-man,
.nav-btn-search,
.nav-btn-line {
  margin-right: 25px;
}

.cart-items {
  color: var(--primary-text-color);
}

/* .nav-logo {
  margin-right: 435px;
} */

.btn-section {
  max-width: 262px;
  /* margin-left: 58px; */
}

/* ==============
 Bannner section
 ================ */

.banner-section {
  min-height: 100vh;
  background: url("../assets/banner-bg.png") no-repeat center/cover;
}

.banner-bg-card {
  background: url("../assets/banner-cntn-bg.png") no-repeat center/cover;
  max-width: 800px;
  border-radius: 20px;
}

.banner-content {
  margin: 76px 60px;
  max-width: 674px;
}

.banner-btn {
  margin-top: 55px;
}
.title2 {
  margin-top: 20px;
}

.title1 {
  max-width: 653px;
}

.title2 {
  max-width: 600px;
}
.banner-content.banner-btn {
  /* max-width: 332px; */
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}

/* Featured Section */

.featured-section {
  padding: 100px 0;
}

.feature-logo {
  margin-bottom: 30px;
}

.title2 {
  margin-bottom: 15px;
}

.product-card {
  margin-right: 24px;
}

.product-details,
.product-price {
  color: var(--secondary-text-color);
}

/* advance section */

.advance-section {
  padding: 0 0 50px;
}

.advance-card-hdr,
.advance-details {
  color: var(--secondary-text-color);
}

.advance-card-hdr {
  font-size: 24px;
  margin: 35px 0 5px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  max-width: 293px;
}

.advance-card {
  max-width: 230px;
}

.advance-card .advance-card-hdr {
  white-space: nowrap;
}

.advance-details {
  text-align: center;
}

.advance-img1,
.advance-img2,
.advance-img3,
.advance-img4 {
  padding: 0 61px 0 58px;
}

/* TESTIMONIAL SECTION */

.testimonial-sec {
  padding: 100px 0;
  background: #f6f6f6;
}

.testimonial-cntn {
  max-width: 331px;
  line-height: 27px;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  color: #5e5e5e;
  margin: 6px 0 56px;
}

.user-name {
  color: #5e5e5e;
  line-height: 21px;
  margin-left: 13px;
}

.testimonial-card {
  max-width: 390px;
  background: rgba(255, 255, 255, 1);
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(3px);
  transition: 0.3s;
}

/* slider wrapper */
.testimonial-slider {
  overflow: hidden;
  position: relative;
}

/* moving track */
.testimonial-track-left {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollSlider 50s linear infinite;
}

.testimonial-track-right {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scrollSlider 50s linear infinite;
}

/* pause on hover */
.testimonial-slider:hover .testimonial-track {
  animation-play-state: paused;
}

/* card width */
.testimonial-slider .testimonial-card {
  min-width: 260px;
}

/* animation */
@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* * Success Section  */

.success-section {
  padding: 100px 0 300px;
}

.success-hdr {
  font-size: 45px;
  line-height: 50px;
  max-width: 536px;
  text-transform: uppercase;
}

.success-logo {
  margin: 25px 0;
}

.success-details {
  line-height: 25px;
  max-width: 580px;
  margin-bottom: 50px;
  color: var(--secondary-text-color);
}

.success-img {
  max-width: 738px;
  background: no-repeat center/cover !important;
}

.success-img .img1 {
  position: absolute;
  max-width: 641px;
  background: no-repeat center/cover;
}

.success-section .img2 {
  position: relative;
  left: 320px;
  top: 320px;
  border: 5px solid var(--primary-text-color);
  max-width: 326px;
  background: no-repeat center/cover;
}

/* advance section */

.advance-section {
  padding: 0 0 50px;
}

.advance-card-hdr,
.advance-details {
  color: var(--secondary-text-color);
}

.advance-card-hdr {
  font-size: 24px;
  margin: 35px 0 5px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  max-width: 293px;
}

.advance-card {
  max-width: 230px;
}

.advance-card .advance-card-hdr {
  white-space: nowrap;
}

.advance-details {
  text-align: center;
}

.advance-img1,
.advance-img2,
.advance-img3,
.advance-img4 {
  padding: 0 61px 0 58px;
}

/* Arrival section */

.arrival-section {
  padding: 50px 0;
  background: #f6f6f6;
}

.arrival-logo {
  margin-bottom: 15px;
}

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&display=swap');

.footer-section {
  background: #F5F5F5;
  padding: 70px 0 25px 0;
  font-family: 'Jost', sans-serif;
}

.footer-col {
  margin-bottom: 30px;
}

.footer-col h5 {
  font-size: 14px;
  font-weight: 500;
  color: #1A1A1A;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer-col p {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 25px;
}

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

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #666666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #1A1A1A;
}

.subscribe-form input {
  width: 100%;
  border: 1px solid #D9D9D9;
  background: #FFFFFF;
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 13px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 300;
}

.subscribe-form input::placeholder {
  color: #A9A9A9;
}

.subscribe-form input:focus {
  outline: none;
  border-color: #999;
}

.subscribe-form button {
  background: #A3B18A;
  color: #FFFFFF;
  border: none;
  padding: 9px 28px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}

.subscribe-form button:hover {
  background: #92A077;
}

.social-icons a {
  display: inline-block;
  color: #1A1A1A;
  font-size: 14px;
  margin-right: 18px;
}

.social-icons a:hover {
  color: #A3B18A;
}

.copyright-text {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #E8E8E8;
}

.copyright-text p {
  font-size: 12px;
  color: #888888;
  margin: 0;
  font-weight: 300;
}

/* Responsive */
@media (max-width: 991px) {
  .footer-section {
    padding: 50px 0 20px 0;
  }
}

/* MEDIA QUARIES */

@media screen and (max-width: 1144px) {
  .success-section .row {
    display: flex;
    flex-direction: row;
  }
  .success-section .success-hdr {
    margin-top: 150px;
  }

  .sucess-section .img1,.img2{
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 992px) {
  .title-1 {
    font-size: 40px;
  }
  .title-2 {
    font-size: 28px;
  }

  .offcanvas {
    text-align: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(20px);
    padding: 60px;
   
    
  }

  .banner-section {
    padding: 110px 0 60px !important;
  }
  .banner-content {
    padding: 36px 29px 25px 20px !important;
  }
  .banner-btn {
    padding: 10px 15px !important;
    letter-spacing: 1.8px !important;
  }
  .banner-btn > svg {
    margin-left: 4px;
  }

  .success-section {
    padding: 40px 0 !important;
  }
  .success-img,
  .success-content,
  .success-content p {
    text-align: center;
    margin: 30px auto;
  }
  .img1 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .title-1 {
    font-size: 36px;
  }
  .title-2 {
    font-size: 22px;
  }
  .title-3 {
    font-size: 18px;
  }
  p {
    font-size: 16px !important;
  }

  .success-content{
    text-align: center;
    margin: 0 auto;
  }

  .success-btn svg {
    margin-left: 5px;
    padding: 8px 16px !important;
    font-size: 14px !important;
    text-align: center;
  }
  .success-img {
    text-align: center;
    margin-bottom: 20px;
  }

  .img1 .success-img {
    max-width: 100%;
    height: 100%;
  }

  .img1 .img2 {
    /* position: relative; */
    right: 0;
    bottom: 0;
    margin: 20px auto;
    width: 100%;
    height: 100%;
  }
}
