* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* html{
    background-color: #000 !important;
    color: #0f0  !important;
    outline: 1px solid #f00 !important;
} */
body {
  width: 100%;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}

/* navbar css start */

.top-navbar {
  width: 100vw;
  height: 74.4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
}
.top-navbar-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-navbar-logo a {
  padding: 10px 12px;
}
.top-navbar-logo img {
  height: 16.6px;
}
.top-navbar-logo a:nth-child(1) {
  border: 0.5px solid #292d69;
}
.top-navbar-logo a:nth-child(3) img {
  height: 32px;
}
.top-navbar-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-navbar-icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
  text-decoration: none;
  color: #1a1a1a;
}

/* check */

.navbar-check {
  display: none;
}
#check {
  display: none;
}
.navbar-items-check ul {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  gap: 2rem;
  list-style: none;
}
.navbar-items-check a {
  text-decoration: none;
  font-weight: 900;
}

.navbar{
  width: 100vw;
  height: 55px;
  background-color: #25306E;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 40px;
  position: sticky;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  
 
}
.navbar-logo a{
display: none;
}
.navbar.scrolled {
 
  background-color: #24234E;
   position: fixed;
   top:0%;
   z-index: 1000;
}
.navbar.scrolled .navbar-logo a{
display: block;
}

.navbar a{
  color: white;
  text-decoration: none;
  
}
.navbar-logo img{
  height: 24px;
  padding: 0px 10px;
}
.navbar-logo a:nth-child(1){
  background-color: white;
  height: 55px;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.navbar-logo {
display: flex;
align-items: center;
justify-content: space-between;


}

.navbar-items ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  gap:30px;


 
}
.navbar-items li{
  position: relative;
  transition: all 2s ease-in-out;
  
  
}
.navbar-items a{
  /* padding: 0px 20px; */
  font-size: 16px;
  font-weight: 600;
  transition: color 0.3s ease, border-bottom 0.3s ease;
 

}
.navbar-icons{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.navbar-icons a{
   gap: 10px;
  display: flex;
  align-items: center;
}

.navbar-items a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px; 
  background-color:white; 
  transition: width 0.3s ease;

}

.navbar-items a:hover::before {
  width: 100%;
  
}


.dropdown{
  width: 100vw;
  
position:fixed;

  /* top:20rem; */
  left: 0;
margin-top: -11px;

   
 display: none;
 z-index: 1000;
 /* transition: all 3s ease-in-out ; */
box-sizing: border-box;


  
}
.dropdown:hover{
  display: flex;
  
  
}
.navbar-items li:hover  #Men-dropDown{
  display: flex;
 
}
.dropdown-image{
  overflow: hidden;

  width: 280px;
  height: 350px;
}
.dropdown-image img{
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  /* position: relative; */
}
.dropdown-image:hover img{
  width: 290px;
}
.dropdown-container{
  width: 100%;

  padding: 80px;
  display: flex;
  justify-content: space-around; 
  /* display: none; */
  /* background-color: white; */
  /* position: fixed; */
  background: linear-gradient(transparent 10%,white 10%);
  /* transition: all 3s ease-in-out ; */
 
  z-index: 1;
}
.dropdown-columns{
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap:100px;
  line-height: 30px;
  /* transition: all 10s ease-in-out ; */
 
}
.col .col-content{
  display: flex;
  flex-direction: column;
}
.col .col-content span{
  color: #1A1A1A;
  font-weight: 100;
}
.col h4{
  color: #25306E;
}
.col p{
  color: #090909;
  font-size: 12px;
}

/* navbar css end ```````````````````` */

/* section1 */
.container {
  width: 100vw;
  overflow-x: hidden;
}
.slider-container1 {
  width: 100%;
  display: flex;
  overflow: hidden;
  /* scroll-snap-type: x mandatory; */
  scroll-behavior: smooth;
}
.slider-container1 img {
  width: 100vw;
}
.slider-nav {
  cursor: pointer;
  position: relative;
  display: flex;
  bottom: 2.25rem;
  left: 100%;
  transform: translateX(-50%);

  z-index: 1;
  gap: 10px;

  /* border: 2px solid rgb(253, 249, 249); */
}
.slider-nav a {
  font-size: 12px;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;

  opacity: 0.75;
  transition: oppacity ease 230ms;
  border: 2px solid#fefcfc;
  background-color: transparent;
}
.slider-nav a:hover {
  opacity: 1;
  background-color: white;
}

