@import '~mdb-ui-kit/css/mdb.min.css';
.sora-thin {
  font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.aboutGoa {
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.aboutGoa .section-heading h2 {
  margin-bottom: 24px;
}
.aboutGoa-bigImg {
  width: 100%;
}
.aboutGoa-bigImg img {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  -o-object-fit: fill;
     object-fit: fill;
}
.aboutGoa-bigImg p {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.aboutGoa-Mounument {
  width: 100%;
}
.aboutGoa-Mounument-card {
  width: 100%;
}
.aboutGoa-Mounument-card img {
  width: 100%;
  height: 250px;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 4px;
}
.aboutGoa-Mounument-card h4 {
  font-family: "Sora", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin: 16px 0;
  background: -webkit-linear-gradient(44.43deg, #3E4EB0 -20.27%, #164E47 105%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aboutGoa-Mounument-card p {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.aboutGoa-sites {
  width: 100%;
}
.aboutGoa-sites-card img {
  width: 100%;
  object-fit: cover;
  height: 350px;
  border-radius: 4px;
}
.aboutGoa-sites-card p {
  font-size: 24px;
  font-weight: 500;
  color: #615A5B;
  margin-top: 10px;
  text-transform: capitalize;
}
@media (max-width:567px){
.aboutGoa-sites-card p{
   font-size: 18px;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
}
.aboutGoa-sites-card img{
  height:275px;
}
}
.aboutGoa-Fort {
  width: 100%;
}
.aboutGoa-Fort-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
}
@media (max-width: 768px) {
  .aboutGoa-Fort-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.aboutGoa-Fort-grid-block:nth-child(1) img {
  width: 100%;
  height: 100%;
  min-height: 225px;
}
.aboutGoa-Fort-grid-block:nth-child(1) p {
  font-size: 16px;
  padding: 4px 12px;
  background: linear-gradient(44.43deg, #3E4EB0 -20.27%, #164E47 105%);
  color: white;
  font-weight: 400;
  width: 100%;
}
@media (max-width: 768px) {
  .aboutGoa-Fort-grid-block:nth-child(1) {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.aboutGoa-Fort-grid-block:nth-child(2) img {
  width: 100%;
  height: 100%;
  max-height: 300px;
}
.aboutGoa-Fort-grid-block:nth-child(2) p {
  font-size: 24px;
  font-weight: 500;
}
.aboutGoa-Fort-grid-block:nth-child(2) .changeroom {
  transition: all 3s ease-in-out;
}
.aboutGoa-Fort-grid-block:nth-child(2) .changeroom p {
  width: 100%;
  padding: 12px;
  background: linear-gradient(44.43deg, #3E4EB0 -20.27%, #164E47 105%);
  color: white;
  transition: transform 300ms ease-in-out;
}
.aboutGoa-Fort-grid-block:nth-child(2) .changeroom p span:nth-child(1) {
  font-size: 24px;
}
.aboutGoa-Fort-grid-block:nth-child(2) .changeroom p span:nth-child(2) {
  font-size: 14px;
  line-height: 28px;
  display: block;
  text-align: justify;
  font-weight: 400;
}
.aboutGoa-Fort-grid-block:nth-child(2) .changeroom .fortInfo {
  display: flex;
  width: 100%;
  transition: height 300ms ease-in-out;
}
.aboutGoa-Fort #owl-Fort .aboutGoa-fort-card img {
  width: 100%;
  height: 300px;
}
.aboutGoa-Fort #owl-Fort .aboutGoa-fort-card h3 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  margin-top: 4px;
}
.aboutGoa-Fort #owl-Fort .aboutGoa-fort-card p {
  font-size: 1.3rem;
  font-weight: 400;
  font-family: "Sora", sans-serif;
  margin-top: 4px;
}/*# sourceMappingURL=aboutgoa.css.map */