@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@font-face {
  font-family: Arizona;
  src: url(../Fonts/ArizonaFlare/ABCArizonaFlare-Light.otf);
}

@font-face {
  font-family: ArizonaLight;
  src: url(../Fonts/ArizonaFlare//ABCArizonaFlare-LightItalic.otf);
}

.font_Arizona {
  font-family: "Arizona", sans-serif;
}

.font_Arizona_light {
  font-family: "ArizonaLight", sans-serif;
}

a{
  text-decoration: none;
  color: inherit;
}

.header {
  width: 100%;
  display: block;
  margin: auto;
  padding: 20px 2.5%;
  padding-top: 30px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  background: #54625E;
}

.header.scrolled {
  background: rgb(84, 98, 94, 0.9);
  padding: 10px 2.5%;
  padding-top: 15px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.scrolled .desktop_menu_items {
  margin-top: 15px !important;
}

.scrolled .headerIcons {
  padding-top: 10px !important;
}

.header i {
  /* color: white; */
  cursor: pointer;
  font-size: 20px;
}

.headerIcons i {
  transition: 0.3s ease-in-out;
  font-size: 25px !important;
}

.headerIcons i:hover {
  color: white !important;
  scale: 1.05;
}

.limitedWidth {
  max-width: 500px;
}
.limitedWidth700 {
  max-width: 700px;
}

.header_logo {
  width: 500px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
  margin-top: 20px;
  cursor: pointer;
  /* display: none; */
}

#contactForm {
  max-width: 750px;
  margin: auto;
}

.newIcons {
  max-width: 140px !important;
  margin-bottom: 15px;
}

.header_banner {
  width: 95%;
  margin: auto;
  height: 90vh;
  overflow: hidden;
  position: relative;
  margin-top: 180px;
}

.header_banner img,
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-video {
  width: 100%;
  min-height: 600px;
  object-fit: cover;
}

.secondSection {
  background-color: #F5F3F3;
  padding: 80px 0;
  height: auto;
}


.contactPageBg {
  background-color: #D6C4B3 !important;
}

.downloadPageBg {
  background-color: #54615E !important;
}

.bgSand {
  background-color: #D6C4B3 !important;
}

.contactPageNewBanner {
  width: 100%;
  min-height: 600px;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.contactPageNewBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactPageNewBanner .container {
  height: 200px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  /* border: 1px solid white; */
  color: white;
}




.borderBottom {
  /* padding-bottom: 10px; */
  /* border-bottom: 1px solid white; */
}

.desktop_menu_items {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 7.5vw;
  margin-top: 25px;
}

.desktop_menu_items a {
  color: white;
  font-size: 17px;
  font-weight: 200;
  text-decoration: none;
  transition: 0.3s ease;
  font-family: "Arizona", sans-serif;
  letter-spacing: 1px;
}

.desktop_menu_items a:hover {
  color: #e4d1bf;
  scale: 1.02;
}

.header_content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: white;
  width: 100%;
}

.header_content span {
  /* font-size: clamp(17px, 25px, 4vw); */
  font-size: clamp(17px, 30px, 4vw);
  text-align: center;
  font-family: "Arizona", sans-serif;
}

.header_content button {
  width: 200px;
  height: 45px;
  padding: 10px;
  font-size: 12px;
  background-color: #54615E;
  color: white;
  border: none;
  border: 1px solid #5f6d66;
  outline: none;
  /* font-weight: 600; */
  transition: 0.5s ease-in-out;
}

.header_content button:hover {
  background-color: #fff;
  border: 1px solid #5f6d66;
  color: #5f6d66;
}


.prestige_btn {
  min-width: 190px;
  height: 45px;
  padding: 10px;
  font-size: 12px;
  background-color: #54615E;
  color: white;
  border: none;
  outline: none;
  /* font-weight: 600; */
  border: 1px solid #5f6d66;

  transition: 0.5s ease-in-out;
}

.prestige_btn:hover {
  background-color: #fff;
  border: 1px solid #5f6d66;
  color: #5f6d66;
}

.service_heading {
  font-family: "Arizona", sans-serif;
  color: #54625E;
  /* color:#D6C4B3; */
  letter-spacing: 1px;
  font-size: clamp(16px, 18px, 2.5vw);
}

.service_text {
  color: #54625E;
  line-height: 32px;
  /* font-size: clamp(18px, 25px, 2vw); */
  font-size: clamp(16px, 15px, 2vw);
  font-family: "Arizona", sans-serif;
}

.small_text {
  /* font-size: clamp(14px, 15px, 1.5vw); */
  font-size: clamp(16px, 17px, 2vw);
  font-weight: 300;
}

.home_card,
.collection_card {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 75vh;
  max-height: 700px;
  /* height: clamp(500px, 450px, 30vh); */
}

.collection_card {
  height: 65vh;
}

.home_card span,
.collection_card span {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: white;
  font-size: 23px;
  opacity: 0;
  transition: 0.3s ease-in-out;
  font-family: Arizona;
  text-transform: uppercase;
}

.collection_card span {
  font-size: 30px;
  left: 30px;
}

.home_card img,
.collection_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  cursor: pointer;
}

