@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Emilys+Candy&family=Space+Grotesk:wght@300;400;500;600;700&display=swap%27");

@import url("https://fonts.googleapis.com/css2?family=Bruno+Ace+SC&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Emilys+Candy&family=Poltawski+Nowy:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");

:root {
  --logo-color: #027f85;
  --bg-color: #10292f;
  --font-family: "DM Sans";
  --font-family-2: "Emilys Candy";
  --font-family-3: "Poltawski Nowy";
  --color-white--: white;
}

* {
  font-family: "Space Grotesk", sans-serif;
  font-family: "DM Sans", sans-serif;
  font-family: "Poltawski Nowy", serif !important;
  /* font-family: 'Emilys Candy', cursive; */
  /* background-color: rgb(249, 247, 244); */
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                NAVIGATION SECTION
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.navbar {
  --bs-navbar-padding-y: -0.5rem;
}

.navgation-bar:hover {
  font-weight: bold;
  color: #10292f;
}

.nav-color {
  background: #10292f;
}

.brand-name {
  color: var(--logo-color);
  font-family: var(--font-family-3);
}

.border_styling {
  border-radius: 50px;
  border: 1px solid #4f3625;
  max-width: 90vw;
  margin: 2rem auto;
}

.nav-icon:focus,
.nav-icon:focus-visible,
button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

@media only screen and (max-width: 500px) {
  .border_styling {
    max-width: 90vw;
    margin: 2rem auto;
  }

  .brand-name {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .f-img {
    width: 75%;
    /* height: 50vh; */
  }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                FOOTER SECTION
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

footer .bg-color {
  /* background-image: linear-gradient(
        to bottom,
        #fef4e3,
        #fdf3e0,
        #fdf7f0,
        #fffdff
    ); */
  background-color: #025e62;
  color: #fdf7f0;
}

footer .bg-color h6 {
  color: #fdf7f0;
  font-size: 1.3rem;
  line-height: 4rem;
  font-weight: bold;
  border-bottom: solid 1px;
}

.footer-text-color {
  color: #fdf7f0;
}

footer .bg-color hr {
  color: #fdf7f0;
}

.foot {
  max-width: 90vw;
  margin: 0 auto;
}

.footer-brand-name {
  color: #fdf7f0;
  font-family: var(--font-family-3);
}

.logo-bar {
  margin-left: -10px;
}

@media only screen and (max-width: 500px) {
  .foot {
    max-width: 85vw;
  }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                CONTACT US PAGE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.contact-spacing {
  /* padding: 2rem 3rem 4rem; */
  max-width: 88vw;
  margin: 0 auto;
  padding: 2rem 0 4rem;
}

.contact-content {
  margin: 0 0 3rem;
}

.contact-area {
  max-width: 90vw;
  margin: 0 auto;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                HOME PAGE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#home-page-main-image {
  width: 350px;
  height: 350px;
  object-fit: cover;
  border-radius: 47% 47% 0% 0%;
}

.curve-btn-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: FFFAF0;
  border-radius: 50%;
  padding: 20px;
  /* height: 100vh; */
}

.curve-text-container {
  position: absolute;
}

/*.curve-btn-container svg {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

.curve-btn-container textPath {
  font-size: 10px;
  fill: #fff;
  text-anchor: middle;
}

.rounded-button {
  /* position: relative; */
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: none;
  margin-top: 20px;
}

#main-page-img-container {
  font-family: var(--font-family-3);
  font-size: 3.3rem;
  font-weight: 600;
  color: var(--color-white--);
}

#main-page-container-text-one,
#main-page-container-text-two {
  background-color: var(--bg-color);
  font-family: var(--font-family-3);
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-page-container-text-one {
  width: 350px;
  height: 60px;
  font-size: 1.5rem;
}

#main-page-container-text-two {
  width: 350px;
  height: 80px;
  font-size: 0.8rem;
  text-align: center;
  padding: 0 1rem;
}

.color-text {
  color: var(--logo-color);
  font-family: var(--font-family-3);
}

