@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
@media (min-width: 1600px) {
  .container.custom-container {
    max-width: 1400px;
  }
}
@media (max-width: 579px) {
  .container.custom-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body {
  font-family: "Inter", sans-serif;
  color: #364153;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 138px;
}
@media (max-width: 1679px) {
  body {
    padding-top: 123px;
  }
}
@media (max-width: 1199px) {
  body {
    padding-top: 113px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 141px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 159px;
  }
}
@media (max-width: 380px) {
  body {
    padding-top: 179px;
  }
}

.main-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  color: #1A1A1A;
}
@media (max-width: 1679px) {
  .main-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 1481px) {
  .main-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .main-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .main-title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .main-title {
    font-size: 18px;
    line-height: 22px;
  }
}

.sub-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #364153;
}

.column-title {
  font-size: 12px;
  line-height: 1;
  color: #364153;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  text-transform: uppercase;
  color: #6A7282;
}

.para-txt {
  font-size: 16px;
  line-height: 27px;
  color: #364153;
}
@media (max-width: 1679px) {
  .para-txt {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .para-txt {
    font-size: 13px;
    line-height: 23px;
  }
}
@media (max-width: 579px) {
  .para-txt {
    font-size: 12px;
    line-height: 18px;
  }
}

.view-btn {
  font-size: 12px;
  padding: 8px 20px;
  height: 33px;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.view-btn.blue-bg {
  background-color: #2891FC;
  color: #ffffff;
  border: 1px solid #8EC5FF;
}
.view-btn.outlined {
  background-color: transparent;
  color: #1A1A1A;
  border: 1px solid #101828;
  height: 37px;
}
.view-btn.outlined:hover {
  background-color: #000;
  color: #ffffff;
}
.video-sec-link{
  position: absolute;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=common.css.map */