.home_card:hover img,
.collection_card:hover img {
  transform: scale(1.1);
}

.home_card:hover span,
.collection_card:hover span {
  opacity: 1;
}

.home_cards_wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  /* No gaps between cards */
  width: 95%;
  margin: auto;
  margin-top: 100px;
}

.collection_cards_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  /* No gaps between cards */
  width: 95%;
  margin: auto;
  margin-top: 100px;
}

.collection-detail-description {
  color: #54625E;
  line-height: 30px;
  font-size: clamp(18px, 18px, 2vw);
  font-weight: 400;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  padding-top: 15px;
  margin-bottom: 150px;
}


.product_characteristic_wrap {
  /* border-top: 1px solid silver; */
  border-bottom: 1px solid silver;
  padding: 20px 0;
  height: 75px;
  overflow: hidden;
}

/* only first item gets top border */
.product_characteristic_wrap:first-child {
  border-top: 1px solid silver;
}

.product_characteristic_wrap .d-flex {
  cursor: pointer;
  user-select: none;
}

.bg_seaGreen {
  background-color: #5f6d66 !important;
  padding: 150px 0 !important;
}

.aboutSecondPara {
  padding-top: 40px;
  max-width: 600px;
}

.product_characteristic_wrap span {
  font-size: 25px;
  color: #5f6d66;
  margin-right: 20px;

}

.product_characteristic_wrap .content {
  /* margin-top: 20px; */
  max-width: 95%;
}

.product_characteristic_wrap .content p {
  margin: 0;
  margin-top: 20px;
  line-height: 1.5;
  color: #5f6d66;
  font-weight: 400;
}

.product_characteristic_wrap .content p:last-child {
  margin-bottom: 20px;
}

.approach_section {
  width: 100%;
  height: auto;
  padding: 100px 0;
  padding-bottom: 50px;
  background-color: #F5F3F3;
  margin-top: 100px;
}

.text_sand {
  color: #D6C4B3;
}

.mobPadding1 {
  /* padding: 180px 0 !important; */
}

.myPrestigeSection {
  padding: 110px 0 !important;

}

.projects_section {
  padding-left: 5% !important;
  position: relative;
  margin-top: 200px;
}

.projects_intro {
  width: 100%;
  max-width: 20%;
  position: absolute;
  top: 20px;
  left: 5%;
}

.projects-layout {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 15px;
  width: 95%;
  position: relative;
  /* max-width: 1400px; */
  /* margin: 0 auto; */
  /* padding: 20px; */
}

.projects-layout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 8px; */
}

/* Image 1 - Top Left (smaller height) */
.projects-layout img:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1 / 2;
  height: 350px;
  align-self: end;
}

/* Image 2 - Top Center (tallest) */
.projects-layout img:nth-child(2) {
  grid-column: 4 / 10;
  grid-row: 1 / 2;
  height: 700px;
  align-self: end;
}

/* Image 3 - Top Right (smaller height) */
.projects-layout img:nth-child(3) {
  grid-column: 10 / 13;
  grid-row: 1 / 2;
  height: 350px;
  align-self: end;
}

/* Image 4 - Bottom Left (medium height, centered) */
.projects-layout img:nth-child(4) {
  grid-column: 3 / 6;
  grid-row: 2 / 3;
  height: 450px;
  align-self: start;
  /* margin-top: 20px; */
}

/* Image 5 - Bottom Right (medium height, centered) */
.projects-layout img:nth-child(5) {
  grid-column: 6 / 11;
  grid-row: 2 / 3;
  height: 380px;
  align-self: start;
  /* margin-top: 20px; */
}

.services_section {
  width: 100%;
  min-height: 200px;
  padding-top: 80px;
  background-color: #E7DBD1;
  padding-bottom: 51px;
}

