/*  */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-family: 'Source Serif 4', serif;*/
  font-family: "Mona Sans", sans-serif;
  color: #060318;
}

html,
body {
  height: 100%;
  width: 100%;
}

#main {
  height: 100%;
  width: 100%;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.nav-logo h2 {
  font-family: "Pacifico", cursive;
  margin: 20px 40px;
  font-weight: 300;
  font-size: 25px;
  transform: rotate(-5deg);
  letter-spacing: 1px;
}

.lft-nav {
  display: flex;
  align-items: center;
}

.nav-link {
  margin-left: 10px;
}

.nav-link ul {
  display: flex;
  list-style: none;
  text-decoration: none;
}

.nav-link a {
  text-decoration: none;
  margin-right: 25px;
  font-weight: 600;
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
}

.nav-link a i {
  transform: scale(1.8);
  font-weight: 100;
}

.rgt-nav {
  display: flex;
  align-items: center;
  box-shadow: 2px 5px 34px -27px rgba(0, 0, 0, 0.55);
  -webkit-box-shadow: 2px 5px 34px -27px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 2px 5px 34px -27px rgba(0, 0, 0, 0.55);
  border-radius: 50px;
  gap: 10px;
  box-sizing: border-box;
  margin: 20px 40px;
}

.rgt-nav button {
  border: none;
  font-size: 16px;
  background: transparent;
}

.nav-btn-2 button {
  background-color: #060318;
  padding: 15px 20px;
  color: white;
  border-radius: 30px;
}

/* Hero Section */

.hero-section {
  display: flex;
}

.lft-hero {
  margin: 20px 80px;
}

.lft-hero h1 {
  font-size: 60px;
  font-weight: 500;
  line-height: 0.99;
}

.lft-hero p {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 17px;
  color: #0d0c22;
}

.lft-hero-cate {
  display: flex;
  margin-top: 50px;
  gap: 30px;
}

.btn-1 button {
  font-size: 16px;
  text-align: center;
  padding: 10px 22px;
  border: none;
  background: transparent;
  border-radius: 20px;
  color: #ffffff;
  background-color: #3a3546;
}

.btn-1 i {
  color: #ffffff;
}

.btn-2 button {
  font-size: 16px;
  text-align: center;
  padding: 10px 30px;
  border: none;
  background: transparent;
  border-radius: 20px;
  color: #3a3546;
}

.btn-2 i {
  color: #3a3546;
}

.btn-3 button {
  font-size: 16px;
  text-align: center;
  padding: 10px 30px;
  border: none;
  background: transparent;
  border-radius: 20px;
  color: #3a3546;
}

.button-wrapper button:hover {
  -webkit-box-shadow: 7px 7px 24px 0px rgba(66, 68, 90, 1);
  -moz-box-shadow: 7px 7px 24px 0px rgba(66, 68, 90, 1);
  box-shadow: 7px 7px 24px 0px rgba(66, 68, 90, 1);
}

.lft-hero-sbar {
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  height: 60px;
  width: 100%;
  background-color: #f3f3f6;
}

.lft-hero-sbar:hover {
  -webkit-box-shadow: 0px 0px 11px -4px rgba(234, 76, 137, 1);
  -moz-box-shadow: 0px 0px 11px -4px rgba(234, 76, 137, 1);
  box-shadow: 0px 0px 11px -4px rgba(234, 76, 137, 1);
  background-color: #ffffff;
}

.lft-hero-sbar p {
  margin-left: 20px;
  color: #3a3546;
  font-size: 16px;
}

.sbar {
  height: 50px;
  width: 50px;
  background-color: #ea4c89;
  border-radius: 50%;
  margin: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sbar i {
  color: #ffffff;
  font-size: 20px;
}

.lft-hero-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  align-items: center;
  width: 100%;
}

.lft-hero-tag button {
  padding: 8px 16px;
  flex: 0 0 auto;
  font-size: 12px;
  color: #060318;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 11px -4px rgba(106, 98, 101, 1);
  -moz-box-shadow: 0px 0px 11px -4px rgba(106, 98, 101, 1);
  box-shadow: 0px 0px 1px -4px rgba(106, 98, 101, 1);
  background-color: #ffffff;
  border: 3px solid #f3f3f6;
}

.lft-hero-tag button:hover {
  background-color: #f3f3f6;
}

.rgt-hero {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 12px;
  margin-right: 70px;
}

.rgt-hero video {
  height: 90%;
  width: 90%;
  clip-path: inset(0 round 30px);
}

/* .rgt-hero video {
    height: 65%;
    width: 65%;
    clip-path: inset(0 round 30px);
    margin-left: 300px;
} */

/* Chori from Chat Gpt */

.lft-hero {
  width: 650px; /* fixed width */
}

.rgt-hero {
  flex: 1; /* take remaining space */
  display: flex;
  justify-content: flex-end;
}

.hero-down {
  height: 60px;
  display: flex;
  width: 92%;
  margin: 0px 60px;
  background-color: #f8f9fc;
  gap: 30px;
  align-items: center;
  border-radius: 10px;
}

