body {
  background-color: #d5d5d5;
  font-family: "Cairo", sans-serif;
  margin: 0;
}
header {
  font-family: "Cairo", sans-serif;
  height: 20vh;
  display: flex;
  margin: 0 5vw;
  gap: 2.5rem;
  margin-bottom: 5vh;
  line-height: 1.4;
}
g#events path {
  cursor: pointer;
}
.btea-png {
  height: 20vh;
}
.header-body {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #101010;
}
.text-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.text-head {
  font-size: 1.5rem;
}
.text-subhead {
  margin-top: 2rem;
}
.socials-filter {
  margin-top: 6vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.social-links {
  display: flex;
  /* width: 25px; */
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.social-icon {
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icon img{
	width: 25px;
}
.filter {
  display: flex;
  gap: 0;
}
.filter-btn {
  font-family: "Cairo", sans-serif;
  background: #fff;
  width: max(10vw, 10rem);
  padding: 1rem 0;
  border: none;
  color: #bd1f1f;
  cursor: pointer;
}
.lang-social {
  display: flex;
  gap: 3vw;
  justify-content: center;
  align-items: center;
}
.lang {
  display: flex;
  gap: 0;
}
.lang-btn {
  background: #fff;
  width: 2.5rem;
  padding: 1rem 0;
  border: none;
  color: #bd1f1f;
  cursor: pointer;
}
.filter-btn-active {
  color: #fff;
  background: #bd1f1f;
}
#insta {
  display: none;
}

.ig-ifp-main-wrapper {
  display: grid;
  grid-template-columns: 100%;
  height: 100%;
  overflow: hidden;
}
/* .active {
    fill: #892a2a7d;
} */
.ig-ifp-main-column {
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* will-change: transform; */
}
.ig-ifp-main-column svg {
  /* transform: rotate(270deg); */
  height: 100%;
  width: 100%;
  /* transition: all 0.1s !important; */
  /* will-change: transform; */
}

.ig-ifp-data-wrapper {
  /* background-color: #105162;
	display: flex;
	align-items: center;
	justify-content: center; */

  /* background-color: #105162; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.ig-ifp-data-holder {
  /* background-color: #105162; */
  font-family: "Cairo", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0000007d;
}

.ig-ifp-attribute-ar {
  text-align: right;
}

.ig-ifp-attribute-text {
  padding: 2rem 3rem 3rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ig-ifp-attribute-text-ar {
  justify-content: flex-end;
  align-items: flex-end;
}

.ig-ifp-title-wrapper {
}
.ig-ifp-description-wrapper {
}
.ig-ifp-attributes-wrapper {
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
  width: 500px;
  background: #fff;
  color: #000;
  /* right: 35%; */
  position: absolute;
  /* top: 15%; */
}
.ig-ifp-attribute.title {
  color: red;
  font-size: 1.5rem;
  line-height: 1.4;
}
.ig-ifp-attribute.description {
  line-height: 1.5;
  font-size: 1rem;
  margin-top: 2em;
  margin-bottom: 3rem;
}
.ig-ifp-attribute.linkbutton {
  /* padding-bottom: 1em; */
}
.ig-ifp-attribute.linkbutton a {
  display: flex;
  background-color: red;
  color: #fff;
  text-decoration: none;
  padding: 1em;
  font-size: 0.75rem;
  background-position: left;
  margin-top: 1.5rem;
  width: 12rem;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.location-arrow {
  width: 25px !important;
}
.close-button {
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.ig-ifp-attribute {
  justify-content: center;
  align-items: center;
}
.ig-ifp-attribute label,
.ig-ifp-attribute p {
  color: #000;
}
.ig-ifp-attribute img {
  width: 500px;
  /*text-transform: uppercase;*/
}
.ig-ifp-attribute p {
  font-weight: bold;
}

@media only screen and (max-width: 1366px) {
  header {
    height: 17vh;
  }
  .btea-png {
    height: 17vh;
  }
  .text-subhead {
    margin-top: 0.5rem;
  }
  .social-icon {
    width: 1rem;
  }
  .socials-filter {
    margin-top: 2rem;
  }

  .lang-btn {
    padding: 0.75rem 0;
  }

  .filter-btn {
    padding: 0.5rem 0;
  }

  .ig-ifp-attribute.description {
    margin-top: 1.25em;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 1024px) {
  header {
    height: 10rem;
  }
  .header-body {
    flex-direction: column;
    margin-top: 1rem;
  }

  .btea-png {
    height: 10rem;
  }

  .text-head {
    font-size: 1.5rem;
  }
  .text-subhead {
    margin-top: 0;
    font-size: 1rem;
  }
  .socials-filter {
    display: block;
    margin-top: 0;
  }
  .lang-social {
    justify-content: flex-start;
  }
  .filter {
    position: fixed;
    bottom: 1rem;
    z-index: 3;
    left: 5vw;
  }
  .filter-btn {
    width: 45vw;
  }

  .ig-ifp-attribute.linkbutton a {
    padding: 0.5em;
  }
  .location-arrow {
    width: 15px !important;
  }
  .ig-ifp-attributes-wrapper {
    display: flex;
    flex-direction: column;
    min-width: min(80vw, 300px);
  }

  .ig-ifp-main-wrapper {
    display: flex;
    flex-direction: column;
  }
  .ig-ifp-data-wrapper {
    min-height: 100px;
  }
  .ig-ifp-data-holder {
    z-index: 4;
  }
  .ig-ifp-attribute-text {
    padding: 1.5rem;
  }
}

@media only screen and (max-width: 600px) {
  header {
    gap: 1.25rem;
    height: 11.5rem;
  }
  .btea-png {
    height: 11.5rem;
  }

  .text-head {
    font-size: 1.35rem;
  }

  .text-subhead {
    margin-top: 0.25rem;
    font-size: 1rem;
    margin-bottom: 0.25rem;
  }
}

@media only screen and (max-width: 500px) {
  header {
    gap: 1rem;
    height: 8rem;
  }
  .header-body {
    margin-top: 0.5rem;
  }
  .btea-png {
    height: 8rem;
  }

  .text-head {
    font-size: 1rem;
  }

  .text-subhead {
    margin-top: 0.2rem;
    font-size: 0.7rem;
    margin-bottom: 0.3rem;
  }

  .lang-btn {
    padding: 0.5rem 0;
  }

  .lang-social {
    gap: 2rem;
	padding-bottom: 1rem;
  }

  .social-links {
    gap: 1rem;
  }
 .ig-ifp-attributes-wrapper {
    width: 300px;
    height: 500px;
    top: 4rem;
    overflow-y: scroll;
  }
  
  .ig-ifp-attribute img {
    width: 300px;
  }

  .ig-ifp-attribute.title {
    font-size: 1.25rem;
  }

  .ig-ifp-attribute.description {
    font-size: 0.85rem;
    margin-bottom: 1rem;
  }

  .ig-ifp-attribute.linkbutton a {
    margin-top: 0;
    /* margin-bottom: ; */
  }

  .ig-ifp-attribute-text {
    padding: 0.75rem;
  }
}
@media only screen and (max-width: 405px) {
  .text-head{
    font-size: 0.7rem;
    font-weight: 600;
  }
}


@media only screen and (max-width: 375px) {
  header {
    gap: 1rem;
    height: 8.5rem;
  }
  
  .btea-png {
    height: 8.5rem;
  }
  .text-subhead{
    margin-top: 0.7rem;
  }
  .lang-social {
	  padding-top: 0.5rem;
    padding-bottom: 0;
  }
}
