@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
/* -------------------------------------------------------------------------- */
/*                                   Z Index                                  */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                   Colours                                  */
/* -------------------------------------------------------------------------- */
.bg-iranti-indigo {
  background-color: #5B2786;
}

.text-iranti-indigo {
  color: #5B2786;
}

.bg-iranti-amber {
  background-color: #F6921E;
}

.text-iranti-amber {
  color: #F6921E;
}

/* -------------------------------------------------------------------------- */
/*                                 Breakpoints                                */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                              // media queries                              */
/* -------------------------------------------------------------------------- */
.btn {
  border: none !important;
}

.btn-round {
  font-size: 2rem;
  height: 3rem;
  width: 3rem;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
}

.btn.btn-light.btn-round {
  background: white;
  color: #F6921E;
  transition: all 0.5s;
}
.btn.btn-light.btn-round:hover {
  background: #F6921E;
  color: white;
}

.btn.btn-warning {
  background: #F6921E;
  font-size: 1.5rem;
  color: white;
  border: none;
}

.btn.btn-primary {
  background: #5B2786;
  font-size: 1.5rem;
  color: white;
  border: none;
}

.btn-lg {
  font-size: 1.5rem;
}

#homepage-banner {
  background: #5B2786;
  height: 90vh;
  background-image: url("new-assets/iranti_slider_updated.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: none;
  color: white;
}
@media only screen and (min-width: 992px) and (orientation: landscape) {
  #homepage-banner {
    height: 70vh;
  }
}

span.h1_larger {
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 700 !important;
}
@media only screen and (min-width: 768px) {
  span.h1_larger {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 2500px) {
  span.h1_larger {
    font-size: 7rem;
  }
}

.card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.card-image-container {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px 5px 0 0;
}
@media only screen and (min-width: 992px) and (orientation: landscape) {
  .card-image-container {
    height: 200px;
  }
}
@media only screen and (min-width: 2500px) and (orientation: landscape) {
  .card-image-container {
    height: 250px;
  }
}

.card-title {
  font-weight: 800;
  text-transform: uppercase;
}

#our-work {
  background-image: url("new-assets/camerareel.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: none;
  background-attachment: fixed;
  min-height: 35vh;
  color: white;
}

.card.indigo-card {
  background: rgba(91, 39, 134, 0.5);
  border: 1px solid white;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.card.indigo-card i {
  font-size: 3rem;
}

.fact .text-end span {
  font-size: 5rem;
  font-weight: 800;
}
@media only screen and (min-width: 992px) {
  .fact .text-end span {
    font-size: 8rem;
  }
}

.fact .text-start span {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 400;
}

.fact {
  border-radius: 15px;
  margin-bottom: 10px;
}
.fact span {
  color: white;
}

.fact:nth-child(1) {
  background: #DF44FA;
}

.fact:nth-child(2) {
  background: #5B2786;
}

.fact:nth-child(3) {
  background: #F6921E;
}

.fact:nth-child(4) {
  background: #D0312E;
}

#funding {
  background-image: url("new-assets/hands.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: none;
  background-attachment: fixed;
  min-height: 35vh;
  color: white;
}

.logo-single {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  padding: 20px;
}

.logo-image {
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  width: 80%;
}

.logo-text {
  text-align: center;
}
.logo-text span {
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
}

#contact-form {
  border: 2px solid #6A6A6A;
  border-radius: 15px;
  padding: 40px;
}

.form-row .form-group input {
  font-size: 1.5rem !important;
  margin-top: 20px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #6A6A6A;
}
.form-row .form-group textarea {
  font-size: 1.5rem !important;
  margin-top: 20px;
  border: none;
  background: #eaeaea;
}

.carousel {
  position: relative;
  font-size: 2.5vmin;
  width: 90vw;
  margin-left: 10vw;
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .carousel {
    width: 50vw;
  }
}

.carousel-slider {
  display: flex;
  transition: 0.3s;
}

.carousel-slide {
  flex: 1 0 100%;
  border-radius: 20px;
  border: 5px white solid;
  overflow: hidden;
}

.carousel-slide img {
  display: block;
  width: 30vw;
  height: 30vw;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  .carousel-slide img {
    height: 50vw;
    width: 50vw;
  }
}

.carousel button {
  font-size: inherit;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 1em;
  border: none;
  cursor: pointer;
}

.carousel-prev {
  left: -2em;
}

.carousel-next {
  right: -2em;
}

.carousel-navigation {
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 1em;
}

.carousel-bullet {
  width: 0.5em;
  height: 0.5em;
  border: none;
  background: rgb(210, 210, 210);
  cursor: pointer;
  border-radius: 50%;
}

.carousel-bullet.is-active {
  background: #000000;
}

body {
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 300 !important;
}

h1 {
  font-size: 2.5rem !important;
}

h2 {
  font-size: 1.5rem !important;
}

p {
  font-size: 1.2rem !important;
}

@media only screen and (min-width: 992px) and (orientation: landscape) {
  .container {
    max-width: 70vw;
  }
}
@media only screen and (min-width: 2500px) and (orientation: landscape) {
  .container {
    max-width: 40vw;
  }
}

#new-menu {
  background: rgba(91, 39, 134, 0.8);
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
}

#combined-menu-button {
  transition: all 0.5s;
}
#combined-menu-button:hover {
  cursor: pointer;
  transform: translateX(-20px);
}
#combined-menu-button #menu-name {
  font-size: 1.5rem;
  color: white;
  padding-left: 5px;
}

.nav-backing {
  position: fixed;
  top: 0;
  right: -100vw;
  height: 100vh;
  width: 100vw;
  backdrop-filter: blur(10px);
  z-index: 9;
  transition: all 0.5s ease-out;
  opacity: 0;
}

nav {
  background: rgba(91, 39, 134, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 9;
  transition: all 0.5s ease-out;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  nav {
    width: 60vw;
  }
}
@media only screen and (min-width: 992px) and (orientation: landscape) {
  nav {
    width: 40vw;
  }
}
@media only screen and (min-width: 2500px) {
  nav {
    width: 30vw;
  }
}

#nav-close {
  margin: 15px 0;
}

.nav-btn {
  text-transform: uppercase;
}

#page-header {
  background-image: url("new-assets/iranti_header.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: none;
  min-height: 35vh;
  color: white;
  margin-bottom: 2rem;
}
#page-header h1 {
  margin: 8rem 0 4rem 0;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  #page-header h1 {
    font-size: 6rem;
  }
}

.container-fluid#footer {
  padding-left: 0;
  padding-right: 0;
  background-color: #6A6A6A;
  color: white;
}
.container-fluid#footer iframe {
  width: 100vw;
  height: 20vh;
}

.footer-icons {
  font-size: 2rem;
}
.footer-icons i {
  color: #F6921E;
}

#primary {
  background: white;
}

#secondary {
  background: white !important;
}

.wp-block-spacer {
  height: 50px !important;
}

#secondary.right-sidebar.widget-area {
  width: 100% !important;
}

.card-image-container-bio {
  display: flex;
  justify-content: center;
  align-items: start;
  height: 500px;
  overflow: hidden;
}
.card-image-container-bio img {
  min-height: 100%;
  width: auto;
}

/*# sourceMappingURL=new-style.css.map */