.hero-down-btn {
  padding: 14px;
  border-radius: 20px;
  border: none;
  margin-left: 10px;
  background-color: #ffffff;
  font-weight: 800;
  position: relative;
  margin-right: 10px;
}

.hero-down-btn i {
  color: #956bcd;
  margin-right: 5px;
}

.new-badge {
  background-color: #ea4c89;
  font-size: 10px;
  padding: 4px 6px;
  border-radius: 10px;
  color: #ffffff;
  position: absolute;
  left: 14.6%;
  font-weight: 700;
}

.hero-down p {
  color: #3a3546;
  font-size: 14px;
}

.section-2-header {
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  margin: 0px 60px;
}

.cat-btn button {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  border-radius: 6px;
  background-color: #ffffff;
  border: 2px solid #f3f3f6;
  -webkit-box-shadow: 5px 5px 15px 5px ##e9e9eb;
  box-shadow: 5px 5px 15px 5px ##e9e9eb;
  font-weight: 600;
  color: #111111;
  cursor: pointer;
}



.filter-btn button {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  border: 2px solid #f3f3f6;
  font-weight:500;
  cursor: pointer;
}


.cat-options {
  display: flex;
  gap: 30px;

}

.options {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  cursor: pointer;
}

.options:hover {
    color: #6E6D7A;
}

.cards-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
  margin-left: 30px;
}


.cards {
  display: flex;
  flex-direction: column;
  height: 250px ;
  width: 300px;
  margin: 0px 20px;
  border-radius: 10px;
}

.card {
   height: 250px;
    width: 300px;
    position: relative;
    overflow: hidden;
}

.card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.card video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}
.bottom {
    width: 100%;
    height: 30%;
    background-color: #060318;
    position: absolute;
    bottom: -30%;
    transition: all ease 0.3s;
    background: linear-gradient(transparent, black);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.card:hover .bottom {
    bottom: 0;
}

.bottom h2 {
    color: #ffffff;
    font-size: 16px;
    margin-left: 8px;
}

.bottom h4 {
    background-color: #ffffff;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
}

.icons {
    display: flex;
    gap: 4px;
    margin-right: 8px;
}

.icons h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}



.card-dets {
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    margin-top: 10px;
}

.livw {
  display: flex;
  align-items: center;
  gap: 5px;
}

.logo {
    display: flex;
    align-items: center;
    height: 25px;
    width: 25px;
    gap: 4px;
}

.logo img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    margin-right: 5px;
}

.card-dets h2 {
    font-size: 14px;
    font-weight: 500;
}

.card-dets h2 span {
    font-size: 12px;
    background-color: #CCCCCC;
    color: #FFFFFF;
    padding: 2px;
    border-radius: 5px;
    margin: 4px;
}

.card-dets h2 span:hover {
    background-color: #111111;
}

.card-dets i {
    color: #9E9EA7;
    display: flex;
}

.card-dets i span {
    color: #3D3D4E;
    font-size: 12px;
}


.ri-heart-fill:hover {
  color: #ea4c89;
}

/* Sign up to continue section */


.sinup-section {
  margin-top: 40px;
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sinup-section button {
  padding: 12px;
  border-radius: 30px;
  border: none;
  background-color: #111111;
}

.sinup-section button h4 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 500;
}

.sinup-section button:hover {
  background-color: #565564;
  color: #565564;
}


.aside-arrow-icon {
  height: 50px;
  width: 50px;
  background-color: #BDBDBD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: 2%; 
}

.aside-arrow-icon:hover {
  background-color: #4D4D4D;
}

.aside-arrow-icon i {
  color: #F3F3F3;
}


/* Card slideer right to left */

.slider {
  height: 300px;
  width: 92%;
  margin: 30px 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  border-radius: 20px;
}

.kard {
  height: 200px;
  width: 230px;
  display: flex;
  flex-direction: column;
}

.kard img {
  border-radius: 20px;
}


.slider-cards h2 {
  margin-top: 12px;
  margin-left: 3px;
  font-size: 14px;
  font-weight: 500;
  color: #0D0C22;
}


.slider-cards {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  overflow: hidden;
}

.footer-up {
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  margin-left: 60px;
}
.sm-link {
  margin-right: 80px;
  font-size: 20px;
}



.footer-up-logo h2 {
  font-family: "Pacifico", cursive;
  margin: 40px 60px;
  font-weight: 300;
  font-size: 25px;
  transform: rotate(-5deg);
  letter-spacing: 1px;
}

/* Footer Section */

.footer-section {
  height: 100px;
  width: 92%;
  margin: 60px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lft-footer, .rgt-footer{
  display: flex;
  gap: 10px;
  margin: 40px 30px;
}

.lft-footer a, .rgt-footer a {
  text-decoration: none;
  color: #6E6D7A;
  font-size: 14px;
}


.lft-footer {
  margin-left: 80px;
}































