@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

@font-face {
  font-family: 'impact';
  src: url('./impact/impact.ttf') format('TrueType');
  font-weight: light;
  font-style: normal;
}
@font-face {
  font-family: 'TT Ramillas Trial';
  src: url('./impact/TT Ramillas Trial ExtraBold.ttf') format('TrueType');
  font-style: normal;
}

:root{
  --theme: #175E97;
}

*{
  font-family: 'Lato', sans-serif;
}

body{
  scroll-behavior: smooth;
}

.impact{
  font-family: 'impact';
}
.tt-text{
  font-family: 'TT Ramillas Trial' !important;
}
.poppins-text{
   font-family: 'Poppins';
}
.serif-text{
  font-family: "Source Serif 4", serif;
}
.playfair-text{
  font-family: "Playfair Display", serif;
}

.theme-text{
  color: var(--theme);
}
.theme-bg{
  background-color: var(--theme);
}
.grey-text {
  color: #999999;
}
.white-bg{
  background-color: #fff;
}
.grey-bg{
  background-color: #FAFAFA;
}
.grey-bg2{
  background-color: #F2F2F2;
}
.smalltext{
  font-size: 14px;
}
.bnrTitle{
  font-size: 50px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #175E97;
}
.lightblack-text{
  color: #444 !important;
}
.text-right{
  text-align: right;
}
.errormsg{
  color: red;
}
.op-50{
  opacity: 50%;
}
.subHead{
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  color: #175E97;
}
.titleHead{
  font-size: 40px;
}
.orange-text{
  color: #F48934 !important;
}

.brownBtn{
  background-color: #CEA35C;
  text-decoration: none;
  color: #fff !important;
  padding: 10px 30px !important;
  border: 1px solid #CEA35C;
  border-radius: 40px;
  transition: 0.4s !important;
}
.brownBtn:hover{
  background-color: #fff;
  color: #CEA35C !important;
  border: 1px solid #CEA35C;
}
.brownBtnArrow{
  background-color: #CEA35C;
  text-decoration: none;
  color: #fff !important;
  padding: 10px 30px;
  border: 1px solid #CEA35C;
  border-radius: 40px;
  transition: 0.4s !important;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
}
.brownBtnArrow:hover{
  background-color: #fff;
  color: #CEA35C !important;
  border: 1px solid #CEA35C;
}

/* Fix for Splide visibility issue */
.splide {
  position: relative;
  visibility: visible !important;
}

.width-50{
  width: 50% !important;
  margin: 0 auto;
}
.width-75{
  width: 75% !important;
  margin: 0 auto;
}

.tab-pane.fade {
    opacity: 0;
}
.tab-pane.fade.show {
    opacity: 1;
    transition: all 0.4s;
}
.tab-pane:not(.show) {
    visibility: hidden;
}
.tab-pane.active.show {
    visibility: visible;
    transition: all 0.4s;
}




@media only screen and (max-width:1440px){
  .bnrTitle {
    font-size: 48px;
  }
}
@media only screen and (max-width:1300px){
  
}
@media only screen and (max-width:1080px){
    .width-50{
        width: 75% !important;
    }
    .subHead{
      font-size: 36px;
    }
    .titleHead{
      font-size: 36px;
    }
}
@media only screen and (max-width:768px){
    .width-75{
        width: 100% !important;
    }
}
@media only screen and (max-width:830px){
  .bnrTitle{
    font-size: 42px;
  }
}
@media only screen and (max-width:578px){
  .bnrTitle{
    font-size: 32px;
  }
  .subHead{
    font-size: 30px;
  }
  .titleHead{
    font-size: 30px;
  }
}
@media only screen and (min-width:1600px){
  
}
@media only screen and (min-width:1030px){
  
}
@media only screen and (min-width:780px){

}