.slider-content-c1 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  transform: translateY(-100%);
  margin-top: -50px;
  padding: 0px 40px;
  color: white;
}
.explore {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding-right: 10px; */
}
.explore li {
  list-style: none;
  display: none;
}
.explore:hover li {
  display: flex;
}

/* section2 */
section {
  width: 100vw;
}
.container2 {
  width: 100vw;
  background-image: url("https://www.montecarlo.in/cdn/shop/files/Men_be465b5b-c24d-4d70-a9d4-273fa67e2c34.jpg?v=1697879681&width=2000");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
}

.container2-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* line-height: 30px; */
  padding-top: 90px;
  padding-left: 50px;
  align-items: baseline;
  padding-bottom: 50px;
  /* margin-bottom: 60px; */
}
.container2-content img {
  width: 100%;
  margin: auto;
}

.container2-content a {
  text-decoration: none;
  font-size: 30px;
  color: rgb(255, 255, 255);
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: background-image 0.3s, padding 0.3s;
}
.container2-content ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  color: #481121;
}
.container2-content li {
  list-style: none;
  color: rgb(246, 246, 246);
  z-index: 5;
  cursor: pointer;
  width: 20%;
}

.container2-content .material-symbols-outlined {
  opacity: 0;
}

.container2-content li:hover .material-symbols-outlined {
  display: inline-block;
  transform: scaleX(20);
  transition: transform 1s ease-in-out;
  opacity: 1;
}

/* section3 */
.container3 {
  width: 100vw;
}
.container3-full {
  width: 98%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.container3-heading {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0px;
}
.container3-heading p {
  font-size: 32px;
  color: #292d69;
  font-weight: bolder;
}
.container3-image {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.container3-image img {
  width: 40rem;
  height: 25rem;
}
.container3-image button {
  transform: translatey(-90px);
  padding: 15px 40px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
}
.container3-image button:hover {
  background-color: grey;
}
.container3-button {
  padding-left: 20px;
}

/* section4 */
.container4 {
  width: 100vw;
}
.container4-full {
  width: 98%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  /* border: 1px solid black; */
  gap: 10%;
  overflow: hidden;
}
.container4-leftcontent {
  width: 50%;
  padding: 0px 20px;
  /* border: 1px solid black; */
}
.l-content {
  /* width: 90%; */
  align-items: center;
  justify-content: center;
  margin: auto;
}

.container4-leftcontent p {
  font-size: 32px;
  color: #292d69;
  font-weight: bolder;
}
.container4-slider {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.container4-rightcontent {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 1px solid black; */
  column-gap: 30px;
  /* padding-right: 50px; */
  transition: transform 0.5s ease-in-out;
}
.c4-buttons {
  
  position: relative;
  left: 60rem;
  /* right: 0; */
}
.container4-Card {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;

  /* border: 1px solid black; */
}
.container4-Card:hover {
  box-shadow: 3px 5px 5px 3px rgb(205, 205, 205);
}
.container4-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
}

.container4-Card img {
  width: 334px;
  height: 332px;
}
.container4-Card p {
  transform: translateY(-50px);
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: white;
}

.container4-Card a {
  text-decoration: none;
  color: black;
}
.container4-Card:hover a {
  text-decoration: underline;
}
.slider-arrow {
  color: black;
  cursor: pointer;
}
#prevBtn {
  color: black;
}

.container4-Card:last-child {
  margin-right: 0;
}

/* container5 */
.container5 {
  width: 100vw;
  padding: 40px 0px;
}
.container5-full {
  width: 95%;
  margin: auto;
}
.container5-heading {
  padding-bottom: 30px;
}
.container5-heading p {
  font-size: 32px;
  color: #292d69;
  font-weight: bolder;
  text-align: center;
}
.container5-images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c5-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.c5-cards span {
  padding-top: 10px;
}
.c5-images {
  width: 250px;
  height: 350px;
  overflow: hidden;
}

.c5-images img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.c5-images:hover img {
  width: 260px;
  height: 360px;
}

/* section6 */
.container6 {
  width: 100vw;
  padding-top: 30px;
}

.container6-full {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 99%;
  margin: auto;
  height: 500px;
  background: url("https://www.montecarlo.in/cdn/shop/files/Playtime.jpg?v=1697880060&width=1800");
  background-repeat: no-repeat;
  background-size: cover;
}

.c6-content {
  display: flex;
  flex-direction: column;
  cursor: pointer;

  color: white;
  padding-bottom: 20px;
  align-items: center;
}
.c6-content .material-symbols-outlined{
  opacity: 0;
}
.c6-content p {
  font-size: 62px;
  font-weight: 900;
}
.c6-content li:hover .material-symbols-outlined {
  opacity: 1;
  transform: scaleX(20);
  transition: transform 1s ease-in-out;
}

/* section 7 */

.container7 {
  width: 100vw;
  padding-top: 80px;
  margin-top: 20px;
}
.container7-full {
  width: 96%;
  margin: auto;
}
.container7-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container7-heading p {
  color: #25306e;
  font-size: 42px;
  font-weight: 900;
  padding-top: 10px;
}
.container7-heading span {
  font-size: 18px;
}
.container7-buttons {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
  flex-wrap: wrap;
}
.container7-buttons a {
  align-items: center;
  /* width: 400px; */
  text-decoration: none;
  font-size: 22px;
  color: rgb(203, 200, 200);
  font-weight: 700;
  padding: 20px 90px;
  background-color: #25306e;
}
.container7-slider {
  width: 100%;
  display: flex;
  align-items: center;
}

.container7-imgaes-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: scroll;
  /* overflow: hidden; */
  overflow-y: hidden;
  gap: 10px;
  overflow-x: auto; 
  white-space: nowrap;
}
.container7-imgaes-container::-webkit-scrollbar {
  width: 10px;
  
}
.container7-imgaes-container::-webkit-scrollbar-thumb {
  background-color: #736a6a;
  border-radius: 5px;
  width: 5px;

}
.container7-imgaes-container::-webkit-scrollbar-track {
  background-color: #24234e;
}
.container7-cards {
  min-width: 25%;
  position: relative;
  /* overflow: hidden; */
}

