@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Roboto+Condensed:wght@400;700&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
}

a{ color: #4E106F;
text-decoration: none;}
a:hover{ color: #EF2A79}

hr {
    margin: 10px 0;
    height: 1px;
    border: 0;
    background: linear-gradient(90deg, rgba(78, 16, 111, 1) 0%, rgba(78, 16, 111, 1) 0%, rgba(255, 153, 113, 1) 100%);
}

h1 {
    /*! font-weight: 400; */
    font-size: 24px;
    /*! line-height: 38px; */
    /*! text-align: center; */
}

h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 107.5%;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 35px;
}

h3 {
    /*! font-weight: 400; */
    font-size: 24px;
    line-height: 139.69%;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 70px;
}

h5 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #121D21;
    margin: 0 0 24px 0;
}

.logos-title {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #4E106F;
    margin-bottom: 60px;
}

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.text-purple {
    color: #4E106F;
}

.text-orange {
    color: #FF9971
}

.text-bold {
    font-weight: 700;
}


.text-box {
    max-width: 798px;
    margin: 0 auto;
}
.padding40{padding:0 40px;}

.py-4.d-flex.justify-content-center.align-items-center.textheight40 {
	height: 100px;
}


nav {
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 9px 0;
    position: fixed;
    width: 100%;
    z-index: 2;
    height: 71px;
}

.nav-menu a {
    text-decoration: none;
    margin-left: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #B7B7B7;
}

.nav-menu a:hover {color: #FFFFFF;}

.header {
    background: #000000;
    padding: 80px 0 55px 0;
}

.title {
    color: #fff;
    width: 436px;
    margin-bottom: 30px;
}

.header-logo {
    width: 460px;
    margin: 10px 0 40px;
}

.btn-black {
	position: relative;
	text-align: left;
	border: solid 2px transparent;
	padding: 10px 25px;
	color: #ffffff;
	/* min-width: 150px; */
	/* height: 48px; */
	background: #000000;
	border-radius: 110px;
	transition: box-shadow 0.5s ease;
	text-decoration: none;
}

.btn-black:hover {
    color: #4E106F;
    height: 48px;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(92.49deg, #8000B1 17.54%, #560D6E 56.41%, #B6167C 68.49%, #EF8474 92.09%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #ffffff inset;
    padding: 10px 50px 10px 25px;
}

.btn-black:hover.btn-black::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('img/button-purple-arrow.svg');
    background-size: contain;
}

/* iri career button*/
.iri-button {
    position: relative;
    text-align: center;
    border: solid 2px transparent;
    padding: 25px 60px;
    color: #ffffff;
    /* min-width: 220px; */
    height: 48px;
    background: #000000;
    border-radius: 110px;
    transition: box-shadow 0.5s ease;
    text-decoration: none;
    margin: 5px;
}

.iri-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 17px;
    transform: translateY(-50%);
    width: 37px;
    height: 20px;
    background-image: url('img/iri-small-white-logo.svg');
    background-size: contain;
}

.iri-button:hover.iri-button::before {
    background-image: url('img/iri-small-black-logo.svg');
}

.iri-button:hover {
    color: #4E106F;
    height: 48px;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(92.49deg, #8000B1 17.54%, #560D6E 56.41%, #B6167C 68.49%, #EF8474 92.09%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #ffffff inset;
    padding: 25px 60px;
}

.iri-button:hover.iri-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 18px;
    height: 16px;
    background-image: url('img/button-purple-arrow.svg');
    background-size: contain;
}

/* end iri career button*/
/* npd career button*/
.npd-button {
    position: relative;
    text-align: center;
    border: solid 2px transparent;
    padding: 25px 60px;
    color: #ffffff;
    height: 48px;
    background: #000000;
    border-radius: 110px;
    transition: box-shadow 0.5s ease;
    text-decoration: none;
    margin: 5px;
}

.npd-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('img/npd-small-white-logo.svg');
    background-size: contain;
}

.npd-button:hover.npd-button::before {
    background-image: url('img/npd-small-black-logo.svg');
}

.npd-button:hover {
    color: #4E106F;
    height: 48px;
    box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
    border: solid 2px transparent;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(92.49deg, #8000B1 17.54%, #560D6E 56.41%, #B6167C 68.49%, #EF8474 92.09%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 2px 1000px 1px #ffffff inset;
    padding: 25px 60px;
}

.npd-button:hover.npd-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-image: url('img/button-purple-arrow.svg');
    background-size: contain;
}

/* end npd career button*/
.purple-play-button {
    background-image: url(img/black-play-button.svg);
    background-repeat: no-repeat;
width: 140px;
height: 26px;
    cursor: pointer;
    transition: background-image 0.3s ease;
    display: block;
}

.purple-play-button:hover {
    background-image: url(img/pink-play-button.svg);
}

.white-play-button {
    background-image: url(img/white-play-button.svg);
    background-repeat: no-repeat;
width: 124px;
height: 26px;
    cursor: pointer;
    transition: background-image 0.3s ease;
    display: block;
}

.white-play-button:hover {
    background-image: url(img/pink-play-button.svg);
}

.btn-menu {
    background: none;
    border: none;
}

.circana-section-padding {
    padding: 80px 0
}

.circana-video-section-padding {
    padding: 50px 0;
}

.bg-gray {
    background: #F8F8F8;
}

.black-bg-border-area {
    min-height: 400px;
    border-right: #fff solid 1px;
    border-bottom: none;
}

.black-bg-border-area:last-child {
    border: none;
}

.black-bg-border-area .text-white {
    position: relative;
    bottom: 60px;
}

.black-bg-img-center {
    position: relative;
    bottom: 90px;
}

.video-section .copy {
    width: 75%;
}