.text-collection {
  font-family: var(--font-family-3);
  font-size: 3.5rem;
}

.collection-size {
  padding-top: 7rem;
}

#home-page-main-image {
  position: relative;
  margin-bottom: 5px;
}

#main-page-text-one {
  font-size: 5.3rem;
  font-family: var(--font-family-3);
  position: absolute;
  top: 16%;
  left: 27.5%;
}

#main-page-text-two {
  font-size: 5rem;
  position: absolute;
  font-family: var(--font-family-3);
  top: 35%;
  left: 53%;
}

/* @media only screen and (max-width: 1800px) {
    #home-page-main-image {
        width: 350px;
        height: 350px;
    }
    #main-page-text-one {
        font-size: 4.8rem;
        top: 35%;
        left: 29%;
    }
    #main-page-text-two {
        font-size: 4.8rem;
        top: 50%;
        left: 53.5%;
    }
}

@media only screen and (max-width: 1500px) {
    #home-page-main-image {
        width: 350px;
        height: 450px;
    }
    #main-page-text-one {
        font-size: 4.8rem;
        top: 35%;
        left: 27%;
    }
    #main-page-text-two {
        font-size: 4.8rem;
        top: 50%;
        left: 54%;
    }
    /* #main-page-container-text-one {
        width: 430px;
        height: 100px;
        font-size: 1.7rem;
    }
    #main-page-container-text-two {
        width: 430px;
        height: 130px;
        font-size: 1rem;
        text-align: center;
    }
} */

@media only screen and (max-width: 1920px) {
  #home-page-main-image {
    width: 350px;
    height: 500px;
  }

  #main-page-text-one {
    font-size: 4.8rem;
    top: 20%;
    left: 33%;
  }

  #main-page-text-two {
    font-size: 4.8rem;
    top: 40%;
    left: 52.5%;
  }
}

@media only screen and (max-width: 1600px) {
  #home-page-main-image {
    width: 350px;
    height: 400px;
  }

  #main-page-text-one {
    font-size: 4.8rem;
    top: 18%;
    left: 29%;
  }

  #main-page-text-two {
    font-size: 4.8rem;
    top: 40%;
    left: 53%;
  }

  /* #main-page-container-text-one {
        width: 430px;
        height: 100px;
        font-size: 1.7rem;
    }
    #main-page-container-text-two {
        width: 430px;
        height: 130px;
        font-size: 1rem;
        text-align: center;
    } */
}

@media only screen and (max-width: 1440px) {
  #home-page-main-image {
    width: 350px;
    height: 400px;
  }

  #main-page-text-one {
    font-size: 4.8rem;
    top: 18%;
    left: 28.5%;
  }

  #main-page-text-two {
    font-size: 4.8rem;
    top: 37%;
    left: 53.5%;
  }
}

@media only screen and (max-width: 1280px) {
  #home-page-main-image {
    width: 350px;
    height: 400px;
  }

  #main-page-text-one {
    font-size: 4.4rem;
    top: 20%;
    left: 26%;
  }

  #main-page-text-two {
    font-size: 4.4rem;
    top: 40%;
    left: 55%;
  }

  /* #main-page-container-text-one {
        width: 410px;
        height: 100px;
        font-size: 1.7rem;
    }
    #main-page-container-text-two {
        width: 410px;
        height: 130px;
        font-size: 1rem;
        text-align: center;
    } */
}

@media only screen and (max-width: 1024px) {
  .img-position {
    display: none;
  }

  #home-page-main-image {
    width: 350px;
    height: 400px;
  }

  #main-page-img-container {
    font-size: 3rem;
    font-weight: 500;
  }

  #main-page-text-one {
    top: 20%;
    left: 20%;
  }

  #main-page-text-two {
    font-size: 4.4rem;
    top: 40%;
    left: 56%;
  }
}

@media only screen and (max-width: 912px) {
  #main-page-text-one {
    font-size: 3.9rem;
    top: 22%;
    left: 18%;
  }

  #main-page-text-two {
    font-size: 3.9rem;
    top: 35%;
    left: 58.5%;
  }
}