.text_seagreen {
  color: #5f6d66;
}

/* #autoSlider{
  height: 400px;
} */

.services_image_box {
  width: 100%;
  /* min-height: 450px; */
  height: 65vh !important;
  max-height: 700px;
  position: relative;
  transition: 0.3s ease-in-out;
  overflow: hidden;
}

.services_image_box .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-family: "Arizona", sans-serif;
}

.services_image_box .description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}

.services_image_box:hover .description {
  max-height: 200px;
}

.services_image_box img {
  transition: scale 0.5s ease;
}

.services_image_box:hover img {
  scale: 1.1;
}

.services_image_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_contact_section {
  width: 100%;
  min-height: 500px;
  padding: 120px 0;
  padding-bottom: 70px;
  background-color: #F5F3F3;
  color: #5f6d66;
}

/* .home_contact_section .textPadding2{
  width: 100% !important;
  max-width: 750px !important;
} */

.servicesSection {
  background-color: #F5F3F3;
  padding: 80px 0;
  padding-top: 60px;
}

.contact_input {
  width: 100%;
  height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #5f6d66;
  color: #5f6d66;
  padding: 1px 5px;
}

.contact_input::placeholder {
  color: #5f6d66;
  font-weight: 400;
}

.contact_textarea {
  width: 100%;
  height: 150px;
  background-color: transparent;
  border: none;
  outline: none;
  border: 1px solid #5f6d66;
  padding: 5px;
  color: #5f6d66;
}

.contact_btn {
  width: 100px;
  height: 50px;
  background-color: #5f6d66;
  border: none;
  outline: none;
  color: white;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #5f6d66;

  transition: 0.5s ease-in-out;
}

.contact_btn:hover {
  background-color: #fff;
  border: 1px solid #5f6d66;
  color: #5f6d66;
}

.social_icons i,
.social_footer_icons i {
  color: white;
  font-size: 25px;
  margin-right: 15px;
  transition: 0.3s ease;
  cursor: pointer;
}

.social_footer_icons i {
  color: #fff;
}

.social_footer_icons i:hover {
  scale: 1.1;
}

.social_icons i:hover {
  scale: 1.1;
  color: #e4d1bf;
}

.footer {
  background-color: #54625E;
  padding: 100px 0;
  padding-bottom: 60px;
  height: auto;
}

.footer_links,
.footer_links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  font-weight: 400;
}

.text_darkgreen {
  color: #54625E;
}