.c7-image {
  position: relative;
  overflow: hidden;
  width: 350px;
  height: 450px;
  border-radius: 5px;
  transition: transform 0.5s ease;
}

.heart {
  position: absolute;
  top: 10px;
  right: 25px;
  cursor: pointer;
  z-index: 1;
  color: red;
  overflow: hidden;
}

.c7-image img {
  display: block;
  width: 100%;
  height: 100%;
}

.c7-image:hover {
  transform: scale(1);
}

.c7-image .second-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c7-image:hover .second-image {
  display: block;
}

.addtocart {
  overflow: hidden;
  transform: translateY(-70px);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.c7-image:hover .addtocart {
  display: flex;
}

.addtocart a {
  padding: 20px 100px;
  background-color: rgb(249, 245, 245);
  text-decoration: none;
}
#prev-btn1 {
  z-index: 2; /* or a higher value if needed */
}

/* section8 */
.container8 {
  width: 100vw;
  padding-top: 80px;
}
.container8-full {
  width: 96%;
  margin: auto;
  padding-top: 40px;
}
.container8-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container8-heading img {
  width: 240px;
}
.heading-content-c8 {
  display: flex;
  gap: 20px;
}
.container8-images {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  flex-wrap: wrap;
}
.c8-cards {
  position: relative;
  overflow: hidden;
}
.c8-icons {
  font-size: 18px;
  border-radius: 50%;
  border: 1px solid #25306e;
}
.c8-icons i {
  padding: 5px;
}
.c8-image {
  width: 470px;
  height: 470px;
  position: relative;
  overflow: hidden;
}
.c8-image img {
  display: block;
  width: 100%;
}
.instagram {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  z-index: 2;
  display: none;
}
.c8-cards:hover .instagram {
  display: flex;
  z-index: 1;
}
.c8-cards:hover {
  background: linear-gradient(rgba(0, 0, 0, 0.3));
  opacity: 0.6;

  /* z-index: 2; */
}