@media only screen and (max-width: 820px) {
  #main-page-text-one {
    font-size: 3.9rem;
    top: 22%;
    left: 14.5%;
  }

  #main-page-text-two {
    font-size: 3.9rem;
    top: 37%;
    left: 59%;
  }
}

@media only screen and (max-width: 768px) {
  #main-page-text-one {
    font-size: 4rem;
    top: 22%;
    left: 12%;
  }

  #main-page-text-two {
    font-size: 3.7rem;
    top: 37%;
    left: 60%;
  }

  /* #main-page-container-text-one {
        width: px;
        height: 100px;
        font-size: 1.7rem;
    }
    #main-page-container-text-two {
        width: 390px;
        height: 130px;
        font-size: 1rem;
        text-align: center;
    } */
}

@media only screen and (max-width: 567px) {
  #main-page-text-one,
  #main-page-text-two {
    display: none;
  }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                                ABOUT US PAGE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.about-spacing {
  /* padding: 2rem 3rem 4rem; */
  max-width: 88vw;
  margin: 0 auto;
  padding: 2rem 0 3rem;
}

/* .about_heading_style {
    max-width: 89.5vw;
    margin: 0 auto 4rem;
} */

.about_styling {
  padding: 3rem 0;
}

.heading-style {
  z-index: 1000;
  padding-bottom: 7rem;
  font-family: var(--font-family-3);
}

.heading-style p {
  margin-top: -1rem;
  margin-bottom: 0rem;
}

.aboutus_img-1 {
  height: 33.85%;
}

.aboutus_image_container .img_cont {
  max-height: 500px;
  height: 500px;
}

.aboutus_image_container .img_cont .aboutus_image img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}

.aboutus_image_container .img_cont .aboutus_img_1 {
  width: 100%;
  height: 100%;
  object-fit: stretch;
}

.aboutus_image_container .img_cont .aboutus_image {
  max-height: 225px;
  height: 225px;
}

.aboutus-text-panel {
  /* height: 25vh; */
  height: 100%;
}

.about-height {
  padding: 5rem 0;
}

.aboutus-text-panel-title {
  font-weight: 400;
}

.aboutus-content {
  height: 45vh;
}

.aboutus-images-main {
  width: auto;
  height: 500px;
  offset: cover;
  border-radius: 10px;
  /* z-index: -1; */
}

.aboutus-images {
  position: relative;
  margin-bottom: 100px;
}

.aboutus-images-sub-img-three,
.aboutus-images-sub-img-four,
.aboutus-images-main-small {
  display: none;
}

.aboutus-testmonial-small-screen {
  display: none;
}

.aboutus-images-sub-img-one {
  position: absolute;
  top: -20%;
  left: -13%;
  width: auto;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  border: 15px solid white;
  /* filter: blur(1px); */
}

.aboutus-images-sub-img-two {
  position: absolute;
  top: 80%;
  left: 25%;
  width: auto;
  height: 130px;
  object-fit: cover;
  border-radius: 10px;
  border: 15px solid white;
  /* filter: blur(1px); */
}

.artist-logo-img {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  object-fit: cover;
}

.heading-spacing {
  padding-left: 25px;
}

