:root {
  --highlight-color: #f2cc44;
  --normal-color: #58595b;
  --color-white: #ffffff;
  --normal-font: "Inter";
  --highlight-font: "Tabac Big Sans Regular";
  --heading-font: "Tabac Big Sans";
}

.color-red {
  color: #e03e1a;
}

.color-yellow {
  color: #f9a122;
}

.red-color {
  color: #e83f34;
}

.color-blue {
  color: #0a66b2;
}

.color-green {
  color: #47ac48;
}

.color-grey {
  color: #4a4b4c;
}

.logo-heading {
  position: relative;
  margin-block: clamp(50px, 12vw, 130px);
}
.logo-heading .logo_heading-container {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 5vw, 50px);
  width: min(100%, 610px);
  margin-right: auto;
}
.logo-heading .logo_heading-container .logo-container {
  display: block;
  width: clamp(60px, 15vw, 250px);
}
.logo-heading .logo_heading-container .logo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.logo-heading .logo_heading-container .content {
  font-family: var(--normal-font);
  color: var(--normal-color);
  line-height: 1.4;
  font-weight: 300;
  font-size: clamp(18px, 3.5vw, 48px);
}
.logo-heading .logo_heading-container .content span {
  text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.15);
  font-weight: 700;
}
.logo-heading .logo_heading-container .logo-small {
  display: flex;
  gap: 10px;
}
.logo-heading .logo_heading-container .logo-small .text {
  font-family: var(--normal-font);
  color: var(--normal-color);
  font-weight: 300;
  font-size: clamp(12px, 1.75vw, 32px);
}
.logo-heading .logo_heading-container .logo-small .img_holder {
  display: block;
  width: clamp(30px, 5vw, 75px);
}
.logo-heading .logo_heading-container .logo-small .img_holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.logo-heading .logo_heading-container .heading-content {
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 6vw, 100px);
  font-family: var(--normal-font);
  color: var(--normal-color);
  line-height: 1.4;
  align-items: flex-start;
  justify-content: center;
  background: var(--color-white);
  z-index: 2;
}
.logo-heading .logo_heading-container .heading-content .heading {
  font-weight: 300;
  font-size: clamp(18px, 3.5vw, 48px);
}
.logo-heading .logo_heading-container .heading-content .heading .bold {
  font-weight: 700;
  text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.15);
}
.logo-heading .logo_heading-container .img__holder {
  display: block;
  max-width: 850px;
  max-height: 855px;
  margin-left: -7%;
}
@media (max-width: 1200px) {
  .logo-heading .logo_heading-container .img__holder {
    margin-left: -3%;
  }
}
.logo-heading .logo_heading-container .img__holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.infrastructure {
  padding-top: clamp(50px, 12vw, 130px);
  margin-bottom: clamp(50px, 12vw, 130px);
}
@media (max-width: 2880px) {
  .infrastructure {
    margin-top: -25%;
  }
}
.infrastructure .infrastructure-container {
  position: relative;
  display: flex;
  background: transparent;
  justify-content: center;
}
.infrastructure .infrastructure-container .img__holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.infrastructure .infrastructure-container .mobile-content {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-100%, -135%);
  display: none;
  flex-direction: column;
  gap: clamp(10px, 4vw, 52px);
  font-family: var(--normal-font);
  color: var(--normal-color);
  line-height: 1.4;
  width: clamp(200px, 39vw, 650px);
}
@media (max-width: 991px) {
  .infrastructure .infrastructure-container .mobile-content {
    display: flex;
  }
}
@media (max-width: 580px) {
  .infrastructure .infrastructure-container .mobile-content {
    transform: translate(-110%, -135%);
  }
}
@media (max-width: 480px) {
  .infrastructure .infrastructure-container .mobile-content {
    transform: translate(-95%, -135%);
  }
}
@media (max-width: 420px) {
  .infrastructure .infrastructure-container .mobile-content {
    transform: translate(-75%, -100%);
  }
}
.infrastructure .infrastructure-container .mobile-content .desc {
  font-weight: 400;
  font-size: clamp(10px, 1.3vw, 24px);
}
.infrastructure .infrastructure-container .infrastructure-content {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-100%, 135%);
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 4vw, 52px);
  font-family: var(--normal-font);
  color: var(--color-white);
  line-height: 1.4;
  width: clamp(150px, 39vw, 650px);
}
@media (max-width: 580px) {
  .infrastructure .infrastructure-container .infrastructure-content {
    transform: translate(-110%, 115%);
  }
}
@media (max-width: 480px) {
  .infrastructure .infrastructure-container .infrastructure-content {
    transform: translate(-95%, 105%);
  }
}
.infrastructure .infrastructure-container .infrastructure-content .desc {
  font-weight: 400;
  font-size: clamp(10px, 1.3vw, 24px);
}
@media (max-width: 991px) {
  .infrastructure .infrastructure-container .infrastructure-content .desc {
    display: none;
  }
}
.infrastructure .infrastructure-container ul {
  list-style: disc;
}
.infrastructure .infrastructure-container ul li {
  font-weight: 300;
  font-size: clamp(12px, 1.75vw, 32px);
  padding-bottom: clamp(5px, 3vw, 15px);
}
@media (max-width: 580px) {
  .infrastructure .infrastructure-container ul li {
    font-size: clamp(10px, 1.3vw, 22px);
  }
}

