* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

body {
  overflow-x: hidden;
}

html {
  overflow-x: hidden !important;
}
/* @font-face {
  font-family: 'Buvera';
  src: url('../assets/fonts/Buvera/Web-TT/Buvera-Black.woff2') format('woff2'),
       url('../assets/fonts/Buvera/Web-TT/Buvera-Black.woff') format('woff');
  font-style: normal;
} */
/* @font-face {
  font-family: 'Fierce';
  src: url('../assets/fonts/Fierce/Fierce/OpenType-PS/Fierce-Medium.otf') format('opentype');
  font-style: normal;
} */
/* @font-face {
  font-family: 'Golden';
  src: url('../assets/fonts/Golden/Golden.woff') format('woff'),
       url('../assets/fonts/Golden/Golden.ttf') format('truetype'),
       url('../assets/fonts/Golden/Golden.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: 'Houstiq';
  src: url('../assets/fonts/Houstiq/Houstiq/OpenType-TT/Houstiq.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
} */
/* @font-face {
  font-family: 'Ibrand';
  src: url('../assets/fonts/Ibrand/Ibrand.woff2') format('woff2'),
       url('../assets/fonts/Ibrand/Ibrand.woff') format('woff');
  font-style: normal;
} */
/* @font-face {
  font-family: 'Luxenta';
  src: url('../assets/fonts/Luxenta/Web-TT/Luxenta-Black.woff2') format('woff2'),
       url('../assets/fonts/Luxenta/Web-TT/Luxenta-Black.woff') format('woff');
  font-style: normal;
} */
/* @font-face {
  font-family: 'Tilla';
  src: url('../assets/fonts/Tilla/Tilla-Regular.woff2') format('woff2'),
       url('../assets/fonts/Tilla/Tilla-Regular.woff') format('woff');
  font-style: normal;
} */
@font-face {
  font-family: 'Virtual';
  src: url('../assets/fonts/Virtual/Virtual.woff2') format('woff2'),
       url('../assets/fonts/Virtual/Virtual.woff') format('woff');
  font-style: normal;
}


/*------------------------------
         Header                 
--------------------------------*/
header {
  background-color: rgb(231 233 235);
  transition: background-color 0.3s ease;
}

header .container-fluid {
  width: 80%;
}

.navbar-nav .nav-item {
  padding: 10px 30px;
}

.navbar-nav .nav-item .nav-link {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
}

.navbar-nav .nav-item .nav-link:hover {
  color: palevioletred;
  border-bottom: 2px solid palevioletred;
  cursor: pointer;
}

.logo {
  margin-left: 100px;
}

.head {
  color: palevioletred;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
}

.head:hover {
  color: #fff;
}

.dropdown-menu .dropdown-item {
  color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 0px;
}

.dropdown-menu .dropdown-item:hover {
  color: palevioletred;
  cursor: pointer;
  background-color: black;
}

.dropdown-menu {
  background-color: black;
  width: 100vw;
  height: auto;
  position: fixed !important;
  left: -10px;
  right: 0px;
  margin-top: 20px;
  padding: 60px 0px;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  background-color: #edf2fa;
  border: 2px solid #edf2fa;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

 /*------------------------------
         Hero Carousel                 
--------------------------------*/
.carousel-item img {
  width: 100%;
  height: 100vh;
}
.carousel-item video.laptop {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.carousel-caption {
  background-color:rgb(255 255 255 / 86%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

.carousel-caption h5 {
  font-size: 78px;
  font-family: 'Virtual', sans-serif;
  font-weight: 400;
  color: rgb(158, 10, 84);
}

.carousel-caption p {
  font-size: 20px;
  font-family: "montserrat";
  color: black;
  font-weight: 600;
}
/* .carousel-caption button
{
  padding:10px;
  width:80%;
  border:2px solid #243f96;
  border-radius:20px;
  outline:none;
  background:transparent;
  margin:30px auto;
  color:#243f96;
  font-size:16px;
  letter-spacing:1px;
  font-weight:700;
  font-family:"montserrat";
  text-transform:uppercase;
} */
 /*------------------------------
        About page                
--------------------------------*/
#about {
  background: url('../Images/aboutbackgroundwithoutblack.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  color: #fff;
  height: 100vh;
}

.about-us {
  background-color: rgba(0, 0, 0, 0.6);
  background-size: 100% 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
    /* padding: 35px 0px;   */;
}

#about .about-heading h1 {
  font-family: 'Virtual', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  padding: 40px 0px;
  color: #fff;
}

#about .about-para p {
  line-height: 1.8;
  color: #fff;
  font-family: poppins;
  font-weight: Regular 400;
  font-size: 15px;
  width: 70%;
  text-align: justify;
  margin: 10px auto;
}

#about .about-caption h4 {
  text-align: center;
  font-size: 18px;
  font-family: montserrat;
  font-weight: 600;
  color: #fff;
  padding: 15px 0px;
}

 /*------------------------------
        products page                
--------------------------------*/
.products {
  padding: 60px 0px;
  /* background-color:#e1f0d4 ; */;
}

.our-products {
  margin-top: 80px;
}

.products .product-heading h2 {
  font-family: 'Virtual', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  padding-bottom: 40px;
  color: #243f96;
  /* margin-top: 30px; */;
}

.products p {
    /* width: 75%; */
  text-align: center;
  line-height: 1.8;
  word-spacing: 2px;
  letter-spacing: 1px;
  font-family: poppins;
  font-weight: Regular 400;
  font-size: 15px;
  color: #000;
}

.product-card-label {
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  padding-top: 1.75rem;
  position: relative;
  text-transform: uppercase;
}

.product-card-Title {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  position: relative;
}

.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: 0.4s ease-out;
  box-shadow: 0px 7px 10px rgba(black, 0.5);
}

