@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");



/* Theme Styles */
body {
  font-family: "Lato", sans-serif;
  font-style: normal;
  overflow-x: hidden;
}

@media (min-width: 1400px) {
  .custom-container {
    max-width: 1600px !important; /* Custom extra extra large breakpoint width */
  }
}

.fw-extra-bold {
  font-weight: 900;
}

.text-light-grey {
  color: #717070;
}

.text-medium-grey {
  color: #555;
}

.text-dark-grey {
  color: #070216;
}

.text-dark-grey-blogs {
  color: #464646;
}

.abril-fatface {
  font-family: "Abril Fatface", serif;
  font-style: normal;
}

.text-orange {
  color: #e96d53;
}

.text-purple {
  color: #855794;
}


/* Additional css start */

h1 ,h2, h3{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
}

p{
    font-family: "Poppins", sans-serif;
}

.testing{
  color: #e96d53;
}

.social-icons{
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  font-size: 30px;
}

.gradient-btn{
  border-radius: 10px;
  border:none;
  padding: 10px 40px;
  cursor: pointer;
  width: fit-content;
}

.gradient-btn-mobile{
  border:none;
  padding: 10px 40px;
  cursor: pointer;
}
.gradient-btn-icon{
  margin: 0 5px;
  text-decoration: none;
  width: 35px;
  height: 35px;
  font-size: 35px;
}

.bg-grey{
  background-color: #DCDCDC;
}



.navbar {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; 
}

.navbar-dropshadow{
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  */
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.05); /* Bottom-only shadow */
}

.fixed-in-bottom {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.right-sticky-area{
  position: sticky;
  top: 0;
  right: 0;
  height: -webkit-fill-available;
  z-index: 1001;
}

.banner-image{
  height: 778px;
  width: 100%;
}

.content-area{
  min-height: 655px;
}

@media screen and (max-width:576px) {
    .custom-logo{
        width: 160px;
    }
}
/* Additional css end */