@font-face {
  font-family: "kohinoorbold";
  src: local("Kohinoor"), url(./fonts/KohinoorDevanagari-Bold.otf) format("truetype");
}
@font-face {
  font-family: "Kohinoorsemibold";
  src: local("Kohinoor"), url(./fonts/KohinoorDevanagari-Semibold.otf) format("truetype");
}
@font-face {
  font-family: "Kohinoorlight";
  src: local("Kohinoor"), url(./fonts/KohinoorDevanagari-Light.otf) format("truetype");
}
@font-face {
  font-family: "Kohinoormedium";
  src: local("Kohinoor"), url(./fonts/KohinoorDevanagari-Medium.otf) format("truetype");
}
@font-face {
  font-family: "Kohinoorregular";
  src: local("Kohinoor"), url(./fonts/KohinoorDevanagari-Regular.otf) format("truetype");
}

.static_section .static_row .content_col {
    background: #66676a;
    padding: 90px 90px 90px 120px;
}

.static_section .static_row .content_col .static_content {
    margin: 0;
    color: white;
    font-weight: 600;
    letter-spacing: 4px;
    padding-bottom: 30px;
}

.static_section .static_row .content_col .visit_btn {
    margin: 0;
    color: white;
    border: 1px solid white;
    padding: 5px 25px;
    border-radius: 0;
    cursor: pointer;
}

.static_section .static_row .map_col {
    position: relative;
}

.static_section .static_row .map_col img {
    width: 100%;
    /* height: 100%; */
}

.static_section .static_row .map_col .absolute_content {
    position: absolute;
    bottom: 5px;
    right: 12%;
    font-family: kohinoorlight;
}

.static_section .static_row .content_section {
    padding: 30px 0;
}

/* @media (max-width : 425px) {
  .static_section .static_row .map_col img {
    height : 150px;
    object-fit: cover;
  }
} */