/* New Code for Revamp */
body {
    line-height: 1 !important;
}

.border_none {
    border: none;
}

#header {
    z-index: 99 !important;
    position: unset;
}

.header_spacer {
    height: 0px !important;
}

#sidebar_category_nav {
    z-index: 1 !important;
}

#sidebar_left {
    position: relative;
}

.nav_header_main {
    position: unset;
}

.nav_header_main .sub_nav a {
    padding:15px 20px;
}

    #homeCarousel,
    .carousel-inner {
        min-height: 600px !important;
        max-height: 600px !important;
    }

.carousel-item{
  max-height: 600px !important;
}

.carousel-item img{
  height: 600px !important;
}

.carousel-indicators [data-bs-target]{
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
}

.icon_container .account{
  /* background-image: url(/art/icon-account-2025.png); */
  background-size: 28px 28px !important;
}


.nav_announcements{
  background-color: #97CA3D;
  color: #0F4C92;
  top: 0;
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding: .8rem 0rem;
  position: relative;
}


.nav_announcements a{
  color: unset;
  text-decoration: unset;
}


.nav_announcements p{
    margin-bottom:0rem;
}

.nav_announcements .close-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #595959;
}

.nav_announcements .close-btn:hover {
  color: #a94442;
}

.nav_announcements h6{
  margin: 0 !important;
  display: inline-block;
}

.nav_announcements h6:hover{
  color: white;
}

.carousel-control-next{
  opacity: .8 !important;
}

.carousel-control-prev{
  opacity: .8 !important;
}


.icon_container .header_search .txt_search{
  width: 363px;
  border-radius: 0px 5px 5px 0px;
}

.icon_container .header_search .img_search{
  border-radius: 5px 0px 0px 5px;
}

.services-container .services-text{
  text-align: center !important;
}

.services-container .services-text h1{
  color: #0F4C92;
  font-weight: 700;
  font-size: 40px;
  margin: 3rem;
  font-family: "Playfair Display", serif;
}

.services-container .services-text p{
  font-size: 20px;
  line-height: 40px;
}

.services-container .service-grid{
  display: grid;
  grid-template-columns: auto auto auto;
  width: 100%;
  gap: 2rem;
  margin: 3rem 0rem;
}