.image {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease-in-out;
}

.text,
.text1, .text2 , .text3, .text4, .text5 {
  position: absolute;
  top: 10%;
  left: 100%;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  transition: left 0.5s ease-in-out, top 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text {
  background-image: url('../Images/MATTRESS RANGE.jpg');
  background-size: 350%;
  background-position: 100% 0;
}

.text1 {
  background-image: url('../Images/TOPPER RANGE.jpg');
  background-size: 230%;
  background-position: 100% 0;
}

.text2 {
  background-image: url('../Images/TECHNICAL\ RANGE.jpg');
  background-size: 260%;
  background-position: 100% 0;
}

.text3 {
  background-image: url('../Images/OrthoRebond.jpg');
  background-size: 350%;
  background-position: 100% 0;
}

.text4 {
  background-image: url('../Images/ORGANIC LATEX RANGE.jpg');
  background-size: 230%;
  background-position: 100% 0;
}

.text5 {
  background-image: url('../Images/2D CONTOUR RANGE.jpg');
  background-size: 260%;
  background-position: 100% 0;
}

.image-container:hover .image {
  transform: translateX(-100%);
}

.image-container:hover .text,
.image-container:hover .text1,
.image-container:hover .text2,
.image-container:hover .text3 ,
.image-container:hover .text4 ,
.image-container:hover .text5 {
  left: 0;
  top: 0;
  background-position: 0 0;
}

.image-container h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  color: #243f96;
  z-index: 2;
  font-family: 'Virtual', sans-serif;
  font-weight: 300;
}

.expand {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-transform: capitalize;
}

.expand a {
  color: #000;
}
  /*------------------------------
        Contact page                
--------------------------------*/
#contact .contact-heading h2 {
  font-family: 'Virtual', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 60px;
  text-align: center;
  padding-bottom: 60px;
  color:#243f96;
}

/* .map iframe {
  filter: grayscale(100%);
} */

.contact-form {
  border: 1px solid #fff;
  text-align: center;
  padding: 40px 60px;
  background-color: #fff;
}

.contact-form form input {
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.contact-form form input[type="submit"] {
  width: 30%;
  text-transform: uppercase;
  letter-spacing: 2PX;
  background-color: #243f96;
  border: none;
  font-weight: 600;
  border-radius: 10px;
  color: white;
}
.contact-form form input[type="submit"]:hover
{
  background-color: #e02b26;
}
.submit {
  text-align: left;
}

.contact-form h2 {
  font-family: 'Virtual', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 20px;
  color:#243f96;
}

::placeholder {
  font-family: poppins;
  font-size: 15px;
  font-weight: 400;
}

textarea {
  background: transparent !important;
  padding: 10px;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

#contact {
  padding: 50px 0px;
    /* background: #D4E2D4; */;
}
/*------------------------------
        Footer page                
--------------------------------*/
.footer {
  background-color: black;
  padding: 40px;
}

.footer-address h3 {
  font-family: montserrat;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  padding-bottom: 25px;
  margin-top: 30px;
}

.footer-address p a {
  line-height: 1.8;
  font-family: poppins;
  font-weight: Regular 400;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.footer-address p a:hover {
  text-decoration: underline;
}

.address {
  border-right: 1px dotted grey;
}

.footer-logo img {
  padding-bottom: 20px;
}

.footer-logo p {
  line-height: 1.8;
  font-family: poppins;
  font-weight: Regular 400;
  font-size: 15px;
  color: #fff;
  text-align: left;
  border-right: 1px dotted grey;
}

.our-links h3 {
  font-family: montserrat;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  padding-bottom: 15px;
  margin-top: 30px;
}

.copy {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.copy h5 {
  color: #fff;
  margin-top: 60px;
  font-family: poppins;
  font-size: 15px;
}

.copy .powered {
  color: #fec436;
}

.copy a {
  text-decoration: none;
  color: #fec436;
}

.footer-address .fa-solid {
  margin-right: 20px;
}

.our-links ul li {
  list-style: none;
  transition: all 300ms ease .11s;
}

.our-links ul li a {
  color: #fff;
  line-height: 34px;
  font-size: 14px;
}

.our-links ul li:hover {
  transform: translateX(10px);
}

.our-links ol,
ul {
  padding-left: 0rem;
}


/* .our-links ul li a:hover {
  color: blue;
} */
/*==========FOOTER================*/