.footer-one {
    background-image: url(img/form-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #590c76;
    background-position: center;
    position: relative;
    height: 560px;
    overflow: hidden;
}

.bg-circle {
    background: #4E106F;
    height: 560px;
    width: 560px;
    padding: 50px 100px;
    position: absolute;
}

.contact-form-bg {
    background-image: url(img/contact-form-img.png);
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: 70% 50%;
}

.black-blurred-bg {
    background-color: rgba(0, 0, 0, 0.90); /* black background with 80% opacity */
    backdrop-filter: blur(20px); /* 20px blur effect */
    -webkit-backdrop-filter: blur(20px); /* Safari, iOS */
}

/*.slider {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

.slide {
    flex-shrink: 0;
    width: 240px;
    margin: 40px 80px 0 0;
}

.slide:last-child {
    flex-shrink: 0;
    width: 240px;
    margin: 40px 0 0 0;
}*/


.slider {
    overflow-x: auto;

  }
  
  .slides-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    

  }
  
  .slide {
    flex: 0 0 25%; /* 4 columns visible on desktop */
    max-width: 25%; /* added to ensure proper sizing on Safari */
    text-align: left;
    padding: 60px 20px 0 20px;
  }



  

  
  


.logos {
    max-width: 800px;
    margin: 0 auto;
}



  
.logos .logo-align-to-center img {
	position: relative;
	top: -7px;
}


.form-title {
    font-size: 60px;
    font-weight: bold;
}

.form {
    width: 100%;
    max-width: 501px;
    display: flex;
}

.form input {
    background: #D9D9D9;
    height: 69px;
    width: 100%;
    max-width: 501px;
    border: none;
    padding: 20px;
}

.form button {
    width: 102px;
    height: 69px;
    background: #565A5C;
    border: none;
}

.footer-two {
    background: #ffffff
}

.footer-three {
    background: #000000
}

.legal {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    color: #878787;
}

.legal:hover {
    color: #EF2A79
}

.modal-header {
    border: none;
}

.close {
    border: none;
    background: none;
}





.social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.social-icons a:hover {
    color: #EF2A79
}

.social-icons i {
    font-size: 20px;
}

.main-banner {
    background-color: #000000;
    padding: 100px 0 50px;
}

.main-banner h1 {
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #FFFFFF;
}

.main-banner .date {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #E0E0E0;
    padding-bottom: 14px;
}

.main-banner .breadcrump {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #FF9971;
    text-decoration: none;
}

.narrow-text-on-mobile {
	max-width: 534px;
    padding: 0 10px;
}

.fade-in {
    opacity: 0;
    }







    .my-section {
        height: 1000px;
        background-color: #000000;
        position: relative;
        overflow: hidden;
    }
      
      .circle-wrapper {
        display: flex;
        justify-content: center;
      }
      
      .circle {
        position: absolute;
        width: 1200px;
        height: 1200px;
        border-radius: 50%;

        top: -80px;
        left: -420px;
        padding: 180px 210px 0 590px;
        background-color: #4E106F;
    }
.background-contact-image{padding-top:25%;}
    
      

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 18px;
        line-height: 21px;
        font-weight: 400;
    }

    h2 {
        font-size: 30px;
        line-height: 107.5%;
    }

    h3 {
        font-size: 16px;
        line-height: 139.69%;
    }

    h5 {
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
    }

    .logos-title {
        font-weight: 400;
        font-size: 16px;
        line-height: 17px;
        padding: 0;
        margin: 28px;
    }

    .video-section h2 {
        font-weight: 400;
        font-size: 40px;
        line-height: 110.19%;
        padding: 40px 0 20px 0;
    }

    .header {
        padding: 110px 0 40px 0;
    }

    .title {
        width: 80%;
    }

    .circana-section-padding {
        padding: 30px 0
    }

    .circana-video-section-padding {
        padding: 15px 0
    }

    .padding40{padding:0 10px;}

    .header-logo {
        width: 300px;
        margin: 0px 0 40px;
    }

.logos a img {max-width:70%}

    .btn-black {
        width: 100%;
    }



    .slide {
        flex-basis: 90%; /* 1 column visible on mobile */
        max-width: 90%; /* added to ensure proper sizing on Safari */
        margin-left: 1em; /* add gap at the front of the first slide */
        margin-right: 1em; /* add gap at the front of the first slide */
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0;
      }
      .slide:first-child {
        margin-left: 1rem; /* remove margin from the first slide */
      }

      .slide:last-child {
        margin-right: -10rem; /* remove margin from the first slide */
      }
    .slides-container {
        width: 80%;

    }


    .nav-menu {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        background-color: #000000;
        padding: 20px;
        text-align: center;
    }

    .nav-menu a {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 20px 0;
    }

    .black-bg-border-area {
        border-bottom: #fff solid 1px;
        border-right: none;
        padding-bottom: 50px;
        margin: 0 auto;
    }

    .black-bg-border-area h3 {
        font-weight: 400;
        font-size: 24px;
        line-height: 28px;
    }

    .black-bg-border-area .text-white {
        position: relative;
        bottom: 0px;
    }

    .black-bg-img-center {
        position: relative;
        bottom: 30px;
    }

    .video-section img {
        border-radius: 10px;
        height: 350px;
        object-fit: cover;
    }

    .video-section .copy {
        width: 90%;
    }

    .iri-button {
        width: 100%;
    }
    .npd-button {
        width: 100%;
    }
    .circle {

        padding: 190px 430px 0 446px;

    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .black-bg-border-area .text-white {
        font-size: 20px;
        position: relative;
        bottom: 0px;
    }

    .black-bg-img-center {
        position: relative;
        bottom: 40px;
    }
}