.footer_email_input {
  width: 100%;
  height: 45px;
  border: none;
  outline: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.footerSend {
  background-color: #D6C4B3 !important;
  color: #fff !important;
  width: 100px !important;
  min-width: 100px !important;
}

.footerSend:hover {
  background-color: #fff !important;
  color: #5f6d66 !important;
  width: 100px !important;
  min-width: 100px !important;
}

.footer_email_input::placeholder {

  color: #fff;
}

.test {
  border: 1px solid red;
}

.footer_logo {
  width: 250px;
  display: block;
  margin: auto;
  margin-top: -50px;
}

.footer_line {
  width: 100%;
  border-top: 1px solid #d0dad5;
  margin-top: 70px;
  color: #fff;
  padding-top: 20px;
  font-size: clamp(16px, 16px, 2vw);
}

.mx200 {
  max-width: 200px;
}
.mx220 {
  max-width: 220px;
}

@media (min-width:992px) {
  .DesktopPadding {
    padding: 100px 0 !important;
    padding-top: 150px !important;
  }
}

/* Tablet Responsive */
@media (max-width: 992px) {
  .header_logo {
    width: 300px;
  }

  .myPrestigeSection {
    padding: 10px 0 !important;

  }

  .header {
    padding: 0px 2.5%;
    padding-top: 0px;
  }

  .header.scrolled {
    padding: 0px 2.5%;
    padding-top: 0px;
    padding-bottom: 1px;
    padding-top: 1px;
  }

  .header_logo {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .footer_links,
  .footer_links a {
    text-align: center;
  }

  .desktop_menu_items a {
    color: white;
    font-size: 15px;
    font-weight: 200;
    text-decoration: none;
  }

  .projects-layout img:nth-child(1) {
    grid-column: 1 / 7;
    grid-row: 1 / 2;
    height: 300px;
  }

  .projects_intro {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 20px;
    left: 0%;
    padding: 5%;
    margin-bottom: 40px;
  }

  .projects_section {
    padding-left: 0% !important;
  }

  .projects-layout img:nth-child(2) {
    grid-column: 7 / 13;
    grid-row: 1 / 2;
    height: 300px;
  }

  .projects-layout img:nth-child(3) {
    grid-column: 1 / 13;
    grid-row: 2 / 3;
    height: 350px;
  }

  .projects-layout img:nth-child(4) {
    grid-column: 1 / 7;
    grid-row: 3 / 4;
    height: 300px;
    margin-top: 0;
  }

  .projects-layout img:nth-child(5) {
    grid-column: 7 / 13;
    grid-row: 3 / 4;
    height: 300px;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  #menuToggle .fa-x {
    display: none;
    color: white;
  }

  .projects-layout {
    width: 100%;
  }

  .service_heading {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
  }

  .header_banner {
    height: 80vh;
    margin-top: 100px;
  }

  .contactPageNewBanner .container {
    margin-bottom: 40px;
  }

  .collection_cards_wrap {
    grid-template-columns: repeat(1, 1fr)
  }

  .footer_email_input,
  .footerSend {
    margin-left: 12px;
  }

  .aboutLayout {
    width: 100%;
  }

  .approach_section {

    margin-top: 20px;
  }

  .services_section {
    padding-bottom: 0px;
  }

  .secondSection {
    padding: 0px 0;
  }

  .home_card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
  }

  .servicesSection {

    padding: 50px 0;
    padding-top: 30px;
  }

  .home_contact_section {
    padding: 50px 0;
    padding-bottom: 40px;
  }

  .home_card {
    height: auto;
  }

  .header_logo {
    position: relative;
    left: 0;
    transform: translateX(0);
  }

  .services_section,
  .mobPadding1 {
    padding-top: 30px;
  }

  .mobPadding1 {
    padding: 0px 0 !important;
  }

  #home_portfolio_slider {
    margin-top: 70px !important;
    margin-bottom: 20px !important;
  }

  .scrolled .borderBottom {
    transform: translateY(5px);

  }

  .borderBottom {
    transform: translateY(15px);
  }


  [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
  }

  [data-aos][data-aos][data-aos-easing=ease-in-out],
  body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out;
  }

  [data-aos][data-aos][data-aos-duration="800"],
  body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s;
  }

  [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }

  @media (max-width: 992px) {
    .projects_section {
      padding-left: 0% !important;
    }
  }

  .projects_section {
    padding-left: 5% !important;
    position: relative;
    margin-top: 20px;
  }

  .home_cards_wrap {
    margin-top: 40px;
  }

  .textPadding {
    padding-left: 24px;
    padding-right: 24px;
  }

  .textPadding2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .desktop_menu_items {
    margin-top: 40px;
  }

  .projects_section {
    padding-left: 0% !important;
  }

  .mobPadding2 {
    padding: 45px 24px;
    padding-bottom: 10px;
  }

  .approach_section {
    padding: 30px 0 !important;
  }

  .header.scrolled {
    padding-bottom: 0 !important;
  }

  .header_content {
    width: 100%;
  }

  .header_content span {
    text-align: center;
    max-width: 250px;
    margin: auto;
  }

  .desktop_menu_items {
    height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
  }

  .header_logo {
    max-width: 250px;
  }

  .OpenedMenu {
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }
}

/* Mobile Responsive */
@media (max-width: 576px) {
  .projects-layout {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .projects-layout img:nth-child(1),
  .projects-layout img:nth-child(2),
  .projects-layout img:nth-child(3),
  .projects-layout img:nth-child(4),
  .projects-layout img:nth-child(5) {
    grid-column: 1 / 2;
    height: auto;
    margin-top: 0;
  }

  .projects-layout img:nth-child(1) {
    grid-row: 1 / 2;
  }

  .projects-layout img:nth-child(2) {
    grid-row: 2 / 3;
    height: 300px;
  }

  .projects-layout img:nth-child(3) {
    grid-row: 3 / 4;
  }

  .projects-layout img:nth-child(4) {
    grid-row: 4 / 5;
  }

  .projects-layout img:nth-child(5) {
    grid-row: 5 / 6;
  }
}

/* Tablet Style (2 items per row) */
@media (min-width: 600px) and (max-width: 1024px) {
  .home_cards_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop Style (3 items per row) */
@media (min-width: 1025px) {
  .home_cards_wrap {
    grid-template-columns: repeat(3, 1fr);
  }

  .desktopPadding {
    padding-top: 43px !important;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 90%;
  }
}

#home_portfolio_slider .splide {
  position: relative;
  width: 100%;
  height: 90vh;
}

#home_portfolio_slider .splide__slide img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}



#home_portfolio_slider .splide__slide {
  background: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}