/* section-9 */

.container9 {
  width: 100vw;
  padding: 50px 0px;
  margin: 20px 0px;
}
.container9-full {
  width: 96%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container9-heading p {
  /* align-items: center; */
  font-size: 42px;
  font-weight: 800;
  color: #25306e;
}
.c9-content {
  padding-top: 20px;
  font-size: 17px;
  line-height: 25px;
}

#ch {
  display: none;
}
label {
  font-weight: 900;
  cursor: pointer;
}
#ch:checked ~ .content-more {
  display: block;
}
.content-more {
  display: none;
}
#ch:checked ~ label {
  display: none;
}

/* end-footer */
.end-footer {
  width: 100vw;
  background-color: #24234e;
  padding-bottom: 30px;
}
.footer-full {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  color: white;
  padding: 50px 0px;
  border-bottom: 1px solid white;
}
.footer-content {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}
.footer-content a {
  text-decoration: none;
  color: white;
  padding-top: 20px;
}
.footer-icons {
  padding-top: 30px;
}

.footer-icons span {
  width: 20px;
  height: 20px;
  padding: 10px;
  border: 1px solid white;
  border-radius: 50%;
}
#end-div {
  line-height: 40px;
  display: flex;
  align-items: start;
  justify-content: center;
  /* border: 1px solid white; */
}
#end-div span {
  width: 70%;
  border: 1px solid rgb(170, 168, 168);
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 5px;
}
#end-div input {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 16px;
}
.end-footer p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding-top: 10px;
}

/* wishlist */
.wishlist-container {
  width: 100%;
  height: 50vh;
}
.wishlist-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wishlist-content span {
  font-size: 42px;
  padding-top: 20px;
}

