/* https://www.fontshmonts.com/text-fonts/gilroy/#google_vignette */

body {
  font-family: 'Gilroy-Regular';
}

h1, h2, h3, h4, .internal-h1, .default-h1, .fc_extra_bold {
  font-family: 'Gilroy-ExtraBold';
}

h6, h5 {
  font-family: 'Gilroy-Bold';
}

/* Paragraph Css Overwrite Starts */

p, a {
  font-size: 1rem;
  color: #1E1E1E;
}

/* @media (min-width: 992px) {
  p, a {
    font-size: 1.15rem;
  }
} */

/* Paragraph Css Overwrite Ends */

/* Heading Css Overwrite */

h1 {
  font-size: 2.4rem;
}

@media (min-width: 992px) {
  h1 {
    font-size: 3.8rem;
  }
}

@media (min-width: 1440px) {
  h1 {
    font-size: 5rem;
  }
}

h1, .internal-h1 {
  font-weight: 600;
}

/* H2 width fix */

h2, .default-h1 {
  font-size: 2rem;
}

@media (min-width: 992px) {
  h2, .default-h1 {
    font-size: 3rem;
  }
}

h5 {
  font-size: 1rem;
  color: #1E1E1E;
}

h6 {
  font-size: 0.8rem;
}

/* @media (min-width: 992px) {
  h5 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  h6 {
    font-size: 1.2rem;
  }
} */

/* Heading Css Overwrite Ends */

.fw-normal {
  font-family: 'Gilroy-Light';
}

.radious-20 {
  border-radius: 1.25rem;
}

.f-14 {
  font-size: 0.8rem;
}

.f-16 {
  font-size: 1rem;
}

.f-18 {
  font-size: 1.125rem;
}

.slick-disabled {
  opacity: 0.5;
}

.custom-btn {
  padding: 7px 40px !important;
}

.bg-orange {
  background-color: #FF764A;
}

.text-orange {
  color: #FF764A;
}

.fc_default_space {
  padding: 3rem 0.8rem 1rem 0.8rem;
}

@media (min-width: 992px) {
  .fc_default_space {
    padding: 2rem 4rem 2rem 4rem;
  }
}

/* header start */

header li a {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .navbar-toggler, .navbar-toggler:focus {
    border: none;
    box-shadow: none;
    outline: none;
  }
}