#home_portfolio_slider .splide__pagination {
  position: absolute;
  bottom: 50px;
  right: 100px;
  left: auto;
  display: flex;
  gap: 20px;
}

#home_portfolio_slider .splide_pagination_page {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 0;
  background: transparent;
  opacity: 1;
}

#home_portfolio_slider .splide__pagination__page.is-active {
  background-color: #fff;
  scale: 0.8;
  border-radius: 0px;
}

.splide__pagination__page {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid white;
  scale: 1.2;
}

#home_portfolio_slider {
  margin-top: 150px;
  margin-bottom: 100px;
}

.portfolio_slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.potfolio_slide_content {
  position: absolute;
  color: white;
  display: flex;
  justify-content: start;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  bottom: 50px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
  /* border: 1px solid white; */
}

.potfolio_slide_content p {
  margin: 0;
  font-family: Arizona;
}

#home_portfolio_slider {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.contactText {
  max-width: 400px;
  display: flex;
  justify-content: center;
}

.potfolio_slide_content p:first-child {
  margin: 0;
  font-size: 25px;
  color: #fff;
  letter-spacing: 2px;
}

.potfolio_slide_content p:nth-child(2) {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.potfolio_slide_content button {
  width: 150px;
  height: 45px;
  background-color: #54615E;
  color: white;
  font-size: 14px;
  border: none;
  outline: none;
  /* margin-top: 25px; */
}

/* Square dots */
.custom-dot {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-dot.active {
  background: #000;
}

@media (max-width: 768px) {
  #home_portfolio_slider .splide__pagination {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: auto;
    display: flex;
    gap: 15px;
  }

  .MobLogo {
    max-width: 80%;
    display: block;
    margin: auto;
  }

  #home_portfolio_slider .splide {
    position: relative;
    width: 100%;
    height: 95vh;
  }

  #home_portfolio_slider .splide__slide img {
    width: 100%;
    height: 95vh;
    object-fit: cover;
  }

  .potfolio_slide_content {
    position: absolute;
    color: white;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .potfolio_slide_content p:first-child {
    margin: 0;
    font-size: 23px;
  }

  .potfolio_slide_content p:nth-child(2) {
    margin: 0;
    color: #fff;
    font-size: 16px;
  }
}



#horizontal-scoll {
  /* padding: 150px 0; */
  /* border: 3px solid green; */
  display: flex;
  align-items: center;
  position: relative;
}

.horizontal-scoll-wrapper {
  /* overflow: hidden; */
  height: 300px;
  padding-top: 80px;
  /* border: 1px solid red; */
}


.horizontal {
  display: flex;
  height: 350px;
}

.sliderCard {
  width: 300px;
  height: 300px;
  /* border: 1px solid gray; */
  /* margin-top: -80px; */
  position: relative;
  /* border: 1px solid red; */
}

.splide__list {
  position: relative;
  /* border: 2px solid red; */
}

.sliderCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content_overly {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: rgb(0, 0, 0, 0.5);
  left: 0;
}

.sliderCard .content {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-height: 90%;
  color: white;
  padding: 10px;
}

.content h1 {
  font-size: 60px;
  font-family: 'ArizonaLight';
  ;
  font-style: italic;
  margin: 0;
  line-height: 50px;
  font-weight: 200;
  margin-bottom: 5px;
}

.content h6 {
  font-size: 17px !important;
  margin: 0;
}

.content i {
  font-size: 26px !important;
  text-align: center;
  margin: auto;
  display: block;
  margin-top: 50px;
}

.content p {
  line-height: 18px;
}

.firstline {
  width: 172px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 182px;
  top: 95px;
  z-index: 100000;
}

.secondline {
  width: 148px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 207px;
  top: 95px;
  z-index: 100000;
}

.thirdline {
  width: 150px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 204px;
  top: 95px;
  z-index: 100000;
}

.fourthline {
  width: 150px;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 204px;
  top: 95px;
  z-index: 100000;
}


.why-video{
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

@media (min-width:992px) and (max-width:1199px) {
  .projects_intro{
        top: -40px !important;
  }
}