.students {
  position: relative;
  padding-block: clamp(50px, 12vw, 130px) clamp(100px, 30vw, 400px);
}
.students .students-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(50px, 17vw, 250px);
  width: min(100%, 1420px);
  margin-inline: auto;
}
@media (max-width: 991px) {
  .students .students-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.students .students-container .image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.students .students-container .image-container .img_holder {
  display: block;
}
.students .students-container .image-container .img_holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(3px, 2vw, 10px);
}
.students .students-container .image-container::after {
  content: "Kavya was a young brand with no history, hence we did not follow the old book, but rewrote it";
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(10%, -50%);
  max-width: 362px;
  max-height: 251px;
  width: clamp(100px, 25vw, 240px);
  height: 100%;
  background: #eaa454;
  border: clamp(2px, 2vw, 10px) solid white;
  border-radius: 5px;
  z-index: 4;
  color: var(--color-white);
  font-family: var(--normal-font);
  font-weight: 400;
  font-size: clamp(10px, 1.2vw, 20px);
  align-items: center;
  padding-inline: clamp(20px, 5vw, 50px);
}
@media (max-width: 1200px) {
  .students .students-container .image-container::after {
    width: clamp(150px, 25vw, 170px);
    height: 60%;
  }
}
@media (max-width: 991px) {
  .students .students-container .image-container::after {
    transform: translate(-50%, -50%);
    height: 30%;
  }
}
.students .students-container .text-container {
  display: flex;
  flex-direction: column;
  gap: clamp(25px, 5vw, 50px);
  font-family: var(--normal-font);
  color: var(--normal-color);
  justify-content: center;
}
.students .students-container .text-container .title {
  font-weight: 700;
  font-size: clamp(24px, 4.5vw, 80px);
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.15);
}
.students .students-container .text-container .subtitle {
  font-weight: 300;
  font-size: clamp(18px, 3.5vw, 48px);
  text-shadow: none;
  text-transform: none;
}
.students .students-container .text-container .text-content {
  display: flex;
  flex-direction: column;
  gap: clamp(15px, 3vw, 25px);
}
.students .students-container .text-container .text-content p {
  font-weight: 300;
  font-size: clamp(12px, 1.2vw, 32px);
}
.students .students-container .text-container .text-content p span {
  font-weight: 500;
}
.students .lines {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  bottom: 0;
}
.students .lines img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.kavya-strategy {
  position: relative;
  margin-block: clamp(50px, 12vw, 130px);
}
.kavya-strategy .strategy-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: clamp(30px, 10vw, 50px);
  width: min(100%, 1201px);
  margin-inline: auto;
  align-items: center;
}
@media (max-width: 991px) {
  .kavya-strategy .strategy-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.kavya-strategy .strategy-container .strategy-content {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 4vw, 60px);
  justify-content: center;
  margin-left: auto;
  font-family: var(--normal-font);
  color: var(--normal-color);
  line-height: 1.4;
}
.kavya-strategy .strategy-container .strategy-content .strategy-heading {
  font-weight: 300;
  font-size: clamp(18px, 3.5vw, 48px);
}
.kavya-strategy .strategy-container .strategy-content .strategy-heading .bold {
  text-shadow: 0px 6px 4px rgba(0, 0, 0, 0.15);
  font-weight: 700;
}
.kavya-strategy .strategy-container .strategy-content .strategy-desc {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 2vw, 20px);
}
.kavya-strategy .strategy-container .strategy-content .strategy-desc p {
  font-weight: 300;
  font-size: clamp(12px, 1.75vw, 24px);
}
.kavya-strategy .strategy-container .strategy-content .strategy-desc p span {
  font-weight: 500;
}
.kavya-strategy .strategy-container .img__holder {
  display: flex;
  justify-self: center;
}
.kavya-strategy .strategy-container .img__holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .kavya-strategy .strategy-container .img__holder {
    width: clamp(265px, 20vw, 550px);
    height: clamp(200px, 25vw, 460px);
  }
}

.kavya-result {
  position: relative;
  padding-block: clamp(40px, 17vw, 185px);
}
.kavya-result .result-container {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  gap: clamp(30px, 5vw, 60px);
  justify-content: center;
  align-items: center;
  width: min(100%, 1280px);
}
.kavya-result .result-container .heading {
  align-self: flex-start;
  font-family: var(--normal-font);
  color: var(--normal-color);
  line-height: 1.4;
  font-weight: 600;
  text-transform: capitalize;
  font-size: clamp(22px, 4.5vw, 60px);
}
.kavya-result .result-container .img__holder {
  position: relative;
}
.kavya-result .result-container .img__holder .marker {
  display: block;
}
@media (max-width: 991px) {
  .kavya-result .result-container .img__holder .marker {
    display: none;
  }
}
.kavya-result .result-container .img__holder .marker-mobile {
  display: none;
}
@media (max-width: 991px) {
  .kavya-result .result-container .img__holder .marker-mobile {
    display: block;
  }
}
.kavya-result .result-container .img__holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.events {
  margin-top: clamp(50px, 17vw, 185px);
}
.events .events-container {
  display: flex;
  background: var(--color-white);
  justify-content: center;
}
.events .events-container .img__holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=kavya.css.map */