/*@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  --bs-color-rgb: 30, 67, 125;
  --bs-color-gold-rgb: 212, 175, 55;

  --theme: #273754;
  --bs-color: #4b716a;
  --bs-text: #fff;
  --bs-light: #bdc7d8;
}
body{
    font-family: "Tinos", serif !important;
    font-weight: 400;
    font-style: normal;
}

.btn-primary {
   
    --bs-btn-bg: #4b716a;
    --bs-btn-border-color: #4b716a;
    --bs-btn-disabled-bg: #4b716a;
    --bs-btn-disabled-border-color: #4b716a;
    --bs-btn-active-bg: #4b716a;
    --bs-btn-active-border-color: #4b716a;
    --bs-btn-hover-bg: #4b716a;
    --bs-btn-hover-border-color: #4b716a;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.7rem !important;
}

.fs-10 {
  font-size: 0.6rem !important;
}

.w-fit {
  width: fit-content !important;
}

.w-max {
  width: max-content !important;
}

.h-fit {
  height: fit-content !important;
}

.h-max {
  height: max-content !important;
}


.logo {
  color: var(--bs-color);
}
.text-color {
  color: var(--theme);
}
.bg-primary {
  background-color: var(--bs-color) !important;
}
.bg-color {
  background-color: var(--theme) !important;
  color: #fff !important;
}
.sub-heading {
  color: var(--bs-color);
 font-family: "Tinos", serif;
  font-weight: 400;
  font-style: normal;
}

.bg-color:hover,
.bg-color:focus {
  background-color: var(--theme) !important; /* keep same bg */
  color: #fff !important; /* keep text white */
}
.more-text {
  display: none;
}
.more-text.show {
  display: block;
}
.header {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: var(--theme) ;
  
} 
.heading {
  position: relative;       /* needed for ::after positioning */
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: var(--theme);
  text-align: center;       /* keeps text centered */
}

.heading::after {
    content: "";
    position: absolute;
    top: -30px;
    right: 38%;
    width: 40px;
    height: 40px;
   
    background-size: contain;
    pointer-events: none;
}


.btn-outline-custom {
  border-color: var(--theme) !important;
  color: var(--theme) !important;
  width: fit-content;
}
.btn-outline-custom:hover {
  
  color: #fff !important;
}

.highlight-list {
  background-color: var(--bs-color);

  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;

  position: relative;
}

.divider {
  width: 1px;
  background-color: #fff;
  height: 100%;
}
.scroll-hidden {
  scrollbar-width: none !important;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marquee-wrapper {
  overflow: hidden; 
  width: 100%;
}

.marqueeslide {
  display: flex;
  flex-wrap: nowrap;
  animation: scroll-left 10s linear infinite;
}
marquee-1{
      display: flex;
  flex-wrap: nowrap;
  animation: scroll-left 20s linear infinite;
}

.img{
    border-bottom-left-radius: 70px;
  border-top-right-radius: 70px;
}
.img-right{
    border-bottom-right-radius: 70px !important;
  border-top-left-radius: 70px !important;
}
.up .img{
    transform: translateY(-25px);
}
.aspect-ratio-916{
    aspect-ratio: 9/16 !important;
}
.w-40{
    width: 40% !important;
}
.placeholder-white::placeholder{
    color: white !important;
}
.styled-list li{
      position: relative;
  padding-left: 25px; /* space for bullet */

}
.styled-list  li::before{
content: "";
  position: absolute;
  left: -10px;

  top: 50%;
  width: 30px;   /* smaller size */
  height: 30px;  /* smaller size */
  transform: translateY(-50%);
    background: url("/assets/star.webp") no-repeat center center;
  background-size: contain;
}
.marqueeslide > div {
  flex: 0 0 100%;
  max-width: 45rem;
}

.btn-1{
     border-bottom-left-radius:30px;
  border-top-right-radius: 30px;
}
.border1{
    border-color: var(--bs-color) !important;
}

.right-btn{
    background-color: var(--bs-color) !important;
}

.form-control {
    color: #fff;
    
}
.float .fa-whatsapp {
                 display: flex
    ;
            align-items: center;
            justify-content: center;
            padding: 12px;
            width: fit-content;
         
            border-radius: 8px;
            position: fixed;
            bottom: 70px;
            left: 20px;
            z-index: 4;
            font-size: 40px;
    }

.btn-primary {
    --bs-btn-bg: #4b716a;
    --bs-btn-border-color: #4b716a;
    --bs-btn-disabled-bg: #4b716a;
    --bs-btn-disabled-border-color: #4b716a;
    --bs-btn-active-bg: #4b716a;
    --bs-btn-active-border-color: #4b716a;
    --bs-btn-hover-bg: #4b716a;
    --bs-btn-hover-border-color: #4b716a;
    border-radius: var(--bs-border-radius-pill) !important;
}

@media screen and (max-width: 768px) {
  #gallery-img{
    .w-75{
        width: 100% !important;
    }
    .h-50{
        height: 100% !important;
    }
}  
} 
.marquee-1 {
  display: flex;
  animation: scroll-left 10s linear infinite;
}

.marquee-1 img {
  flex: 0 0 auto;
  max-width: 80%; /* adjust size */
}

/*.fa-whatsapp{*/
/*    .me-2{*/
/*    margin-right: 0rem !important; */
/*    }*/
/*}*/


.form-control {
     color: #000000; 
}