@media only screen and (min-width: 1440px) {
  .heading-style {
    font-size: 5.75rem;
    letter-spacing: 8px;
    z-index: 1000;
    padding-bottom: 7rem;
  }

  .aboutus-images-main {
    width: 450px;
    height: 550px;
    object-fit: cover;
  }

  .aboutus-images-sub-img-one {
    top: -14%;
    left: -15%;
    width: 250px;
    height: 180px;
    border-radius: 10px;
    border: 20px solid white;
  }

  .aboutus-images-sub-img-two {
    top: 75%;
    left: 45%;
    width: 250px;
    height: 180px;
    border-radius: 10px;
    border: 20px solid white;
    /* margin-right: 20px; */
  }

  .artist-logo-img {
    width: auto;
    height: 120px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 1360px) {
  .aboutus-images-main {
    width: 400px;
    height: 500px;
  }
}
@media only screen and (max-width: 1440px) {
  .heading-style {
    font-size: 5.85rem;
    letter-spacing: 8px;
    z-index: 1000;
    padding-bottom: 7rem;
  }

  .aboutus-images-main {
    width: 450px;
    height: 500px;
  }

  .aboutus-images-sub-img-one {
    top: -20%;
    left: -18%;
    width: 250px;
    height: 180px;
    border-radius: 10px;
    border: 20px solid white;
  }

  .aboutus-images-sub-img-two {
    top: 80%;
    left: 50%;
    width: 250px;
    height: 180px;
    border-radius: 10px;
    border: 20px solid white;
    /* margin-right: 20px; */
  }

  .artist-logo-img {
    width: auto;
    height: 120px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 1280px) {
  .heading-style {
    font-size: 4.9rem;
    letter-spacing: 6px;
    z-index: 1000;
    padding-bottom: 7rem;
  }

  .aboutus-images-main {
    width: 370px;
    height: 500px;
  }

  .aboutus-images-sub-img-one {
    top: -20%;
    left: -18%;
    width: 250px;
    height: 180px;
    border-radius: 10px;
    border: 20px solid white;
  }

  .aboutus-images-sub-img-two {
    top: 80%;
    left: 50%;
    width: 250px;
    height: 180px;
    border-radius: 10px;
    border: 20px solid white;
    /* margin-right: 20px; */
  }

  .artist-logo-img {
    width: auto;
    height: 120px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .heading-style {
    font-size: 3.9rem;
    letter-spacing: 5px;
  }

  .aboutus-images-main {
    width: 350px;
    height: 450px;
  }

  .aboutus-images-sub-img-one {
    top: -12%;
    left: -25%;
    width: auto;
    height: 160px;
    border-radius: 8px;
    border: 20px solid white;
  }

  .aboutus-images-sub-img-two {
    top: 80%;
    left: 60%;
    width: auto;
    height: 160px;
    border-radius: 8px;
    border: 20px solid white;
    /* margin-right: 20px; */
  }
}

@media only screen and (max-width: 992px) {
  .heading-style {
    font-size: 3.4rem;
    letter-spacing: 6px;
    padding-bottom: 8rem;
  }

  .aboutus-images-main {
    width: 400px;
    height: 450px;
  }

  .aboutus-images-sub-img-one {
    top: -15%;
    left: -18%;
    width: auto;
    height: 180px;
    border-radius: 10px;
    border: 20px solid white;
  }

  .aboutus-images-sub-img-two {
    top: 70%;
    left: 47%;
    width: auto;
    height: 180px;
    border-radius: 10px;
    border: 20px solid white;
  }

  .artist-logo-img {
    width: auto;
    height: 130px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 820px) {
  .heading-style {
    font-size: 3.1rem;
    letter-spacing: 5px;
  }

  .aboutus-images-main {
    width: auto;
    height: 450px;
  }

  .aboutus-images-sub-img-one {
    top: -15%;
    left: -18%;
    width: auto;
    height: 180px;
    border-radius: 10px;
    border: 20px solid white;
  }

  .aboutus-images-sub-img-two {
    top: 70%;
    left: 50%;
    width: auto;
    height: 180px;
    border-radius: 10px;
    border: 20px solid white;
  }

  .artist-logo-img {
    width: auto;
    height: 130px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .heading-style {
    font-size: 2.9rem;
    letter-spacing: 6px;
  }

  .heading-spacing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-header-space {
    padding-left: 0;
  }

  .aboutus-images-main {
    width: 300px;
    height: 400px;
  }

  .aboutus-images-sub-img-one {
    /* margin-left: 50px; */
    top: -20%;
    left: -13%;
    width: 200px;
    height: 160px;
    border-radius: 10px;
    border: 15px solid white;
  }

  .aboutus-images-sub-img-two {
    top: 70%;
    left: 50%;
    width: 200px;
    height: 160px;
    border-radius: 10px;
    border: 15px solid white;
    /* margin-right: 20px; */
  }

  .aboutus-images {
    display: flex;
    justify-content: center;
  }

  .artist-logo-img {
    width: 110px;
    height: 110px;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 712px) {
  .heading-style {
    display: none;
  }

  .aboutus-images-main {
    width: 300px;
    height: 400px;
    /* margin-top: 30px; */
  }

  .aboutus-images-sub-img-one {
    /* margin-left: 50px; */
    top: -15%;
    left: 0;
    width: 200px;
    height: 160px;
    border-radius: 8px;
    border: 15px solid white;
  }

  .aboutus-images-sub-img-two {
    top: 75%;
    left: 55%;
    width: 200px;
    height: 160px;
    border-radius: 8px;
    border: 15px solid white;
    /* margin-right: 20px; */
  }

  .aboutus-images {
    display: flex;
    justify-content: center;
  }

  .artist-logo-img {
    width: 110px;
    height: 110px;
    border-radius: 8px;
  }
}

@media only screen and (max-width: 650px) {
  .heading-style {
    display: none;
  }

  .aboutus-images-main {
    width: 300px;
    height: 400px;
    /* margin-top: 30px; */
  }

  .aboutus-images-sub-img-one {
    /* margin-left: 50px; */
    top: -15%;
    left: 0;
    width: 200px;
    height: 160px;
    border-radius: 8px;
    border: 15px solid white;
  }

  .aboutus-images-sub-img-two {
    top: 75%;
    left: 55%;
    width: 200px;
    height: 160px;
    border-radius: 8px;
    border: 15px solid white;
    /* margin-right: 20px; */
  }

  .aboutus-images {
    display: flex;
    justify-content: center;
  }

  .artist-logo-img {
    width: 110px;
    height: 110px;
    border-radius: 8px;
  }
}

/* ----About Us Image Section-----  */

.about-bg {
  background-image: url("https://media.timeout.com/images/105795964/image.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.aboutus-styling {
  max-width: 80vw;
  margin: 0 auto;
}

.aboutus_img {
  height: 70.5%;
}

.about-title {
  font-weight: 700;
  color: #027f85;
  margin: 0 0 15px;
  border-left: 5px solid #4f3625;
  padding-left: 15px;
}

@media only screen and (max-width: 768px) {
  .aboutus-styling {
    max-width: 85vw;
  }

  .aboutus_img {
    height: 100%;
  }
}

@media only screen and (max-width: 990px) {
  .aboutus-styling {
    max-width: 83vw;
  }

  .aboutus_img {
    height: 74.5%;
  }
}

/* @media only screen and (max-width: 1000px) {
    .about-border {
        border-top: 4px solid #10292f;
        padding-top: 2rem 0;
    }
} */

@media only screen and (min-width: 992px) {
  .about-side-border {
    border-left: 5px solid #10292f;
    padding-left: 2rem;
  }

  .about-border {
    border-left: 5px solid #10292f;

    padding-left: 2rem;
  }
}

@media only screen and (max-width: 712px) {
}

@media only screen and (max-width: 991px) {
  .about-side-border {
    border-left: 4px solid #10292f;
    padding-left: 1.5rem;
  }

  .about-border {
    border-top: 4px solid #10292f;
    padding: 2rem 0;
  }
}

@media only screen and (max-width: 766px) {
  .about-border {
    border-top: 4px solid #10292f;
    padding: 2rem 0;
  }

  .about-side-border {
    border-top: 4px solid #10292f;
    border-left: none;
    padding: 2rem 1rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .about-border {
    border-top: 4px solid #10292f;
    padding: 2rem 0;
  }
}

@media only screen and (max-width: 600px) {
  .aboutus-images-main {
    display: block;
  }

  .aboutus-testmonial-small-screen {
    display: block;
    margin-bottom: 2rem;
  }

  .aboutus-testmonial-large-screen {
    display: none;
  }

  .aboutus-images-sub-img-one {
    display: none;
    /* position: relative; */
    /* margin-left: 50px; */
    /* top: -20%;
        left: 28%; */
    /* width: 300px;
        height: 300px;
        border-radius: 5px;
        border: 15px solid white; */
  }

  .aboutus-images-sub-img-two {
    /* position: relative; */
    /* top: 90%;
        left: 30%; */
    /* width: 300px;
        height: 300px;
        border-radius: 5px;
        border: 15px solid white; */
    /* margin-right: 20px; */
    display: none;
  }

  .aboutus-position {
    display: block;
  }

  .aboutus-images-sub-img-three,
  .aboutus-images-sub-img-four,
  .aboutus-images-main-small {
    display: block;
    width: 300px;
    height: 400px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .artist-logo-img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 580px) {
  .aboutus-text-panel {
    max-width: 85%;
    margin: 2.5rem auto 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

/* .about {
    margin: 4rem 0;
} */

/* .aboutus-styling {
    max-width: 90vw;
    height: 100%;
    margin: 0 auto;
} */

.about .content h2 {
  font-weight: 700;
  font-size: 35px;
  color: var(--color-primary);
  /* margin: 4rem 0; */
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: var(--color-primary);
  line-height: 0;
}

.content-height {
  height: 200px;
}

@media only screen and (max-width: 992px) {
  .content {
    padding: 2rem 2.5rem 0;
  }

  .img-content {
    padding: 0 2.5rem;
  }

  .about_styling {
    padding: 2.5rem 0;
  }
}

@media only screen and (max-width: 567px) {
  .content {
    padding: 2rem 1.5rem 0;
  }

  .img-content {
    padding: 0 1.75rem;
  }

  /* .about_heading_style {
        max-width: 89vw;
        margin: 0 auto 3rem;
    } */

  .about .content h2 {
    font-size: 26px;
  }
}

/*------------------------- product page -------------------------*/

.content_area {
  max-width: 90vw;
  margin: 0 auto;
  padding: 3rem 0;
}

.product-card_area {
  max-width: 75vw;
  margin: 5rem auto;
}

.search_head-area {
  max-width: 80vw;
  margin: 3rem auto 0;
  /* margin: 5rem 8rem 3rem;
    padding: 0;
    width: auto; */
}

.search_area {
  padding: 0;
}

.product-heading {
  font-size: 2rem;
}

.search-heading {
  font-weight: 500;
}

/* .search_area {
    margin: 0rem 8rem;
    padding: 0;
    width: auto;
} */

.card_style {
  height: 60vh;
  margin: auto 0;
}

@media only screen and (max-width: 400px) {
  .content_area {
    max-width: 93vw;
  }

  .heading_style {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .search_head-area {
    max-width: 88vw;
    margin: 3rem auto 0;
    /* margin: 5rem 8rem 3rem;
        padding: 0;
        width: auto; */
  }

  .product-card_area {
    max-width: 80vw;
    margin: 3rem auto 0;
    font-size: 1.1rem;
  }

  .product-heading {
    font-size: 1.15rem;
    font-weight: 500;
  }

  .product-name {
    font-size: 1rem;
    font-weight: 500;
  }

  .search-heading {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

.card {
  border-radius: 10px;
  max-width: 31.8%;
  width: 31.8%;
}

.card-container {
  max-width: 80vw;
}

.product-card {
  max-width: 80vw;
  margin: 2rem auto;
}

.carousel-item.active {
  height: 100% !important;
}

@media only screen and (max-width: 1130px) {
  .card {
    max-width: 48%;
    width: 48%;
  }
}

@media only screen and (max-width: 700px) {
  .card {
    max-width: 90%;
    width: 90%;
  }
}

@media only screen and (max-width: 576px) {
  .card {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) {
  .card-size {
    min-height: 700px;
  }

  .carousel {
    width: 100%;
    max-height: 90vh;
    margin: auto 0;
    /* height: 600px; */
    display: flex;
  }
}

@media only screen and (min-width: 1280px) {
  .card-size {
    min-height: 600px;
  }

  .carousel {
    max-height: 90vh;
    margin: auto 0;
  }
}

@media only screen and (min-width: 1100px) {
  .card_style {
    height: auto;
  }

  .card-size {
    min-height: 550px;
  }

  .carousel {
    max-height: 80vh;
    margin: auto 0;
  }
}

@media only screen and (min-width: 912px) {
  .card_style {
    min-height: 80%;
  }

  .card-size {
    min-height: 500px;
  }

  .carousel {
    max-height: 70vh;
    margin: auto 0;
  }
}

@media only screen and (max-width: 768px) {
  .carousel {
    max-height: 60vh;
    margin: 0 auto;
  }

  .card_style {
    height: 390px;
  }

  .card-size {
    min-height: 400px;
  }
}

@media only screen and (max-width: 500px) {
  .card_style {
    height: 350px;
  }

  .card-size {
    min-height: 350px;
  }

  .carousel {
    max-height: 50vh;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 355px) {
  .carousel {
    max-height: 40vh;
    margin: 0 auto;
  }

  .product-card {
    max-width: 100vw;
    margin: 2rem auto;
  }

  /* .card {
        max-width: 100%;
        width: 100%;
    } */

  .card-size {
    min-height: 350px;
  }
}

.carousel-inner {
  border-radius: 20px;
  height: 90vh;
}

@media only screen and (max-width: 1400px) {
  .carousel-inner {
    height: 80vh;
  }
}

@media only screen and (max-width: 1024px) {
  .carousel-inner {
    height: 70vh;
  }
}

@media only screen and (max-width: 768px) {
  .carousel-inner {
    height: 60vh;
  }
}

@media only screen and (max-width: 712px) {
  .carousel-inner {
    height: 60vh;
  }
}

@media only screen and (max-width: 576px) {
  .carousel-inner {
    height: 50vh;
  }
}

.product-carousel-text {
  position: absolute;
  top: 10%;
  left: 20%;
  transform: translate(-50%, -50%);
  text-align: start;
}

@media only screen and (min-width: 500px) {
  .feature-title {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 400px) {
  .product-carousel-text {
    top: 10%;
    left: 25%;
  }
}

@media only screen and (min-width: 576px) {
  .feature-title {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .feature-title {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 992px) {
  .feature-title {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .feature-title {
    font-size: 1.8rem;
  }

  .product-carousel-text {
    top: 10%;
    left: 20%;
  }
}

@media only screen and (min-width: 1400px) {
  .feature-title {
    font-size: 2rem;
  }

  .product-carousel-text {
    top: 10%;
    left: 20%;
  }
}

.carousel img {
  height: 100%;
  margin: auto 0;
  object-fit: cover;
}

/*
.carousel {
    width: 100%;
    height: 400px;
    display: flex;
    overflow-x: scroll;
}

.carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.carousel-indicators [data-bs-target] {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-left: 5px;
}

.product-card-image {
  height: 230px;
  border-radius: 10px;
  object-fit: cover;
}

.product-card-artist-text {
  font-size: 1.1rem;
}

.product-card-text {
  font-size: 1.3rem;
  font-weight: bold;
}

.card-image {
  object-fit: cover;
}

.enquire-btn {
  background-color: var(--bg-color);
  color: var(--color-white--);
  font-weight: bold;
  border-radius: 20px;
}

.enquire-btn:hover {
  background-color: #04979e;
  color: var(--bg-color);
  font-weight: bold;
  border-radius: 20px;
}

/*--------------------------------------------------------------------
# Service Feature Section from About Us page (For 4 service card)
----------------------------------------------------------------------*/
.feature-box-1 {
  padding: 30px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
  min-height: 270px;
}

.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-1 .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #4f3625;

  text-align: center;
  border-radius: 50%;

  font-size: 27px;
}

.feature-box-1 .icon i {
  line-height: 70px;
}

.feature-box-1 .content-header {
  color: #027f85;
  font-weight: 600;
  margin: 0 0 30px;
}

.feature-box-1 p {
  margin: 0;
}

.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #027f85;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}

.feature-box-1:hover {
  top: -5px;
}

.feature-box-1:hover .content-header {
  color: #ffffff;
}

.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.feature-box-1:hover:after {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  left: 0;
  right: auto;
}

.section {
  padding: 6rem 0;
  position: relative;
  background: #fffaf0;
  margin-bottom: 0;
}

.section-title {
  padding-bottom: 45px;
}

.section-title h2 {
  font-weight: 700;
  color: #027f85;
  font-size: 45px;
  margin: 0 0 15px;
  border-left: 5px solid #4f3625;
  padding-left: 15px;
}

@media only screen and (min-width: 1000px) {
  .heading-name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .heading-name {
    font-size: 18px;
  }

  .section-title h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1200px) {
  .feature-box-1 {
    /*height: fit-content;*/
  }
}

/*--------------------------------------------------------------
# Cta Section from Home page (For Image Scrolling)
--------------------------------------------------------------*/
.cta {
  background: url("../images/background/Jujutsu-Kaisen.png") fixed center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 250px 0;
}

.cta h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.cta p {
  color: #fff;
  font-size: 20px;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: fixed;
    /* background-attachment: scroll; */
    padding: 150px 0;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/

.search2_head-area {
  max-width: 90vw;
  margin: 0 auto;
}

.services {
  padding: 4rem 0 6rem;
}

.services .img {
  border-radius: 8px;
  overflow: hidden;
  height: 450px;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  padding: 40px 20px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: var(--bg-color);
  color: #fff;
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.5);
}

/* .services .details .icon {
    margin: 0;
    width: 72px;
    height: 72px;
    background: var(--bg-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 28px;
    transition: ease-in-out 0.3s;
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    /* border: 6px solid var(--bg-color);
} */

.services .details h3 {
  color: white;
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
  text-decoration: none;
}

.services .details p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}

.services .details:hover h3 {
  color: var(--bg-color);
  transform: scale(1.1);
}

.services .details:hover {
  background: white;
  color: var(--bg-color);
}

@media only screen and (max-width: 1024px) {
  .services .img {
    height: 350px;
  }

  .details {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 576px) {
  .services {
    padding: 4rem 0.5rem;
  }

  .details {
    padding: 30px 20px;
  }

  .services .img {
    height: 270px;
  }

  .search2_head-area {
    max-width: 93vw;
    margin: 0 auto;
  }
}

/* @keyframes fadeInLeft {
    0% {
        opacity: 0;
        position: absolute;
        left: -20%;
    }
    25% {
        opacity: 0.25;
        z-index: -15%;
    }
    50% {
        opacity: 0.5;
        z-index: -10%;
    }
    75% {
        opacity: 0.75;
        z-index: -5%;
    }
    100% {
        opacity: 1;
        z-index: 10;
    }
} */

/* @keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-20%);
        display: flex;
    }
    to {
        opacity: 1;
        z-index: 10;
    }
} */
.carousel {
  max-height: unset !important;
}

@media only screen and (max-width: 768px) {
  .figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    width: 100%;
    height: 100%;
  }
}

.about {
  max-width: 95vw;
  margin: 0 auto;
}

.about-2 {
  max-width: 92vw;
  margin: 0 auto;
}

.modal {
  height: 100vh;
  width: 100vw;
}

.detail-modal {
  height: 85vh;
  width: 60vw;
}

.exe-img {
  height: 700px;
  object-fit: cover;
}

@media only screen and (max-width: 912px) {
  .detail-modal {
    height: 85vh;
    width: 90vw;
  }

  .exe-img {
    height: 600px;
  }
}

@media only screen and (max-width: 768px) {
  .detail-modal {
    height: 85vh;
    width: 90vw;
  }

  .exe-img {
    height: 500px;
  }
}