@media (max-width: 768px) {
  .bar1, .bar2, .bar3 {
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: 4px 0;
    transition: all 0.4s ease-in-out;
    display: block;
    transform-origin: 0;
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .nav-close .bar1 {
    transform: rotate(40deg);
    transform-origin: 20% 20%;
  }
}

@media (max-width: 768px) {
  .nav-close .bar2 {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .nav-close .bar3 {
    transform: rotate(-40deg);
    transform-origin: 10% 80%;
  }
}

@media (max-width: 768px) {
  .navbar-collapse {
    position: fixed;
    top: 70px;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    height: 100%;
    width: 0%;
    background-color: #000;
  }
}

@media (max-width: 768px) {
  .navbar-collapse {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar-collapse.collapsing {
    right: -100%;
    transition: height 0s ease;
  }
}

@media (max-width: 768px) {
  .navbar-collapse.collapsing-close {
    right: 100%;
    transition: height 0s ease;
  }
}

@media (max-width: 768px) {
  .navbar-collapse.show {
    right: 0;
    transition: right 500ms ease-in-out;
  }
}

@media (max-width: 768px) {
  .navbar-toggler.collapsed ~ .navbar-collapse {
    right: -100%;
    transition: right 500ms ease-in-out;
  }
}

/* header end */

/* home-banner-start */

.slick-next, .slick-prev {
  width: 40px;
  height: 40px;
}

.home-banner-content {
  position: absolute;
  /*top: 50%;*/
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

@media (min-width: 768px) {
  .home-banner-content {
    left: 7%;
    top: 40%;
    transform: translate(0%, -50%);
    text-align: left;
    bottom: unset;
  }
}

@media (min-width: 768px) {
  .fc-home-banner .slick-slide:first-child .home-banner-content {
    left: 50% !important;
    top: 15% !important;
    transform: translate(-50%, -50%)!important;
    text-align: center;
    bottom: unset;
  }
}

.home-banner-content a {
  text-decoration: none;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .home-banner-content {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .home-banner-content a {
    text-decoration: none;
    font-size: 0.9rem;
  }
}

.fc-home-banner .slick-next {
  right: 10px;
}

.fc-home-banner .slick-prev {
  left: 10px;
}

.fc-home-banner a {
  font-weight: 900;
  font-family: "Gilroy-Bold";
}

/* home-banner end */

/* Be Part section 2 start */

.fc-dont-take, .fc-discover-content {
  background-color: #E1DBFD;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.fc-dont-take-slider .slick-prev, .fc-dont-take-slider .slick-next {
  top: 28%;
}

.fc-dont-take-slider .slick-next {
  right: -40px;
  width: 35px;
  height: 35px;
}

.fc-dont-take-slider .slick-prev {
  left: -40px;
  width: 35px;
  height: 35px;
}

@media (max-width: 768px) {
  .fc-dont-take-slider .slick-next {
    right: -10px;
  }
}

@media (max-width: 768px) {
  .fc-dont-take-slider .slick-prev {
    left: -10px;
  }
}

.fc-be-part ul li:not(:last-of-type) {
  border-bottom: 2px solid #fff;
}

.fc-be-part ul li a {
  font-weight: 500;
}

.be-a-part-new {
  background-color: #A865FF;
  border-radius: 20px;
}

#joy-be-part .be-a-part-new {
  background-color: #51C17E;
}

.be-a-part-new img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

@media (min-width: 768px) {
  .be-a-part-new, .be-a-part-new img {
    border-radius: 20px;
  }
}

/* section 2 end */

/* happy workplace start section 4 */

.fc-counter {
  margin-bottom: 0 !important;
}

.fc-happy-workplace .fc-city-list li a {
  color: #9F9F9F;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .fc-happy-workplace .fc-city-list li a {
    font-size: 1.75rem;
  }
}

.fc-happy-workplace .fc-city-list li a.active, .fc-happy-workplace .fc-city-list li a:hover {
  color: #47B172;
  font-family: 'Gilroy-Bold';
}

@media (min-width: 768px) {
  .fc-happy-workplace .fc-city-list li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* happy workplace end section 4 */

/* fc-discover-joy start */

.fc-discover-joy .dropdown-toggle {
  border-radius: 10px;
  border: 1px solid #464646;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1.375rem;
}

.fc-discover-joy .dropdown-item {
  font-size: 1.375rem;
}

.fc-discover-joy .dropdown-toggle::after {
  color: #7b7b7b;
}

.fc-discover-joy .dropdown-menu {
  width: 100%;
  background-color: #E1DBFD;
  border: 1px solid #464646;
}

.fc-discover-joy .dropdown-item:active {
  background-color: #47b172;
}

.btn:focus {
  box-shadow: none;
}

.fc-discover-joy .table td {
  padding: 0;
  font-size: 0.875rem;
  color: #000;
}

.fc-discover-joy .form-control {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

@media (min-width: 768px) {
  .fc-discover-joy .form-control {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
}

.fc-discover-joy .form-control, .fc-discover-joy .form-input, .fc-discover-joy .form-select, .fc-discover-joy .form-select option {
  color: #a3aea8 !important;
  font-size: 1.125rem;
  background-color: rgb(218, 239, 227);
  border-color: rgb(218, 239, 227);
  width: 100%;
}

.fc-discover-joy .form-select:focus-visible, .fc-discover-joy .form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.fc-discover-joy form ::placeholder {
  color: #a3aea8;
  opacity: 1;
}

.fc-discover-joy form :-ms-input-placeholder {
  color: #a3aea8;
}

.fc-discover-joy form ::-ms-input-placeholder {
  color: #a3aea8;
}

/* fc-discover-joy end */

/* work24x7 start */

.work24x7 p {
  font-size: 1rem;
}

.good-company-slider h4 {
  margin-bottom: 0;
}

.good-company-slider .slick-slide {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .good-company-slider h4 {
    font-size: 1.25rem;
  }
}

.good-company-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .good-company-slider .slick-list {
  padding-right: 20% !important;
} */

/* list-of-images section start */

.list-of-images li {
  margin-right: 0 !important;
}

@media only screen and (max-width: 768px) {
  .list-of-images li:nth-child(n + 7) {
    display: none;
  }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  .list-of-images li:nth-child(n + 7) {
    display: none;
  }
}

@media only screen and (max-width: 1920px) and (min-width: 993px) {
  .list-of-images li:nth-child(n + 9) {
    display: none;
  }
}

.list-of-images {
  background-color: #1E1E1E;
}

.list-of-images img {
  transition: visibility 0s linear 0.5s, opacity 0.5s ease-in-out;
  max-width: 100%;
  height: auto;
}

.list-of-images img.hide {
  opacity: 0;
}

/* solution delight */

.range-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.range-labels span {
  font-size: 0.875rem;
  color: #999;
}

/* Customize the range slider track */

.form-range {
  height: 2px;
}

/* solution delight */

.solution-delight .slick-slide {
  margin: 0 10px;
}

/* .solution-delight .slick-list {
  margin: 0 -27px;
} */

.solution-delight .slick-next {
  right: 10px;
}

.solution-delight .slick-prev {
  left: 10px;
}

/* .rad-card {
  background-color: #f1f1ef;
  color: #000;
  height: 424px;
  min-height: 424px;
  overflow: hidden;
  position: relative;
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms;
  -webkit-transition-property: height, width, min-height, inset;
  transition-property: height, width, min-height, inset;
  -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  width: 300px;
  border-radius: 30px;
}

.rad-card.hovered {
  height: 424px;
  min-height: 424px;
  width: max-content;
  -webkit-transition-duration: 50000ms;
  transition-duration: 50000ms;
  -webkit-transition-property: height, width, min-height, inset;
  transition-property: height, width, min-height, inset;
  -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
}

@media (min-width:600px) {
  .rad-card {
    -webkit-transition-property: width;
    transition-property: width;
    width: 276px;
  }
}

@media (min-width:1024px) {
  .rad-card {
    height: 452px;
    width: 320px;
  }
}

@media (min-width:1440px) {
  .rad-card {
    height: 31.38889vw;
  }
}

@media (min-width:1920px) {
  .rad-card {
    height: 602.6666666667px;
  }
}

@media (min-width:1440px) {
  .rad-card {
    width: 22.22222vw;
  }
}

@media (min-width:1920px) {
  .rad-card {
    width: 426.6666666667px;
  }
}

.rad-card__background-gradient {
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: all 550ms cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
}

.rad-card__background-gradient img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rad-card-inner__min-height {
  min-height: 0;
  -webkit-transition-property: min-height, height;
  transition-property: min-height, height;
  -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
}

.rad-card-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  min-height: 424px;
  overflow: hidden;
  position: relative;
  -webkit-transition-property: height, min-height;
  transition-property: height, min-height;
  -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
}

.rad-card__top-content {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  align-items: flex-start;
  height: 50%;
  justify-content: flex-start;
  padding: 0 1.5rem;
}

@media (min-width:1024px) {
  .rad-card__top-content {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width:1440px) {
  .rad-card__top-content {
    padding-right: 2.22222vw;
  }
}

@media (min-width:1920px) {
  .rad-card__top-content {
    padding-right: 42.6666666667px;
  }
}

@media (min-width:1440px) {
  .rad-card__top-content {
    padding-left: 2.22222vw;
  }
}

@media (min-width:1920px) {
  .rad-card__top-content {
    padding-left: 42.6666666667px;
  }
}

@media (min-width:600px) {
  .rad-card__top-content-inner-row {
    width: 552px;
  }
}

@media (min-width:1024px) {
  .rad-card__top-content-inner-row {
    width: 656px;
  }
}

@media (min-width:1440px) {
  .rad-card__top-content-inner-row {
    width: 45.55556vw;
  }
}

@media (min-width:1920px) {
  .rad-card__top-content-inner-row {
    width: 874.6666666667px;
  }
}

.rad-card__title {
  max-width: 15.75rem;
  padding-bottom: 24px;
  padding-top: 24px;
  color: #000;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

@media (min-width:1440px) {
  .rad-card__title {
    font-size: calc(1.5rem + 1.66667vw - 24px);
  }
}

@media (min-width:1920px) {
  .rad-card__title {
    font-size: 2rem;
  }
}

@media (min-width:1440px) {
  .rad-card__title {
    padding-bottom: 1.66667vw;
  }
}

@media (min-width:1920px) {
  .rad-card__title {
    padding-bottom: 32px;
  }
}

@media (min-width:600px) {
  .rad-card__title {
    max-width: 14.25rem;
  }
}

@media (min-width:1024px) {
  .rad-card__title {
    max-width: 256px;
  }
}

@media (min-width:1440px) {
  .rad-card__title {
    max-width: 17.77778vw;
  }
}

@media (min-width:1920px) {
  .rad-card__title {
    max-width: 341.3333333333px;
  }
}

.rad-card__description {
  left: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  position: absolute;
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  width: calc(100vw - 48px);
}

.rad-card__description p {
  color: #FFF;
  font-family: Gilroy;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* @media (max-width:768px) {
  .rad-card__description {
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
} */

@media (min-width:600px) {
  .rad-card__description {
    left: 300px;
    padding-right: 0;
    top: 5vw;
    -webkit-transform: none;
    transform: none;
    -webkit-transition-property: none;
    transition-property: none;
    width: 276px;
  }
}

@media (min-width:1024px) {
  .rad-card__description {
    left: 352px;
    top: 3vw;
    width: 336px;
  }
}

@media (min-width:1440px) {
  .rad-card__description {
    left: 24.44444vw;
  }
}

@media (min-width:1920px) {
  .rad-card__description {
    left: 469.3333333333px;
  }
}

@media (min-width:1440px) {
  .rad-card__description {
    top: 2vw;
  }
}

@media (min-width:1920px) {
  .rad-card__description {
    top: 2vw;
  }
}

@media (min-width:1440px) {
  .rad-card__description {
    width: 23.33333vw;
  }
}

@media (min-width:1920px) {
  .rad-card__description {
    width: 448px;
  }
}

@media (min-width:1440px) {
  .rad-card__cta {
    bottom: calc(-75% - 5.20833vw + 75px);
  }
}

@media (min-width:1920px) {
  .rad-card__cta {
    bottom: -100%;
  }
}

@media (max-width:599px) {
  .rad-card__cta {
    visibility: hidden;
  }
}

@media (min-width:600px) {
  .rad-card__cta {
    width: 600px;
  }
}

@media (min-width:1024px) {
  .rad-card__cta {
    padding-right: 32px;
    width: 720px;
  }
}

@media (min-width:1440px) {
  .rad-card__cta {
    padding-right: 2.22222vw;
  }
}

@media (min-width:1920px) {
  .rad-card__cta {
    padding-right: 42.6666666667px;
  }
}

@media (min-width:1440px) {
  .rad-card__cta {
    width: 50vw;
  }
}

@media (min-width:1920px) {
  .rad-card__cta {
    width: 960px;
  }
}

@media (max-width: 767px) {
  .rad-card {
    cursor: pointer;
  }
}

.mobal-close-btn {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.563rem;
  font-weight: normal;
}

.solution-delight {
  overflow: hidden;
}

.solution-delight:hover {
  cursor: pointer;
}

.solution-delight.slide-left {
  transition: transform 0.3s ease-in-out;
  transform: translateX(-50%);
}

.solution-delight.slide-right {
  transition: transform 0.3s ease-in-out;
  transform: translateX(50%);
}

.amenities_slider .slick-slide p {
  font-size: 1rem;
}

.amenities_slider .slick-slide img {
  height: 50px;
}

.amenities_slider .slick-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
}

/* **inaternal page joy started******* */

.internal-banner {
  position: relative;
}

.internal-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}

@media (max-width: 767px) {
  .internal-banner-content {
    width: 100%;
  }
}

#joy-be-part .fc-dont-take {
  background-color: #F3FFF8;
}

#joy-card p {
  font-size: 1.2rem;
}

/* .small-details-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fc_joy_small_design .slick-slide {
  margin: 0 15px;
}

.fc_joy_small_design .slick-slide img {
  margin: 0 auto !important;
  width: 100%;
}

.fc_joy_small_design .slick-list {
  margin: 0 -15px;
}

.fc_joy_small_design .slick-next {
  right: 0px;
}

.fc_joy_small_design .slick-prev {
  left: 0px;
} */

/* solution new start */

#fc_solution a, #fc_solution a:hover {
  font-family: 'Gilroy-Bold';
  color: #000;
}

#fc_solution a {
  display: flex;
  align-items: center;
}

