@import url(https://fonts.googleapis.com/css?family=Syne:regular,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  font-family: Syne;
}
.my__nav {
  background-color: rgb(255, 255, 255);
}
.logo .navbar-brand img {
  width: 60%;
}
.my__nav ul li a {
  font-family: Poppins;
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(38, 38, 38, 1);
}
nav.navbar.navbar-expand-lg.my__nav {
  padding: 14px;
}
.container.my_main-head {
  display: flex;
  justify-content: space-between;
  gap: 134px;
}
.mid_nav .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: rgba(235, 79, 35, 1);
}
.mid_nav .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show :hover {
  color: rgba(235, 79, 35, 1);
}
.right-nav img {
  width: 28px;
  height: 28px;
  margin: 5px;
}
/* ----------banner section---------- */
.banner-section .bg_imges {
  background-image: url(images/Sunset-slider.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  object-fit: contain;
  padding-bottom: 90px;
}
.banner_content .main-content {
  display: flex;
  justify-content: space-between;
}
.banner_content .main-content .top-content {
  padding-top: 200px;
  width: 60%;
}
.banner_content h1 {
  font-family: Syne;
  font-size: 7rem;
  font-weight: 700;
  text-align: left;
  color: white;
}
.banner_content p {
  font-family: Syne;
  font-size: 1.5rem;
  font-weight: 500;

  text-align: left;
  color: white;
}
.button_multi {
  align-items: center;
  background: linear-gradient(100.84deg, #674099 -5.88%, #eb4f23 104.79%);
  padding: 10px 14px;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 40px;
}
.banner_content button a {
  color: white;
  text-decoration: none;
  font-family: Syne;
  font-size: 1.5rem;
  font-weight: 700;
}
.main-content .content {
  display: flex;
  width: 40%;
  margin-top: 60px;
  justify-content: end;
}
.main-content .content .led__img {
  width: 500px;
}
.main-content .content .led__img img {
  width: 100%;
}
.main-content .million_views {
  display: flex;
  gap: 48px;
}
.main-content .million_views .million {
  margin-top: 115px;
}
.main-content .million_views .million h3 {
  font-family: Syne;
  font-size: 3rem;
  font-weight: 700;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.content .let_btn {
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  /* justify-content: center; */
  margin-top: 110px;
}
.content .let_btn .slide-btn {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  cursor: pointer;
}

.content .let_btn .slide-btn span {
  font-size: 1.5rem;
  color: white;
}
.content .let_btn img {
  width: 30px;
}
/* ----------  Crystal Euro section----------  */

.Crystal_section .Crystal_head {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
.Crystal_section .Crystal_head .Crystal_images {
}
.Crystal_section .Crystal_head .Crystal_images img {
  width: 85%;
}

.Crystal_section .Crystal_head .Crystal_content h2 {
  font-family: syne;
  font-size: 4rem;
  padding-top: 24px;
  font-weight: 500;
  line-height: 46px;
  text-align: left;
  color: rgba(103, 64, 153, 1);
  padding-top: 28px;
}
.Crystal_section .Crystal_head .Crystal_content p {
  font-family: Poppins;
  font-size: 1.4rem;
  padding-top: 24px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
.Crystal_btn {
  width: 30%;
}
.Crystal_btn a {
  color: white;
  text-decoration: none;
  font-family: Syne;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}

/* ----------  Crystal Euro section----------  */
/* -----section_hero_h----- */
.section_hero_h {
  width: 100%;
  height: 140px;
  background-image: url(images/news-backimg.png);
  background-position: center;
  background-repeat: no-repeat;
  /* margin: 90px 0px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 80px;
}
.section_hero_h h2 {
  text-align: center;
  color: rgba(103, 64, 153, 1);
  font-family: Syne;
  font-size: 4rem;
  font-weight: 700;
  line-height: 50.01px;
  position: relative;
}
.section_hero_h h2::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 2px;
  background-color: rgba(138, 138, 138, 1);
  top: 28px;
  right: -78px;
}
.section_hero_h h2::before {
  position: absolute;
  content: "";
  width: 72px;
  height: 2px;
  background-color: rgba(138, 138, 138, 1);
  top: 28px;
  left: -78px;
}

/* -------whats_hero_containe-------- */

.srl-p {
  padding: 0px !important;
}
.whats_hero_container .Eco {
  width: 300px;
  height: 380px;
  border-radius: 10px;
  opacity: 0px;
  background-color: rgba(252, 246, 234, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 28px 23px;
}
.whats_hero_container .Eco_sec {
  width: 300px;
  height: 380px;
  border-radius: 10px;
  opacity: 0px;
  background-color: rgba(251, 245, 231, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 28px 23px;
}
.hero_main_c {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.whats_hero_container .Eco img {
  width: 150px;
  height: 226px;
}
.whats_hero_container .hero_main_c .dis_offer {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: rgba(103, 64, 153, 1);
  margin-top: 14px;
}
.whats_hero_container .hero_main_c p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(51, 51, 51, 1);
  padding-inline: 42px;
}
.whats_hero_container .hero_main_c .Eco_btn {
  width: 98px;
  height: 30px;
  padding: 8px 10px 10px 10px;
  border-radius: 10px;
  border: solid 1px rgba(235, 79, 35, 1);
  display: flex;
  justify-content: center;
  gap: 7px;
  align-items: center;
}
.whats_hero_container .hero_main_c .Eco_btn a {
  font-family: Syne;
  font-size: 12px;
  font-weight: 600;
  color: rgba(235, 79, 35, 1);
  text-decoration: none;
}
.whats_hero_container .hero_main_c .Eco_btn .red-arrow img {
  width: 11.5px;
  height: 10px;
}
/* ------------.whats_hero_container .golf-------- */
.whats_hero_container .golf {
  width: 300px;
  height: 380px;
  border-radius: 10px;
  opacity: 0px;
  background-color: rgba(238, 243, 254, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 28px 23px;
}
.whats_hero_container .golf_sec {
  width: 300px;
  height: 380px;
  border-radius: 10px;
  opacity: 0px;
  background-color: rgba(251, 245, 231, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 28px 23px;
}
.whats_hero_container .golf img {
  width: 150px;
  height: 226px;
}
/* ----.whats_hero_container .srl_container-------- */
.whats_hero_container .srl_container {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  opacity: 0px;
  background-color: rgba(246, 246, 246, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 23px;
}
.whats_hero_container .srl_sec_container {
  width: 100%;
  height: 380px;
  border-radius: 10px;
  opacity: 0px;
  background-color: rgba(235, 248, 240, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 23px;
}
.srl_container_img img {
  width: 310px;
  height: 290px;
  opacity: 0px;
}
.srl_container .hero_main_c p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: rgba(51, 51, 51, 1);
  padding-inline: 36px;
}

/* --------------latest_collection_container------- */
.latest_collection_container {
}
.latest_collection_container .latest_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 75px;
  margin-bottom: 30px;
}
.latest_collection_container .latest_tab .hero_tab {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
/* - -latest_collection_main_card- - */
.latest_collection_main_card {
}
.lattest_cards {
  width: 300px;
  height: 561.56p;
  border-radius: 10px;
  border: 1px solid rgba(210, 210, 210, 1);
  padding: 30px 26px !important;
}
.lattest_cards .heart {
  display: flex;
  justify-content: end;
}
.lattest_cards .heart img {
  width: 27px;
  height: 24px;
}
.middle_img img {
  width: 191px;
  height: 276px;
}

.lattest_content {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.lattest_content p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
.middle_img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lattest_content .price {
  display: flex;
  gap: 12px;
  align-items: center;
}
.lattest_content .price .current-price {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
}
.lattest_content .price .original-price {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  text-decoration-line: line-through;
  color: rgba(143, 143, 143, 1);
}
.lattest_content .price .discount-price {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  color: rgba(103, 64, 153, 1);
}
.card_btn {
  width: 100%;
  align-items: center;
  background: linear-gradient(100.84deg, #674099 -5.88%, #eb4f23 104.79%);
  padding: 10px 14px;
  border-radius: 10px;
  border: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 26px;
}
.card_btn a {
  color: white;
  text-decoration: none;
  font-family: Syne;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}
.lattest_cards.col-3 {
  width: 24%;
}
/* .- ----------   strip section---------- -- */
.strip_bg_banner {
  background-image: url(images/strip-banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  object-fit: contain;
  padding-block: 100px;
  margin-bottom: 100px;
  margin-top: 110px;
}
.strip_c {
  justify-content: end !important;
}
.stript_content {
  display: flex;

  flex-direction: column;
}
.stript_content h3 {
  font-family: Syne;
  font-size: 60px;
  font-weight: 700;
  line-height: 80.02px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.stript_content p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.stript_content .strip_btn {
  width: 26%;
}
.stript_content .strip_btn a {
  color: white;
  text-decoration: none;
  font-family: Syne;
  font-size: 1.5rem;
  font-weight: 700;
}
/* ----------    Best Seller Offer section---------- */
.best_arrival {
}
.best_arrival .best_arrival_card {
  padding-bottom: 44px;
  background-color: rgba(230, 231, 253, 1);
  display: flex;
  justify-content: center;
  border-radius: 30px;
}

.best_arrival .col-md-4 {
  width: 31.8% !important;
  padding: 0 !important;
}
.best_arrival .arrival_content {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.best_arrival .arrival_content span {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(100, 100, 100, 1);
}

.best_arrival .arrival_content h3 {
  font-family: Poppins;
  font-size: 34px;
  font-weight: 700;
  line-height: 52px;
  text-align: left;
}
.best_arrival .arrival_content .slide_c {
  position: relative;
  margin-left: 29px;
  margin-top: 18px;
}
.best_arrival .arrival_content .slide_c .sale_circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
}
.best_arrival .arrival_content .slide_c img {
  position: absolute;
  top: 9px;
  left: -23px;
}
.best_arrival .sale_img {
  margin-top: 1.5px;
}
.best_arrival .sale_img img {
  width: 95%;
}

/* ---------    What clients Our saying section---------- */

.clients_says {
  margin-top: 120px;
  margin-bottom: 55px;
}
.clients_says h1 {
  font-family: Syne;
  font-size: 60px;
  font-weight: 600;
  line-height: 62px;
  text-align: left;
  color: rgba(103, 64, 153, 1);
}
.product_mng .product_h {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: rgba(235, 79, 35, 1);
}
.product_mng {
  display: flex;
  justify-content: space-between;
}
.clients_main_content {
  gap: 4.5rem !important;
}

.clients_main_content .col-6 {
  width: 48% !important;
}
.product_star {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.product_star .star_text {
  font-family: Helvetica Neue;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(1, 5, 16, 1);
}
.Shukla h3 {
  font-family: Poppins;
  font-size: 26px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: rgba(1, 5, 16, 1);
}
.Shukla p {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  padding: 10px 0px;
  color: rgba(92, 92, 92, 1);
}

.Priyanka_img img {
  width: 100%;
}
.Trusted_slide {
}
.Trusted_slide img {
  width: 100%;
}
/* ---------- footer  section---------- - */
.footer_bg {
  background-image: url(images/fotter_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  object-fit: contain;
  margin-top: 100px;
  height: 560px;
  position: relative;

}
.footer_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 5, 7, 0.8);
}
.crystal_footer {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 999;
  gap: 398px;
}
.crystal_footer_right {
  width: 340px;
  padding: 82px 0px;
}
.crystal_footer_right .footer_logo img {
  width: 74%;
}
.crystal_footer_right p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin-top: 44px;
  margin-bottom: 36px;
}

.crystal_footer_right h3 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.social_media {
  display: flex;
  gap: 24px;
}
.social_media .social_cricle {
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.crystal_footer_left {
  color: #ffffff;
  padding: 82px 0px;
  display: flex;
  gap: 100px;
}
.footer_detail {
}
.footer_detail h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
  color: rgba(235, 79, 35, 1);
}
.footer_detail .footer_line {
  width: 47px;
  height: 2px;
  background-color: rgba(235, 79, 35, 1);
  position: absolute;
}
.footer_detail_list {
  margin-top: 24px;
}
.footer_detail_list div {
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
}