/* login */
.login-main-container {
  background-image: url("https://cdn.shopify.com/s/files/1/0761/3674/3200/files/MC_Day_2_Shot_1_0176_4.png?v=1690213763");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.login-inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: white; */
  opacity: 0.9;
  width: 50%;
  height: 50vh;
  margin: 10rem auto;

  /* border: 1px solid black; */
}
.login-full {
  background-color: white;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 3rem;
}
.login-heading-above {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
}
hr {
  color: black;
}
.login-input-form form {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
}
.login-heading-below {
  font-size: 22px;
}
.login-heading-below h1 {
  color: #24234e;
}
.login-input-form input,
.login {
  font-size: 15px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 15rem;
  margin-top: 20px;
}
.login-input-form .login {
  background-color: #24234e;
  opacity: 1;
  color: white;
  font-size: 15px;
  padding-left: 15rem;
  cursor: pointer;
}
.login_endPart {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
/* .login-input-form{
  width: 460px;
  position: relative;
}
.label{
  position: absolute;
  left:10px;
  top:14px;
  transition: all 0.2s;
  padding: 0 2px;
  z-index: 1;
  color: black;
}
.text-input{
  padding: 0.8rem;
  width: 100%;
  height: 100%;
  border:2px solid rgb(112, 111, 111);
  border-radius: 5px;
  font-size: 14px;
  outline: none;
  transition:all .3s;
  
}
.label::before{
  content: "";
  height: 5px;
  position: absolute;
  left:0;
  top:10px;
  width: 100%;
  z-index: -1;

}
.text-input:focus{
  border: 2px solid black;
}
.text-input:focus +label ,
.filled{
  top:-7px;
  font-size: 14px;

}
.text-input::placeholder{
font-size: 16px;
opacity: 0;
transition: all .3s;
}
.text-input:focus::placeholder{
  opacity: 1;
  animation-delay: 0.2s;
} */

/* media query */
@media screen and (min-width: 799px) and (max-width: 1310px) {
  .top-navbar {
    width: 100vw;
  }
  .navbar {
    width: 100vw;
  }
  .container3-image img {
    width: 25rem;
    height: 15rem;
  }
  .container7-imgaes-container {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 600px) and (max-width: 795px) {
  .top-navbar {
    position: relative;
  }
  .top-navbar-icons {
    display: none;
  }
  .navbar-check {
    display: block;
    font-size: 20px;
  }
  .navbar {
    display: none;
  }
  .navbar-check:checked + .navbar {
    display: flex;
  }

  .container3-full {
    display: flex;
    flex-direction: column;
  }
  .navbar-test {
    display: none;
  }
  #check:checked + .navbar-test {
    display: block;
  }
  .chekbtn {
    z-index: 1000;
    position: relative;
  }
  .navbar-test {
    height: 100vh;
    width: 500px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0rem 0rem 1rem 0rem;
    border-radius: 5px;
  }
  .navbar-test .top-navbar-logo {
    background-color: rgb(141, 154, 197);
  }

  /* navbar end */
  .slider-nav a {
    width: 0.5rem;
    height: 0.5rem;
  }
  .slider-content-c1 {
    font-size: 13px;
  }
  .container2 {
    width: 100vw;
    height: 50vh;
    background-image: url("https://www.montecarlo.in/cdn/shop/files/Men_be465b5b-c24d-4d70-a9d4-273fa67e2c34.jpg?v=1697879681&width=2000");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    object-fit: fill;
  }
  .container2-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container2-content a {
    font-size: 14px;
  }
  .container5-images {
    display: flex;
  }
  .container6-full {
    width: 100%;
    height: 200px;
  }
  .container7-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .container7-imgaes-container {
    display: flex;
    flex-wrap: wrap;
  }
  .c7-image {
    width: 20rem;
    height: 20rem;
  }
  .container8-images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .c8-image {
    width: 20rem;
    height: 20rem;
  }
  .footer-content {
    display: none;
  }
  #end-div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 370px) and (max-width: 600px) {
  .top-navbar {
    position: relative;
  }
  .top-navbar-icons {
    display: none;
  }
  .navbar-check {
    display: block;
    font-size: 20px;
  }
  .navbar {
    display: none;
  }
  .navbar-check:checked + .navbar {
    display: flex;
  }

  .container3-full {
    display: flex;
    flex-direction: column;
  }
  .navbar-test {
    display: none;
  }
  #check:checked + .navbar-test {
    display: block;
  }
  .chekbtn {
    z-index: 1000;
    position: relative;
  }
  .navbar-test {
    height: 100vh;
    width: 350px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 0rem 0rem 1rem 0rem;
    border-radius: 5px;
  }
  .navbar-test .top-navbar-logo {
    background-color: rgb(141, 154, 197);
  }
  .top-navbar-logo a {
    padding: 10px 0px;
    /* margin-left: 0px; */
  }
  .top-navbar {
    padding: 0;
    margin: 0;
  }

  .slider-content-c1 {
    font-size: 10px;
    margin-top: -15px;
  }
  .slider-nav a {
    width: 0.2rem;
    height: 0.2rem;
  }
  .container2 {
    width: 100vw;
    height: 30vh;
    background-image: url("https://www.montecarlo.in/cdn/shop/files/Men_be465b5b-c24d-4d70-a9d4-273fa67e2c34.jpg?v=1697879681&width=2000");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
    object-fit: fill;
  }
  .container2-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container2-content a {
    font-size: 10px;
    padding-top: 0px;
  }
  .container3-image img {
    width: 24rem;
    height: 15rem;
  }
  .container4 {
    width: 100vw;
  }
  .container4-full {
    display: flex;
  }
  .container4-leftcontent {
    width: 50%;
    padding: 0px 5px;
  }
  .container4-leftcontent p {
    font-size: 20px;
  }
  .l-content {
    font-size: 16px;
  }
  .container4-leftcontent {
    width: 40%;
  }
  .container4-rightcontent {
    padding-right: 10px;
  }
  .container4-Card img {
    width: 12rem;
    height: 12rem;
  }
  .container5-images {
    display: flex;
  }
  .c5-images {
    width: 10rem;
    height: 13rem;
  }
  .container6-full {
    width: 100%;
    height: 200px;
  }
  .container7-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .container7-imgaes-container {
    display: flex;
    flex-wrap: wrap;
  }
  .c7-image {
    width: 10rem;
    height: 10rem;
  }
  .container7-cards p {
    display: flex;
    font-size: 10px;
  }
  .container8-images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
  .c8-image {
    width: 20rem;
    height: 20rem;
  }
  .footer-content {
    display: none;
  }
  #end-div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