#fc_solution a i {
  padding-left: 5px;
  font-size: 24px;
}

#fc_solution .card-title, #fc_solution .card-title {
  color: #000;
}

#fc_solution .slick-next {
  right: -30px;
}

#fc_solution .slick-prev {
  left: -30px;
}

#fc_solution .slick-track {
  display: flex !important;
}

#fc_solution .slick-slide, .amenities_slider .slick-slide {
  height: inherit !important;
  margin: 0 15px;
}

#fc_solution .slick-list, .amenities_slider .slick-list {
  margin: 0 -15px;
}

#fc_solution .city-card p {
  color: #000;
}

#fc_solution h2 {
  color: #FFD7CB;
}

.tooltip-inner {
  background-color: #000;
  padding: 5px;
}

.secondary-nav i {
  font-size: 1.5rem;
}

#menu-primary-menu .nav-link {
  border-bottom: 2px solid transparent;
}

#menu-primary-menu .nav-link:hover {
  border-bottom: 2px solid #ff764a;
}

@media (min-width: 768px) {
  #menu-primary-menu .nav-link, .secondary-nav .nav-link {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }
}

.bg-gray {
  background-color: #373737;
}

#secondary_menu .nav-link.active {
  color: #ff764a;
}

.fc-home-banner .desktop_banner_img_home {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.fc-home-banner .desktop_banner_img_home.last-slide {
  background-position: center bottom !important;
}

