@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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');

@import url('https://fonts.googleapis.com/css2?family=Yesteryear&display=swap');

* {
    font-family: "IBM Plex Sans", sans-serif;
    color: #444;
}
.interText{
    font-family: "Inter", sans-serif;
}

body {
    scroll-behavior: smooth;
}
.themeText{
    color: #1F6B3B !important;
}
.greyText {
    color: #999999 !important;
}
.lightgreyBg{
    background-color: #FAFBFD;
}
.lightgreyBg2{
    background-color: #EDEDED;
}

.bannerTitle {
    font-size: clamp(34px, 6.35vw - 2.7px, 60px);
}
.smalltext {
    font-size: 14px;
}

.titleText{
    font-size: 40px;
}

.greenBtn{
    background-color: #1F6B3B;
    color: #fff;
    border: 1px solid #1F6B3B;
    padding: 12px 20px;
    border-radius: 40px;
    text-decoration: none;
}
.greenBtn:hover{
    background-color: #fff;
    color: #1F6B3B;
    border: 1px solid #1F6B3B;
    transition: 0.4s;
}
.greenBtn2{
    background-color: #fff;
    color: #1F6B3B;
    border: 1px solid #1F6B3B;
    padding: 12px 20px;
    border-radius: 40px;
    text-decoration: none;
}
.greenBtn2:hover{
    background-color: #1F6B3B;
    color: #fff;
    border: 1px solid #1F6B3B;
    transition: 0.4s;
}

/* tab styles */

.tab-pane.fade {
  opacity: 0;
}
.tab-pane.fade.show {
  opacity: 1;
  transition: all 0.3s;
}
.tab-pane:not(.show) {
  visibility: hidden;
}
.tab-pane.active.show {
  visibility: visible;
  transition: all 0.3s;
}

/* tab styles */

@media only screen and (max-width:1440px) {

}
@media only screen and (max-width:1080px) {

}
@media only screen and (max-width:830px) {
    .titleText{
        font-size: 33px;
    }
}
@media only screen and (max-width:578px) {
    .titleText{
        font-size: 30px;
    }
}
@media only screen and (min-width:1600px) {

}
@media only screen and (min-width:1030px) {

}
@media only screen and (min-width:780px) {

}