.services-container .service-grid-content{
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.services-container .service-grid-content a{
    z-index: 10;
    width: 100%;
    height: 100%;
}
.services-container .service-grid img{
  width: 100%;
  height: 25rem;
  object-fit: cover;
  transition: transform .4s; 
}

.services-container .overlay{
  position:absolute;
  width:100%; height:100%;
  top:0; 
  left:0;
  background:rgba(0, 0, 0, 0.37);
  opacity:0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  z-index: 5;
}

.services-container .service-grid-content:hover .overlay{
  opacity:1;
}

.services-container .service-grid-content:hover img{
  background-color: #00000066;
  transform: scale(1.2);
  transform-origin: 50% 50%;
}

.services-container .service-grid-content h4{
  position: absolute;
  right: 50%;
  top: 50%;
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: center;
  transform: translate(50%, -50%);
  color: white;
  text-shadow: 0px -1px 12px black;
  z-index: 99;
}

/* Review Section */
.social_reviews{
  background-color: unset !important;
  border: unset !important;
}

    .social_reviews h2, .instagram_header h2 {
        font-size: 40px !important;
        color: #0F4C92;
        font-family: "Playfair", serif;
        text-align: center;
        font-weight: 600 !important;
        margin-bottom: 2rem;
    }

.instagram_container .image_container{
  text-align: center;
}

.social_reviews .review-title-container{
  justify-content: center;
  text-align: center;
}

.social_reviews .review-title-container h3{
  color: black;
  font-size: 20px;
  margin: 1rem;
}

.social_reviews .review-title-container p{
  color: #595959;
  font-size: 17px;
  margin-bottom: 3rem;
}

.social_reviews .review-tile{
  color: white;
}

.social_reviews .review-tile .score-name{
  display: grid;
}

.social_reviews .review-tile .review-comment{
  text-align: left;
  line-height: 22px;
  padding-top: 1rem !important;
}

/* Featured in */
.featured-in-container{
    width: 100%;
    height: 14rem;
  background-color: #B0D6E2;

}

.featured-in-container hr{
  display: inline-block;
  width: 2%;
  position: relative;
  top: 24px;
  border-top: 3px solid #0F4C92;
  opacity: 1 !important;
}

.featured-in-container h5{
  font-size: 30px;
  text-align: center;
  color: #0F4C92;
  margin-top: 2rem;
  font-weight: 700;
  font-family: 'Playfair', serif;
}

.instagram_header{
  padding-top: 3rem;
  text-align: center;
}

.instagram_header h1{
  font-size: 40px;
  font-family: "Playfair", serif;
  margin-bottom: 2rem;
  color: #595959;
  font-weight: 700;
}

.instagram_container .image_container .credits{
  display: flex !important;
  align-items: center;
}

.instagram_container .image_container .credits span{
  padding: 0 !important;
}

.instagram_main_container .instagram_arrow{
  width: 3rem !important;
  position: absolute;
  top: 50%;
  transform: translate(-4%, -42%);
  margin-top: 0;
}


.instagram_right_arrow{
  margin-right: -5rem;
  box-shadow: unset !important;
  background-color: unset !important;
}
.instagram_left_arrow{
  margin-left: -5rem;
  box-shadow: unset !important;
  background-color: unset !important;
  background-image: url(/art/btn-arrow-left-new.png) !important;
}

.instagram_arrow{
  background-color: unset !important;
}

.featured-in-container .featured{
  display: flex;
  align-items: center;
  background-color: #B0D6E2;
  padding: 0rem 8rem;
}

.featured-in-container .featured img{
  width: 100%;
  height: 3.5rem;
  object-fit: contain;
  align-items: center;
  display: flex;
  padding: 2rem 3rem;
}

.footer{
  margin-top: 4rem !important;
}


.footer h2{
  font-family: "Playfair", serif;
  font-size: 25px !important;
}

.footer .social ul{
  display: flex;
  justify-content: right;
}

.footer .social ul li{
  justify-content: right;
  display: flex;
  width: 20% !important;
}



.footer .social h2{
  display: block;
  text-align: right;
}

.footer .newsletter{
  text-align: center;
}

.footer .social .ico_instagram a{
  background-image: url(/art/ig-footer-2025.png) !important;
}

.footer .social .ico_pinterest a{
  background-image: url(/art/pinterest-2025.png) !important;
}

.footer .social .ico_linkedin a{
  background-image: url(/art/linkedin-2025.png) !important;
}
.footer .social .ico_facebook a{
  background-image: url(/art/facebook-2025.png) !important;
}

.footer .social ul li {
    padding-bottom: 30px;
}

    .footer .social ul li a {
        padding: 0 !important;
    }


@media screen and (max-width: 736px) {
  .footer .newsletter {
      margin-bottom: 3rem !important;
  }

  .footer .social h2{
    text-align: center !important;
    margin-bottom: 2rem;
  }

  .footer .social ul li{
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .instagram_right_arrow{
    margin-right: -2rem;
  }
  .instagram_left_arrow{
    margin-left: -2rem;
  }
  .services-container .service-grid{
    display: block;
  }

  .services-container .service-grid-content{
    margin: 1.5rem 0rem;
  }

  .featured-in-container .featured{
    display: block;
    
  }
  .featured-in-container{
    position: unset;
    height: 100%;
  }
  .featured-in-container .featured img{
    padding: 2rem 0rem;
  }
  .instagram_header{
    padding-top: 3rem;
  }

  #rotator_wrapper {
    display: unset !important;
  }
  .carousel-caption h1{
    font-size: 30px !important;
  }

  .carousel-caption p{
    font-size: 16px !important;
  }

  .services-container .services-text p{
    font-size: 17px !important;
  }
  .services-container .services-text h1{
    margin: 2rem;
  }
  
}

@media screen and (max-width: 992px) {
  .carousel-caption{
    width: 80% !important;
    transform: translate(12%, -50%) !important;
  }

  .caption-right{
    transform: translate(-12%, -50%) !important;
  }
}

@media screen and (max-width: 1600px) {
  .featured-in-container .featured img{
    padding: 2rem 1rem;
  }
  .featured-in-container .featured{
    padding: 0rem 4rem;
  }
}

@media screen and (max-width: 1200px) {
    /* .featured-in-container .featured{
        display: grid;
        grid-template-columns: auto auto;
        gap: 1rem;
    }
    .featured-in-container .featured > *:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
    }
    .featured-in-container {
        height: unset;
    } */
    .featured-in-container .featured{
      display: block !important;
    }

    .featured-in-container .featured{
      display: block;
      
    }
    .featured-in-container{
      position: unset;
      height: 100%;
    }
    .featured-in-container .featured img{
      padding: 2rem 0rem;
    }
}

@media screen and (min-width: 736px) and (max-width: 1200px) {
  .icon_container .header_search .txt_search {
    width: 76% !important;
  }
}


/* Shop the look */
.shop-look .bottom-row p {
    margin: 30px 0px 30px 0px;
    line-height: 25px;
    font-size: 15px;
}

.shop-look .small-row{
    gap: 1.5rem;
}

.shop-featured-item h2 {
    font-weight: 400;
    text-align: left;
}

.shop-look .carousel-cell {
    padding: 0rem 1.2rem
}

.shop-glide .glide__arrow--right {
    background-size: 1rem;
    right: -2em;
}

.shop-glide .glide__arrow--left {
    background-size: 1rem;
    left: -2em;
}

.shop-featured-item{
    margin: 0rem 2rem;
}

@media screen and (max-width: 768px) {
    .shop-look .small-row .col-2 {
        height: unset !important;
    }

    .shop-look img {
        width: 100%;
        height: 20rem;
        object-fit: contain;
    }
    .featured-in-container .featured{
      display: block !important;
    }
    .service-text p{
      font-size: 17px !important;
    }
    .social_reviews h2, .instagram_header h2{
      font-size: 24px !important;
    }
    h1{
      font-size: 24px !important;
    }


}

.modal-content2 .close{
    color: black;
    font-size: 34px;
    top: 0px;
    right: 6px;
}

/* New Components */

.row{
  display: flex;
  width: 100%;
}

.col{
  width: 50%;
}

.w-100{
  width: 100%;
}

.blue-bg{
  background-color: #209BDE;
  color: white;
}

.orange-bg{
  background-color: #F2672A;
  color: white;
}

.blue-bg h2,
.orange-bg h2{
  color: white !important;
}

.blue-bg button{
  background-color: white !important;
  color: #209BDE !important;
}

.orange-bg button{
  background-color: white !important;
  color: #F2672A !important;
}

.live-text-container{
  align-items: center;
  margin: 4rem 0rem;  
}

.live-text-container .text-box{
  padding: 3rem;
}

.live-text-container h2{
  color: #0F4C92;
  font-weight: 700;
  font-size: 40px;
  font-family: "Playfair Display", serif;
}

.live-text-container p{
  font-size: 20px;
  line-height: 40px;
  margin: 2rem 0rem;
}

.live-text-container button{
  background-color: #0F4C92;
  color: white;
  padding: .7rem 5rem;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.img-banner{
  width: 100%;
  margin: 2rem 0rem;
}

.img-banner img{
  width: 100%;
  height: 25rem;
  object-fit: cover;
}

.banner-live-text{
  color: white;
  text-align: center;
  padding: 4rem 0rem;
  background-color: #00B095;
}

.banner-live-text h2{
  font-size: 40px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.banner-live-text button{
  background-color: white;
  color: #00B095;
  padding: .7rem 5rem;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.banner-live-text p{
  font-size: 20px;
  margin: 2rem 0rem;
  line-height: 37px;
}



/* Home glide */
.home-carousel{
  position: relative;
  width: 100%;
  height: 60vh;
}

.home-carousel .glide__arrow--right{
  right: 0em !important;
}

.home-carousel .glide__arrow--left{
  left: 0em !important;
}

.home-carousel .carousel-cell{
  height: 60vh;
  position: relative;
}

.home-carousel .carousel-cell img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-carousel .carousel-cell video{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.glide__arrow{
  box-shadow: unset !important;
  border: none !important;
}

.home-carousel .glide__arrow img{
  filter: invert(1);
}

.carousel-caption{
  position: absolute;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: unset !important;
  left: 0% !important;
  right: unset !important;
  width: 30%;
  top: 50%;
  transform: translate(25%, -50%);
  padding: 2rem;
}

.carousel-caption h1{
  font-family: 'Playfair Display', serif;
  font-size: 47px;
  color: #595959;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.carousel-caption p{
  color: #595959;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}

.carousel-caption a{
  text-decoration: none;
}

.carousel-caption button{
  background-color: transparent;
  color: #595959;
  border: 2px solid #595959;
  padding: .8rem 3rem;
  font-size: 20px;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  margin: auto;
  text-decoration: none;
  display: flex;
}

.carousel-caption button:hover{
  background-color: #595959;
  color: white;
}

.caption-right{
  right: 0% !important;
  left: unset !important;
  transform: translate(-25%, -50%);
}

.caption-center{
  right: 50% !important;
  left: unset !important;
  transform: translate(50%, -50%);
}

.favorite-section{
  margin: 5rem 0rem;
  position: relative;
}

.decorated-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px; /* adjust to your design */
    position: relative;
    gap: 1rem;
    color: #0F4C92;
    font-weight: 600;
    font-family: "Playfair Display", serif;
    margin: 2rem 0rem;
}
  
.decorated-heading::before,
.decorated-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #0F4C92; /* or your desired color */
}

.favorite-carousel img{
  width: 70%;
  object-fit: contain;
  margin: auto;
  display: flex;
}

.favorite-carousel .carousel-cell{
  cursor: pointer;
}


.favorite-carousel .favorite-caption{
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}


/* ------------------- Shop the look Page---------------- */
.shop-look img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.shop-look .row {
    display: flex;
}

.shop-look .top-row {
    gap: .5rem;
}

    .shop-look .top-row p {
        text-transform: uppercase;
        text-align: center;
    }

    .shop-look .top-row img {
        height: 22rem;
    }

.shop-look .bottom-row {
    gap: 1.5rem;
}

.shop-look .small-row {
    gap: .5rem;
}

.shop-look .shop-big-title {
    font-size: 60px !important;
    text-align: center !important;
    color: #737373 !important;
    font-weight: 800 !important;
    margin-bottom: 1.2rem;
}

.shop-look .shop-italic-title {
    font-size: 50px !important;
    text-align: center !important;
    color: black !important;
    font-family: 'Playfair Display', serif !important;
    font-style: italic !important;
    line-height: 3rem;
}

.shop-look .bottom-row p {
    text-align: center;
}

.shop-look .small-row .col-2 {
    height: 15rem;
}

.shop-look .row .col-3 {
    width: 33.3333%;
}

.shop-look .row .col-2 {
    width: 48%;
}

/* Shop Glide */
.shop-featured-item {
    position: relative;
}

    .shop-featured-item h2 {
        color: #737373 !important;
        border-bottom: 1px solid #209bde;
        margin-bottom: 2rem;
        margin-top: 2rem;
        padding: 8px 8px 8px 0px;
    }

.shop-glide p {
    text-align: center;
}

.shop-glide .glide__arrow {
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.40);
}

.shop-glide .glide__arrow--right {
    right: -4em;
    background-image: url(/art/btn-arrow-right-new.png);
}

.shop-glide .glide__arrow--left {
    background-image: url(/art/btn-arrow-left-new.png);
    left: -4em;
}

@media screen and (max-width: 768px) {
    .shop-look .row {
        display: block;
    }

    .shop-look .top-row img {
        height: 15rem;
    }

    .shop-look img {
        margin: 1rem 0rem;
    }

    .shop-look .shop-big-title {
        font-size: 40px !important;
    }

    .shop-look .shop-italic-title {
        font-size: 30px !important;
    }

    .shop-look .col-2 {
        width: 100% !important;
    }

    .shop-look .col-3 {
        width: 100% !important;
    }

    .shop-glide .glide__arrow--right {
        right: 0;
    }

    .shop-glide .glide__arrow--left {
        left: 0;
    }
}
